|
otsdaq-utilities
3.02.00
|
#include <otsdaq-utilities/Visualization/VisualSupervisor.h>
Inheritance diagram for ots::VisualSupervisor:
Collaboration diagram for ots::VisualSupervisor:Public Member Functions | |
| XDAQ_INSTANTIATOR () | |
| VisualSupervisor (xdaq::ApplicationStub *s) | |
| void | destroy (void) |
| virtual void | request (const std::string &requestType, cgicc::Cgicc &cgiIn, HttpXmlDocument &xmlOut, const WebUsers::RequestUserInfo &userInfo) override |
| virtual void | setSupervisorPropertyDefaults (void) override |
| virtual void | forceSupervisorPropertyValues (void) override |
| virtual void | transitionConfiguring (toolbox::Event::Reference e) override |
| virtual void | transitionHalting (toolbox::Event::Reference e) override |
Public Member Functions inherited from ots::CoreSupervisorBase | |
| virtual void | defaultPage (xgi::Input *in, xgi::Output *out) |
| virtual void | nonXmlRequest (const std::string &requestType, cgicc::Cgicc &cgiIn, std::ostream &out, const WebUsers::RequestUserInfo &userInfo) |
| virtual std::string | getStatusProgressDetail (void) |
| void | stateMachineXgiHandler (xgi::Input *in, xgi::Output *out) |
| void | sendAsyncExceptionToGateway (const std::string &errMsg, bool isPauseException, bool isStopException) |
| 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 | transitionInitializing (toolbox::Event::Reference event) |
Public Member Functions inherited from ots::SOAPMessenger | |
| std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message) |
Public Member Functions inherited from ots::CorePropertySupervisorBase | |
| XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | getGatewaySupervisorDescriptor (void) |
| void | getRequestUserInfo (WebUsers::RequestUserInfo &requestUserInfo) |
| ConfigurationTree | getSupervisorTreeNode (void) |
| void | loadUserSupervisorProperties (void) |
| std::string | getSupervisorProperty (const std::string &propertyName) |
| std::string | getSupervisorProperty (const std::string &propertyName, const std::string &defaultValue) |
| WebUsers::permissionLevel_t | getSupervisorPropertyUserPermissionsThreshold (const std::string &requestType) |
Public Member Functions inherited from ots::RunControlStateMachine | |
| virtual void | stateShutdown (toolbox::fsm::FiniteStateMachine &) |
| xoap::MessageReference | runControlMessageHandler (xoap::MessageReference message) |
Additional Inherited Members | |
Static Public Member Functions inherited from ots::CorePropertySupervisorBase | |
| 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) |
Protected Attributes inherited from ots::CoreSupervisorBase | |
| std::vector< bool > | stateMachinesIterationDone_ |
Protected Attributes inherited from ots::CorePropertySupervisorBase | |
| ITRACEController * | theTRACEController_ |
VisualSupervisor This class handles the web user interface to a VisualDataManager with reqgard to the web desktop Visualizer. The Visualizer can display ROOT object in real-time, as well as 2D and 3D displays of streaming data.
Definition at line 37 of file VisualSupervisor.h.
|
overridevirtual |
override to force supervisor property values (and ignore user settings)
forceSupervisorPropertyValues override to force supervisor property values (and ignore user settings)
Reimplemented from ots::CorePropertySupervisorBase.
Definition at line 246 of file VisualSupervisor.cc.
|
overridevirtual |
virtual void defaultPage (xgi::Input* in, xgi::Output* out) override; void safariDefaultPage (xgi::Input* in, xgi::Output* out) ;
STDLINE(std::string("--> PRE_MADE_ROOT_CFG_DIR: ")+LIVEDQM_DIR,"") ;
Reimplemented from ots::CoreSupervisorBase.
Definition at line 258 of file VisualSupervisor.cc.
|
overridevirtual |
setSupervisorPropertyDefaults override to set defaults for supervisor property values (before user settings override)
Reimplemented from ots::CorePropertySupervisorBase.
Definition at line 231 of file VisualSupervisor.cc.
|
overridevirtual |
RAR commented out below.. better/safer handling (of errors) done by CoreSupervisorBase
void stateRunning (toolbox::fsm::FiniteStateMachine& fsm) ;
Definition at line 109 of file VisualSupervisor.cc.