otsdaq
v2_01_00
|
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 |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getGatewayDescriptor (void) const |
const SupervisorInfo & | getWizardInfo (void) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getWizardDescriptor (void) const |
std::vector< const SupervisorInfo * > | getOrderedSupervisorDescriptors (const std::string &stateMachineCommand) const |
![]() | |
const SupervisorDescriptors & | getDataManagerDescriptors (void) const |
const SupervisorDescriptors & | getFEDescriptors (void) const |
const SupervisorDescriptors & | getDTCDescriptors (void) const |
const SupervisorDescriptors & | getFEDataManagerDescriptors (void) const |
const SupervisorDescriptors & | getARTDAQFEDataManagerDescriptors (void) const |
const SupervisorDescriptors & | getARTDAQDataManagerDescriptors (void) const |
const SupervisorDescriptors & | getARTDAQBuilderDescriptors (void) const |
const SupervisorDescriptors & | getARTDAQAggregatorDescriptors (void) const |
const SupervisorDescriptors & | getVisualDescriptors (void) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getSupervisorDescriptor (void) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getLogbookDescriptor (void) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getWizardDescriptor (void) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getDataManagerDescriptor (xdata::UnsignedIntegerT instance) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getFEDescriptor (xdata::UnsignedIntegerT instance) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getDTCDescriptor (xdata::UnsignedIntegerT instance) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getFEDataManagerDescriptor (xdata::UnsignedIntegerT instance) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getARTDAQFEDataManagerDescriptor (xdata::UnsignedIntegerT instance) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getARTDAQDataManagerDescriptor (xdata::UnsignedIntegerT instance) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getARTDAQBuilderDescriptor (xdata::UnsignedIntegerT instance) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getARTDAQAggregatorDescriptor (xdata::UnsignedIntegerT instance) const |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getVisualDescriptor (xdata::UnsignedIntegerT instance) const |
std::string | getFEURL (xdata::UnsignedIntegerT instance) const |
SupervisorDescriptorInfoBase (xdaq::ApplicationContext *applicationContext) | |
Additional Inherited Members | |
![]() | |
const SupervisorDescriptors & | getAllDescriptors (void) const |
![]() | |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | theSupervisor_ |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | theWizard_ |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | theLogbookSupervisor_ |
SupervisorDescriptors | theVisualSupervisors_ |
SupervisorDescriptors | theDataManagerSupervisors_ |
SupervisorDescriptors | theFESupervisors_ |
SupervisorDescriptors | theDTCSupervisors_ |
SupervisorDescriptors | theFEDataManagerSupervisors_ |
SupervisorDescriptors | theARTDAQFEDataManagerSupervisors_ |
SupervisorDescriptors | theARTDAQDataManagerSupervisors_ |
SupervisorDescriptors | theARTDAQBuilderSupervisors_ |
SupervisorDescriptors | theARTDAQAggregatorSupervisors_ |
SupervisorDescriptors | allSupervisors_ |
Definition at line 29 of file AllSupervisorInfo.h.