otsdaq
v2_01_00
|
Public Member Functions | |
XDAQ_INSTANTIATOR () | |
ARTDAQFEDataManagerSupervisor (xdaq::ApplicationStub *s) | |
![]() | |
CoreSupervisorBase (xdaq::ApplicationStub *s) | |
void | destroy (void) |
virtual void | defaultPage (xgi::Input *in, xgi::Output *out) |
virtual void | request (const std::string &requestType, cgicc::Cgicc &cgiIn, HttpXmlDocument &xmlOut, const WebUsers::RequestUserInfo &userInfo) |
virtual void | nonXmlRequest (const std::string &requestType, cgicc::Cgicc &cgiIn, std::ostream &out, const WebUsers::RequestUserInfo &userInfo) |
void | stateMachineXgiHandler (xgi::Input *in, xgi::Output *out) |
void | stateMachineResultXgiHandler (xgi::Input *in, xgi::Output *out) |
xoap::MessageReference | stateMachineXoapHandler (xoap::MessageReference message) |
xoap::MessageReference | stateMachineResultXoapHandler (xoap::MessageReference message) |
xoap::MessageReference | stateMachineStateRequest (xoap::MessageReference message) |
xoap::MessageReference | stateMachineErrorMessageRequest (xoap::MessageReference message) |
virtual xoap::MessageReference | workLoopStatusRequest (xoap::MessageReference message) |
bool | stateMachineThread (toolbox::task::WorkLoop *workLoop) |
virtual void | stateInitial (toolbox::fsm::FiniteStateMachine &fsm) |
virtual void | statePaused (toolbox::fsm::FiniteStateMachine &fsm) |
virtual void | stateRunning (toolbox::fsm::FiniteStateMachine &fsm) |
virtual void | stateHalted (toolbox::fsm::FiniteStateMachine &fsm) |
virtual void | stateConfigured (toolbox::fsm::FiniteStateMachine &fsm) |
virtual void | inError (toolbox::fsm::FiniteStateMachine &fsm) |
virtual void | transitionConfiguring (toolbox::Event::Reference e) |
virtual void | transitionHalting (toolbox::Event::Reference e) |
virtual void | transitionInitializing (toolbox::Event::Reference e) |
virtual void | transitionPausing (toolbox::Event::Reference e) |
virtual void | transitionResuming (toolbox::Event::Reference e) |
virtual void | transitionStarting (toolbox::Event::Reference e) |
virtual void | transitionStopping (toolbox::Event::Reference e) |
virtual void | enteringError (toolbox::Event::Reference e) |
![]() | |
SOAPMessenger (xdaq::Application *application) | |
SOAPMessenger (const SOAPMessenger &aSOAPMessenger) | |
std::string | receive (const xoap::MessageReference &message) |
std::string | receive (const xoap::MessageReference &message, SOAPCommand &soapCommand) |
std::string | receive (const xoap::MessageReference &message, SOAPParameters ¶meters) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters) |
std::string | sendStatus (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string message) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters) |
![]() | |
CorePropertySupervisorBase (xdaq::Application *application) | |
virtual void | setSupervisorPropertyDefaults (void) |
virtual void | forceSupervisorPropertyValues (void) |
void | getRequestUserInfo (WebUsers::RequestUserInfo &requestUserInfo) |
ConfigurationTree | getContextTreeNode (void) const |
void | resetPropertiesAreSetup (void) |
ConfigurationTree | getSupervisorTreeNode (void) |
void | loadUserSupervisorProperties (void) |
template<class T > | |
void | setSupervisorProperty (const std::string &propertyName, const T &propertyValue) |
void | setSupervisorProperty (const std::string &propertyName, const std::string &propertyValue) |
template<class T > | |
void | addSupervisorProperty (const std::string &propertyName, const T &propertyValue) |
void | addSupervisorProperty (const std::string &propertyName, const std::string &propertyValue) |
template<class T > | |
T | getSupervisorProperty (const std::string &propertyName) |
std::string | getSupervisorProperty (const std::string &propertyName) |
WebUsers::permissionLevel_t | getSupervisorPropertyUserPermissionsThreshold (const std::string &requestType) |
![]() | |
RunControlStateMachine (std::string name="Undefined Name") | |
void | reset (void) |
void | setStateMachineName (std::string name) |
virtual void | stateShutdown (toolbox::fsm::FiniteStateMachine &fsm) |
virtual void | transitionShuttingDown (toolbox::Event::Reference e) |
virtual void | transitionStartingUp (toolbox::Event::Reference e) |
xoap::MessageReference | runControlMessageHandler (xoap::MessageReference message) |
Additional Inherited Members | |
![]() | |
static void | extractPermissionsMapFromString (const std::string &permissionsString, std::map< std::string, WebUsers::permissionLevel_t > &permissionsMap) |
static bool | doPermissionsGrantAccess (std::map< std::string, WebUsers::permissionLevel_t > &permissionLevelsMap, std::map< std::string, WebUsers::permissionLevel_t > &permissionThresholdsMap) |
![]() | |
static const std::string | WORK_LOOP_DONE = "Done" |
static const std::string | WORK_LOOP_WORKING = "Working" |
![]() | |
static const std::string | FAILED_STATE_NAME = "Failed" |
![]() | |
WorkLoopManager | stateMachineWorkLoopManager_ |
toolbox::BSem | stateMachineSemaphore_ |
std::vector< VStateMachine * > | theStateMachineImplementation_ |
RemoteWebUsers | theRemoteWebUsers_ |
![]() | |
xdaq::Application * | theApplication_ |
![]() | |
ConfigurationManager * | theConfigurationManager_ |
std::string | supervisorClass_ |
std::string | supervisorClassNoNamespace_ |
std::string | supervisorContextUID_ |
std::string | supervisorApplicationUID_ |
std::string | supervisorConfigurationPath_ |
AllSupervisorInfo | allSupervisorInfo_ |
![]() | |
FiniteStateMachine | theStateMachine_ |
ProgressBar | theProgressBar_ |
std::string | stateMachineName_ |
![]() | |
static struct ots::CorePropertySupervisorBase::SupervisorProperties | SUPERVISOR_PROPERTIES = CorePropertySupervisorBase::SupervisorProperties() |
Definition at line 9 of file ARTDAQFEDataManagerSupervisor.h.