Public Member Functions | |
AllSupervisorInfo (xdaq::ApplicationContext *applicationContext) | |
void | init (xdaq::ApplicationContext *applicationContext) |
void | destroy (void) |
bool | isWizardMode (void) const |
void | setSupervisorStatus (xdaq::Application *app, const std::string &status) |
void | setSupervisorStatus (const SupervisorInfo &appInfo, const std::string &status) |
void | setSupervisorStatus (const unsigned int &id, const std::string &status) |
const std::map< unsigned int, SupervisorInfo > & | getAllSupervisorInfo (void) const |
const SupervisorInfoMap & | getAllFETypeSupervisorInfo (void) const |
const SupervisorInfoMap & | getAllDMTypeSupervisorInfo (void) const |
const SupervisorInfoMap & | getAllLogbookTypeSupervisorInfo (void) const |
const SupervisorInfo & | getSupervisorInfo (xdaq::Application *app) const |
const SupervisorInfo & | getGatewayInfo (void) const |
const xdaq::ApplicationDescriptor * | getGatewayDescriptor (void) const |
const SupervisorInfo & | getWizardInfo (void) const |
const xdaq::ApplicationDescriptor * | getWizardDescriptor (void) const |
std::vector< const SupervisorInfo * > | getOrderedSupervisorDescriptors (const std::string &stateMachineCommand) const |
Definition at line 17 of file AllSupervisorInfo.h.