|
CbmRoot
|
#include <ReadoutConfig.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&Component::equipmentId, "equipmentId", "Equipment ID of component. Written to the data stream (MicrosliceDescriptor).", YAML::Hex), yaml::Property(&Component::active, "active", "Active/Inactive flag per component (Unused for now)")) | |
Public Attributes | |
| uint16_t | equipmentId |
| bool | active |
Definition at line 22 of file much/ReadoutConfig.h.
| cbm::algo::much::ReadoutSetup::Component::CBM_YAML_PROPERTIES | ( | yaml::Property(&::, "", " . MicrosliceDescriptor." | , |
| YAML::Hex | ) & |
References active, and equipmentId.
| bool cbm::algo::much::ReadoutSetup::Component::active |
Definition at line 24 of file much/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| uint16_t cbm::algo::much::ReadoutSetup::Component::equipmentId |
Definition at line 23 of file much/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().