artdaq  v3_12_02
ArtdaqSharedMemoryService::Config Struct Reference

Allowed Configuration parameters of NetMonTransportService. May be used for configuration validation More...

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
 

Detailed Description

Allowed Configuration parameters of NetMonTransportService. May be used for configuration validation

Definition at line 33 of file ArtdaqSharedMemoryService_service.cc.


The documentation for this struct was generated from the following file: