RTC Toolkit
2.0.0
|
Standard enums for rtcSupervisor. More...
#include <rtctk/componentFramework/exceptions.hpp>
#include <rtctk/componentFramework/logger.hpp>
#include <rtctk/rtcSupervisor/rtcMalContext.hpp>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
rtctk | |
rtctk::rtcSupervisor | |
Variables | |
const std::string | rtctk::rtcSupervisor::SRV_STATE_NOT_OPERATIONAL_STR = "NotOperational" |
const std::string | rtctk::rtcSupervisor::SRV_STATE_OPERATIONAL_STR = "Operational" |
const std::string | rtctk::rtcSupervisor::SRV_STATE_UNAVAILABLE_STR = "Unavailable" |
const std::string | rtctk::rtcSupervisor::SRV_SUBSTATE_NOTREADY_STR = "NotReady" |
const std::string | rtctk::rtcSupervisor::SRV_SUBSTATE_READY_STR = "Ready" |
const std::string | rtctk::rtcSupervisor::SRV_SUBSTATE_IDLE_STR = "Idle" |
const std::string | rtctk::rtcSupervisor::SRV_SUBSTATE_INITIALISING_STR = "Initialising" |
const std::string | rtctk::rtcSupervisor::SRV_SUBSTATE_ENABLING_STR = "Enabling" |
const std::string | rtctk::rtcSupervisor::SRV_SUBSTATE_DISABLING_STR = "Disabling" |
const std::string | rtctk::rtcSupervisor::SRV_SUBSTATE_GOING_RUNNING_STR = "GoingRunning" |
const std::string | rtctk::rtcSupervisor::SRV_SUBSTATE_GOING_IDLE_STR = "GoingIdle" |
const std::string | rtctk::rtcSupervisor::SRV_SUBSTATE_ERROR_STR = "Error" |
Standard enums for rtcSupervisor.