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