|
CbmRoot
|
#include <ReadoutConfig.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&Module::address, "address", "HW address of module", YAML::Hex), yaml::Property(&Module::type, "type", "Type 0 had the connector at the right side, type 1 at the left side. For type 0, the mapping " "of FEB to module side as above applies, for type 1, it has to be inverted.")) | |
Public Attributes | |
| i32 | address |
| i32 | type |
Definition at line 31 of file sts/ReadoutConfig.h.
| cbm::algo::sts::ReadoutSetup::Module::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " ", ::Hex | , |
| yaml::Property &::, "", " 0 , 1 . 0, " " , 1, ." | inverted ) |
| i32 cbm::algo::sts::ReadoutSetup::Module::address |
Definition at line 32 of file sts/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| i32 cbm::algo::sts::ReadoutSetup::Module::type |
Definition at line 33 of file sts/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().