artdaq
v3_01_00
|
SharedMemoryReader Test Fixture. More...
Public Member Functions | |
ShmRTestFixture () | |
ShmRTestFixture Constructor. | |
MPRGlobalTestFixture & | gf () |
Get a MPRGlobalTestFixture, creating a static instance if necessary. More... | |
art::ProductRegistryHelper & | helper () |
Get an art::ProductRegistryHelper, creating a static instance if necessary. More... | |
art::SourceHelper & | source_helper () |
Get an art::SourceHelper object, creating a static instance if necessary. More... | |
uint32_t | getKey () |
Gets the key for the shared memory segment. More... | |
uint32_t | getBroadcastKey () |
Gets the key for the broadcast shared memory segment. More... | |
artdaq::detail::SharedMemoryReader & | reader () |
Get an artdaq::detail::SharedMemoryReader object, creating a static instance if necessary. More... | |
artdaq::SharedMemoryEventManager & | writer () |
Get the instance of the SharedMemoryEventManager. More... | |
SharedMemoryReader Test Fixture.
Definition at line 190 of file shared_memory_reader_t.cc.
|
inline |
Gets the key for the broadcast shared memory segment.
Definition at line 274 of file shared_memory_reader_t.cc.
|
inline |
Gets the key for the shared memory segment.
Definition at line 265 of file shared_memory_reader_t.cc.
|
inline |
Get a MPRGlobalTestFixture, creating a static instance if necessary.
Definition at line 218 of file shared_memory_reader_t.cc.
|
inline |
Get an art::ProductRegistryHelper, creating a static instance if necessary.
Definition at line 228 of file shared_memory_reader_t.cc.
|
inline |
Get an artdaq::detail::SharedMemoryReader object, creating a static instance if necessary.
Definition at line 284 of file shared_memory_reader_t.cc.
|
inline |
Get an art::SourceHelper object, creating a static instance if necessary.
Definition at line 238 of file shared_memory_reader_t.cc.
|
inline |
Get the instance of the SharedMemoryEventManager.
Definition at line 311 of file shared_memory_reader_t.cc.