otsdaq_components
v2_04_01
|
Public Member Functions | |
void | setDetectorID (const std::string &rocName) |
void | setROCType (const std::string &rocType) |
void | setROCStatus (bool rocStatus) |
void | setFEWROCAddress (unsigned int fecROCAddress) |
void | setROCDACs (const ROCDACs &rocDACs) |
void | addDAC (std::string name, unsigned int address, unsigned int value) |
void | setROCMask (const std::string &rocMask) |
void | setROCTrimBits (const std::string &rocTrimBits) |
const std::string & | getDetectorID (void) const |
const std::string & | getROCType (void) const |
bool | getROCStatus (void) const |
unsigned int | getFEWROCAddress (void) const |
const ROCDACs & | getROCDACs (void) const |
const std::string & | getROCMask (void) const |
const std::string & | getROCTrimBits (void) const |
Definition at line 12 of file ROCStream.h.