artdaq
v3_02_01
|
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 180 of file shared_memory_reader_t.cc.
|
inline |
Gets the key for the broadcast shared memory segment.
Definition at line 264 of file shared_memory_reader_t.cc.
|
inline |
Gets the key for the shared memory segment.
Definition at line 255 of file shared_memory_reader_t.cc.
|
inline |
Get a MPRGlobalTestFixture, creating a static instance if necessary.
Definition at line 208 of file shared_memory_reader_t.cc.
|
inline |
Get an art::ProductRegistryHelper, creating a static instance if necessary.
Definition at line 218 of file shared_memory_reader_t.cc.
|
inline |
Get an artdaq::detail::SharedMemoryReader object, creating a static instance if necessary.
Definition at line 274 of file shared_memory_reader_t.cc.
|
inline |
Get an art::SourceHelper object, creating a static instance if necessary.
Definition at line 228 of file shared_memory_reader_t.cc.
|
inline |
Get the instance of the SharedMemoryEventManager.
Definition at line 301 of file shared_memory_reader_t.cc.