$treeview $search $mathjax $extrastylesheet
artdaq
v3_04_01
$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 166 of file shared_memory_reader_t.cc.
uint32_t ShmRTestFixture::getBroadcastKey | ( | ) | [inline] |
Gets the key for the broadcast shared memory segment.
Definition at line 250 of file shared_memory_reader_t.cc.
uint32_t ShmRTestFixture::getKey | ( | ) | [inline] |
Gets the key for the shared memory segment.
Definition at line 241 of file shared_memory_reader_t.cc.
MPRGlobalTestFixture& ShmRTestFixture::gf | ( | ) | [inline] |
Get a MPRGlobalTestFixture, creating a static instance if necessary.
Definition at line 194 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 204 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 260 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 214 of file shared_memory_reader_t.cc.
artdaq::SharedMemoryEventManager& ShmRTestFixture::writer | ( | ) | [inline] |
Get the instance of the SharedMemoryEventManager.
Definition at line 287 of file shared_memory_reader_t.cc.