$treeview $search $mathjax $extrastylesheet
otsdaq
v2_03_00
$projectbrief
|
$projectbrief
|
$searchbox |
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 SupervisorInfoMap & | getAllMacroMakerTypeSupervisorInfo (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< std::vector < const SupervisorInfo * > > | getOrderedSupervisorDescriptors (const std::string &stateMachineCommand) const |
Definition at line 28 of file AllSupervisorInfo.h.
void AllSupervisorInfo::init | ( | xdaq::ApplicationContext * | applicationContext | ) | [virtual] |
* xdaq parent context */
Reimplemented from ots::SupervisorDescriptorInfoBase.
Definition at line 40 of file AllSupervisorInfo.cc.