#include <mtsParameterTypes.h>
|
| mtsComponentStatusControl (void) |
|
| mtsComponentStatusControl (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) |
|
void | SerializeBinary (std::ostream &outputStream) const throw (std::runtime_error) |
|
void | DeSerializeBinary (std::istream &inputStream, const cmnDataFormat &localFormat, const cmnDataFormat &remoteFormat) throw (std::runtime_error) |
|
void | SerializeText (std::ostream &outputStream, const char delimiter= ',') const throw (std::runtime_error) |
|
std::string | SerializeDescription (const char delimiter= ',', const std::string &userDescription="") const |
|
void | DeSerializeText (std::istream &inputStream, const char delimiter= ',') throw (std::runtime_error) |
|
std::string | HumanReadable (void) const |
|
bool | ScalarNumberIsFixed (void) const |
|
size_t | ScalarNumber (void) const |
|
double | Scalar (const size_t index) const throw (std::out_of_range) |
|
std::string | ScalarDescription (const size_t index, const std::string &userDescription="") const throw (std::out_of_range) |
|
Enumerator |
---|
COMPONENT_START |
|
COMPONENT_STOP |
|
COMPONENT_RESUME |
|
mtsComponentStatusControl::mtsComponentStatusControl |
( |
void |
| ) |
|
mtsComponentStatusControl::~mtsComponentStatusControl |
( |
| ) |
|
mtsComponentStatusControl::mtsComponentStatusControl |
( |
const std::string & |
newProcessName, |
|
|
const std::string & |
newComponentName, |
|
|
const double & |
newDelayInSecond, |
|
|
const ComponentStatusCommand & |
newCommand |
|
) |
| |
static ComponentStatusCommand mtsComponentStatusControl::ComponentStatusCommandFromString |
( |
const std::string & |
value | ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
static |
static std::string mtsComponentStatusControl::ComponentStatusCommandToString |
( |
const ComponentStatusCommand & |
value | ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
static |
void mtsComponentStatusControl::DeSerializeBinary |
( |
std::istream & |
inputStream, |
|
|
const cmnDataFormat & |
localFormat, |
|
|
const cmnDataFormat & |
remoteFormat |
|
) |
| |
throw | ( | std::runtime_error |
| ) | | |
void mtsComponentStatusControl::DeSerializeRaw |
( |
std::istream & |
inputStream | ) |
|
void mtsComponentStatusControl::DeSerializeText |
( |
std::istream & |
inputStream, |
|
|
const char |
delimiter = ',' |
|
) |
| |
throw | ( | std::runtime_error |
| ) | | |
std::string mtsComponentStatusControl::HumanReadable |
( |
void |
| ) |
const |
double mtsComponentStatusControl::Scalar |
( |
const size_t |
index | ) |
const |
throw | ( | std::out_of_range |
| ) | | |
std::string mtsComponentStatusControl::ScalarDescription |
( |
const size_t |
index, |
|
|
const std::string & |
userDescription = "" |
|
) |
| const |
throw | ( | std::out_of_range |
| ) | | |
size_t mtsComponentStatusControl::ScalarNumber |
( |
void |
| ) |
const |
bool mtsComponentStatusControl::ScalarNumberIsFixed |
( |
void |
| ) |
const |
void mtsComponentStatusControl::SerializeBinary |
( |
std::ostream & |
outputStream | ) |
const |
throw | ( | std::runtime_error |
| ) | | |
std::string mtsComponentStatusControl::SerializeDescription |
( |
const char |
delimiter = ',' , |
|
|
const std::string & |
userDescription = "" |
|
) |
| const |
void mtsComponentStatusControl::SerializeRaw |
( |
std::ostream & |
outputStream | ) |
const |
void mtsComponentStatusControl::SerializeText |
( |
std::ostream & |
outputStream, |
|
|
const char |
delimiter = ',' |
|
) |
| const |
throw | ( | std::runtime_error |
| ) | | |
void mtsComponentStatusControl::ToStream |
( |
std::ostream & |
outputStream | ) |
const |
void mtsComponentStatusControl::ToStreamRaw |
( |
std::ostream & |
outputStream, |
|
|
const char |
delimiter = ' ' , |
|
|
bool |
headerOnly = false , |
|
|
const std::string & |
headerPrefix = "" |
|
) |
| const |
std::string mtsComponentStatusControl::ComponentName |
double mtsComponentStatusControl::DelayInSecond |
std::string mtsComponentStatusControl::ProcessName |
The documentation for this class was generated from the following file: