Allowed Configuration parameters of NetMonTransportService. May be used for configuration validation. More...
#include <artdaq/ArtModules/NetMonTransportService.h>
Public Attributes | |
fhicl::TableFragment < artdaq::DataSenderManager::Config > | dataSenderConfig |
"shared_memory_key" (Default: 0xBEE70000 + pid): Key to use when connecting to shared memory. Will default to 0xBEE70000 + getppid(). |
Allowed Configuration parameters of NetMonTransportService. May be used for configuration validation.
Definition at line 22 of file NetMonTransportService.h.
fhicl::TableFragment<artdaq::DataSenderManager::Config> NetMonTransportService::Config::dataSenderConfig |
"shared_memory_key" (Default: 0xBEE70000 + pid): Key to use when connecting to shared memory. Will default to 0xBEE70000 + getppid().
"shared_memory_key" (Default: 0xCEE70000 + pid): Key to use when connecting to broadcast shared memory. Will default to 0xCEE70000 + getppid(). "rank" (OPTIONAL) : The rank of this applicaiton, for use by non - artdaq applications running NetMonTransportService "init_fragment_timeout_seconds" (Default: 1.0): Amount of time to wait, in seconds, for init Fragment to arrive Configuration for DataSenderManager. See artdaq::DataSenderManager::Config
Definition at line 25 of file NetMonTransportService.h.