|
cisst-saw
|
#include <mtsParameterTypes.h>
Public Types | |
| enum | ComponentStatusCommand { COMPONENT_START = 0 , COMPONENT_STOP , COMPONENT_RESUME } |
Public Member Functions | |
| mtsComponentStatusControl (void) | |
| mtsComponentStatusControl (const mtsComponentStatusControl &other) | |
| mtsComponentStatusControl & | operator= (const mtsComponentStatusControl &other) |
| ~mtsComponentStatusControl () | |
| mtsComponentStatusControl (const std::string &newProcessName, const std::string &newComponentName, const double &newDelayInSecond, const ComponentStatusCommand &newCommand) | |
| void | SerializeRaw (std::ostream &outputStream) const |
| void | DeSerializeRaw (std::istream &inputStream) |
| void | ToStream (std::ostream &outputStream) const |
| void | ToStreamRaw (std::ostream &outputStream, const char delimiter=' ', bool headerOnly=false, const std::string &headerPrefix="") const |
| void | Copy (const mtsComponentStatusControl &source) |
| bool | ScalarNumberIsFixed (void) const |
| size_t | ScalarNumber (void) const |
Static Public Member Functions | |
| static const std::vector< std::string > & | ComponentStatusCommandVectorString (void) |
Public Attributes | |
| std::string | ProcessName |
| std::string | ComponentName |
| double | DelayInSecond |
| ComponentStatusCommand | Command |
| void SerializeBinary(std::ostream &outputStream) const CISST_THROW(std void DeSerializeBinary(std::istream &inputStream, const cmnDataFormat &localFormat, const cmnDataFormat &remoteFormat) CISST_THROW(std void SerializeText(std::ostream &outputStream, const char delimiter=',') const CISST_THROW(std std::string | SerializeDescription (const char delimiter=',', const std::string &userDescription="") const |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string | HumanReadable (void) const |
Static Public Attributes | |
| static std::string static ComponentStatusCommandToString(const ComponentStatusCommand &value) CISST_THROW(std ComponentStatusCommand static ComponentStatusCommandFromString(const std::string &value) CISST_THROW(std const std::vector< int > & | ComponentStatusCommandVectorInt (void) |
| mtsComponentStatusControl::mtsComponentStatusControl | ( | void | ) |
| mtsComponentStatusControl::mtsComponentStatusControl | ( | const mtsComponentStatusControl & | other | ) |
| mtsComponentStatusControl::~mtsComponentStatusControl | ( | ) |
| mtsComponentStatusControl::mtsComponentStatusControl | ( | const std::string & | newProcessName, |
| const std::string & | newComponentName, | ||
| const double & | newDelayInSecond, | ||
| const ComponentStatusCommand & | newCommand ) |
|
static |
| void mtsComponentStatusControl::Copy | ( | const mtsComponentStatusControl & | source | ) |
| void mtsComponentStatusControl::DeSerializeRaw | ( | std::istream & | inputStream | ) |
| mtsComponentStatusControl & mtsComponentStatusControl::operator= | ( | const mtsComponentStatusControl & | other | ) |
| size_t mtsComponentStatusControl::ScalarNumber | ( | void | ) | const |
| bool mtsComponentStatusControl::ScalarNumberIsFixed | ( | void | ) | const |
| void mtsComponentStatusControl::SerializeRaw | ( | std::ostream & | outputStream | ) | const |
| void mtsComponentStatusControl::ToStream | ( | std::ostream & | outputStream | ) | const |
| void mtsComponentStatusControl::ToStreamRaw | ( | std::ostream & | outputStream, |
| const char | delimiter = ' ', | ||
| bool | headerOnly = false, | ||
| const std::string & | headerPrefix = "" ) const |
| ComponentStatusCommand mtsComponentStatusControl::Command |
| std::string mtsComponentStatusControl::ComponentName |
|
static |
| double mtsComponentStatusControl::DelayInSecond |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string mtsComponentStatusControl::HumanReadable(void) const |
| std::string mtsComponentStatusControl::ProcessName |
| void SerializeBinary(std::ostream &outputStream) const CISST_THROW(std void DeSerializeBinary(std::istream &inputStream, const cmnDataFormat &localFormat, const cmnDataFormat &remoteFormat) CISST_THROW(std void SerializeText(std::ostream &outputStream, const char delimiter=',') const CISST_THROW(std std::string mtsComponentStatusControl::SerializeDescription(const char delimiter=',', const std::string &userDescription="") const |