|
cisst-saw
|
#include <mtsParameterTypes.h>
Public Member Functions | |
| mtsComponentStateChange (void) | |
| mtsComponentStateChange (const mtsComponentStateChange &other) | |
| mtsComponentStateChange & | operator= (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) |
| bool | ScalarNumberIsFixed (void) const |
| size_t | ScalarNumber (void) const |
Public Attributes | |
| std::string | ProcessName |
| std::string | ComponentName |
| mtsComponentState | NewState |
| 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 |
| mtsComponentStateChange::mtsComponentStateChange | ( | void | ) |
| mtsComponentStateChange::mtsComponentStateChange | ( | const mtsComponentStateChange & | other | ) |
| mtsComponentStateChange::~mtsComponentStateChange | ( | ) |
| mtsComponentStateChange::mtsComponentStateChange | ( | const std::string & | newProcessName, |
| const std::string & | newComponentName, | ||
| const mtsComponentState & | newNewState ) |
| void mtsComponentStateChange::Copy | ( | const mtsComponentStateChange & | source | ) |
| void mtsComponentStateChange::DeSerializeRaw | ( | std::istream & | inputStream | ) |
| mtsComponentStateChange & mtsComponentStateChange::operator= | ( | const mtsComponentStateChange & | other | ) |
| size_t mtsComponentStateChange::ScalarNumber | ( | void | ) | const |
| bool mtsComponentStateChange::ScalarNumberIsFixed | ( | void | ) | const |
| void mtsComponentStateChange::SerializeRaw | ( | std::ostream & | outputStream | ) | const |
| 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 |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string mtsComponentStateChange::HumanReadable(void) const |
| mtsComponentState mtsComponentStateChange::NewState |
| std::string mtsComponentStateChange::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 mtsComponentStateChange::SerializeDescription(const char delimiter=',', const std::string &userDescription="") const |