artdaq
v3_09_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 161 of file shared_memory_reader_t.cc.
|
inline |
Gets the key for the broadcast shared memory segment.
Definition at line 245 of file shared_memory_reader_t.cc.
|
inline |
Gets the key for the shared memory segment.
Definition at line 236 of file shared_memory_reader_t.cc.
|
inline |
Get a MPRGlobalTestFixture, creating a static instance if necessary.
Definition at line 189 of file shared_memory_reader_t.cc.
|
inline |
Get an art::ProductRegistryHelper, creating a static instance if necessary.
Definition at line 199 of file shared_memory_reader_t.cc.
|
inline |
Get an artdaq::detail::SharedMemoryReader object, creating a static instance if necessary.
Definition at line 255 of file shared_memory_reader_t.cc.
|
inline |
Get an art::SourceHelper object, creating a static instance if necessary.
Definition at line 209 of file shared_memory_reader_t.cc.
|
inline |
Get the instance of the SharedMemoryEventManager.
Definition at line 282 of file shared_memory_reader_t.cc.