artdaq
v3_00_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 178 of file shared_memory_reader_t.cc.
|
inline |
Gets the key for the broadcast shared memory segment.
Definition at line 262 of file shared_memory_reader_t.cc.
|
inline |
Gets the key for the shared memory segment.
Definition at line 253 of file shared_memory_reader_t.cc.
|
inline |
Get a MPRGlobalTestFixture, creating a static instance if necessary.
Definition at line 206 of file shared_memory_reader_t.cc.
|
inline |
Get an art::ProductRegistryHelper, creating a static instance if necessary.
Definition at line 216 of file shared_memory_reader_t.cc.
|
inline |
Get an artdaq::detail::SharedMemoryReader object, creating a static instance if necessary.
Definition at line 272 of file shared_memory_reader_t.cc.
|
inline |
Get an art::SourceHelper object, creating a static instance if necessary.
Definition at line 226 of file shared_memory_reader_t.cc.
|
inline |
Get the instance of the SharedMemoryEventManager.
Definition at line 299 of file shared_memory_reader_t.cc.