artdaq
v3_09_01
|
Allowed Configuration parameters of NetMonTransportService. May be used for configuration validation More...
#include <artdaq/ArtModules/ArtdaqSharedMemoryService.h>
Public Attributes | |
fhicl::Atom< uint32_t > | shared_memory_key {fhicl::Name{"shared_memory_key"}, fhicl::Comment{"Key to use when connecting to shared memory. Will default to 0xBEE70000 + getppid()."}, 0xBEE70000} |
"shared_memory_key" (Default: 0xBEE70000 + pid): Key to use when connecting to shared memory. Will default to 0xBEE70000 + getppid(). | |
fhicl::Atom< uint32_t > | broadcast_shared_memory_key {fhicl::Name{"broadcast_shared_memory_key"}, fhicl::Comment{"Key to use when connecting to broadcast shared memory. Will default to 0xCEE70000 + getppid()."}, 0xCEE70000} |
"shared_memory_key" (Default: 0xCEE70000 + pid): Key to use when connecting to broadcast shared memory. Will default to 0xCEE70000 + getppid(). | |
fhicl::Atom< int > | rank {fhicl::Name{"rank"}, fhicl::Comment{"Rank of this artdaq application. Used for data transfers"}} |
"rank" (OPTIONAL) : The rank of this applicaiton, for use by non - artdaq applications running NetMonTransportService | |
Allowed Configuration parameters of NetMonTransportService. May be used for configuration validation
Definition at line 69 of file ArtdaqSharedMemoryService.h.