attpcdaq.daq.models.DataRouter¶
-
class
attpcdaq.daq.models.DataRouter(*args, **kwargs)[source]¶ Represents the data router associated with one data source.
Each source of data (a CoBo or a MuTAnT) must be associated with a data router. The data router receives the data stream from the source and records it. This model stores information like the IP address, port, and type of the data router.
Fields
nameA unique name for the data router ip_addressThe IP address of the data router portThe TCP port where the data router is listening. connection_typeThe protocol of the data router. is_onlineWhether the data router is online and available log_pathThe path to the log file on the computer where the data router is running. staging_directory_is_cleanWhether the directory where the data router is running contains any GRAW files. Data router type constants
FDTA constant for the “FDT” protocol. ICEA constant for the “ICE” protocol TCPA constant for the “TCP” protocol. ZBUFA constant for the “ZBUF” protocol