tdaq-develop-2025-02-12
|
Public Member Functions | |
FECommanderInterface (const std::string &interfaceUID, const ConfigurationTree &theXDAQContextConfigTree, const std::string &interfaceConfigurationPath) | |
void | configure (void) |
void | halt (void) |
void | pause (void) |
void | resume (void) |
void | start (std::string runNumber="") |
void | stop (void) |
void | universalRead (char *address, char *returnValue) override |
void | universalWrite (char *address, char *writeValue) override |
virtual std::string | getStatusProgressDetail (void) override |
overriding VStateMachine::getStatusProgressDetail More... | |
Definition at line 9 of file FECommanderInterface.h.
|
overridevirtual |
overriding VStateMachine::getStatusProgressDetail
virtual progress string that can be overridden with more info e.g. steps and substeps however integer 0-100 should be first number, then separated by : colons e.g. 94:FE0:1:2
Definition at line 140 of file FECommanderInterfaceImpl.cc.