$treeview $search $mathjax $extrastylesheet
artdaq
v3_04_00
$projectbrief
|
$projectbrief
|
$searchbox |
SharedMemoryReader Test Fixture. More...
Public Member Functions | |
ShmRTestFixture () | |
ShmRTestFixture Constructor. | |
MPRGlobalTestFixture & | gf () |
Get a MPRGlobalTestFixture, creating a static instance if necessary. | |
art::ProductRegistryHelper & | helper () |
Get an art::ProductRegistryHelper, creating a static instance if necessary. | |
art::SourceHelper & | source_helper () |
Get an art::SourceHelper object, creating a static instance if necessary. | |
uint32_t | getKey () |
Gets the key for the shared memory segment. | |
uint32_t | getBroadcastKey () |
Gets the key for the broadcast shared memory segment. | |
artdaq::detail::SharedMemoryReader & | reader () |
Get an artdaq::detail::SharedMemoryReader object, creating a static instance if necessary. | |
artdaq::SharedMemoryEventManager & | writer () |
Get the instance of the SharedMemoryEventManager. |
SharedMemoryReader Test Fixture.
Definition at line 167 of file shared_memory_reader_t.cc.
uint32_t ShmRTestFixture::getBroadcastKey | ( | ) | [inline] |
Gets the key for the broadcast shared memory segment.
Definition at line 251 of file shared_memory_reader_t.cc.
uint32_t ShmRTestFixture::getKey | ( | ) | [inline] |
Gets the key for the shared memory segment.
Definition at line 242 of file shared_memory_reader_t.cc.
MPRGlobalTestFixture& ShmRTestFixture::gf | ( | ) | [inline] |
Get a MPRGlobalTestFixture, creating a static instance if necessary.
Definition at line 195 of file shared_memory_reader_t.cc.
art::ProductRegistryHelper& ShmRTestFixture::helper | ( | ) | [inline] |
Get an art::ProductRegistryHelper, creating a static instance if necessary.
Definition at line 205 of file shared_memory_reader_t.cc.
artdaq::detail::SharedMemoryReader& ShmRTestFixture::reader | ( | ) | [inline] |
Get an artdaq::detail::SharedMemoryReader object, creating a static instance if necessary.
Definition at line 261 of file shared_memory_reader_t.cc.
art::SourceHelper& ShmRTestFixture::source_helper | ( | ) | [inline] |
Get an art::SourceHelper object, creating a static instance if necessary.
Definition at line 215 of file shared_memory_reader_t.cc.
artdaq::SharedMemoryEventManager& ShmRTestFixture::writer | ( | ) | [inline] |
Get the instance of the SharedMemoryEventManager.
Definition at line 288 of file shared_memory_reader_t.cc.