|
cisst-saw
|
#include <mtsInterfaceCommon.h>
Public Member Functions | |
| mtsCommandVoidDescription (void) | |
| mtsCommandVoidDescription (const mtsCommandVoidDescription &other) | |
| mtsCommandVoidDescription & | operator= (const mtsCommandVoidDescription &other) |
| ~mtsCommandVoidDescription () | |
| mtsCommandVoidDescription (const std::string &newName) | |
| 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 mtsCommandVoidDescription &source) |
| bool | ScalarNumberIsFixed (void) const |
| size_t | ScalarNumber (void) const |
Public Attributes | |
| std::string | Name |
| 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 |
| mtsCommandVoidDescription::mtsCommandVoidDescription | ( | void | ) |
| mtsCommandVoidDescription::mtsCommandVoidDescription | ( | const mtsCommandVoidDescription & | other | ) |
| mtsCommandVoidDescription::~mtsCommandVoidDescription | ( | ) |
| mtsCommandVoidDescription::mtsCommandVoidDescription | ( | const std::string & | newName | ) |
| void mtsCommandVoidDescription::Copy | ( | const mtsCommandVoidDescription & | source | ) |
| void mtsCommandVoidDescription::DeSerializeRaw | ( | std::istream & | inputStream | ) |
| mtsCommandVoidDescription & mtsCommandVoidDescription::operator= | ( | const mtsCommandVoidDescription & | other | ) |
| size_t mtsCommandVoidDescription::ScalarNumber | ( | void | ) | const |
| bool mtsCommandVoidDescription::ScalarNumberIsFixed | ( | void | ) | const |
| void mtsCommandVoidDescription::SerializeRaw | ( | std::ostream & | outputStream | ) | const |
| void mtsCommandVoidDescription::ToStream | ( | std::ostream & | outputStream | ) | const |
| void mtsCommandVoidDescription::ToStreamRaw | ( | std::ostream & | outputStream, |
| const char | delimiter = ' ', | ||
| bool | headerOnly = false, | ||
| const std::string & | headerPrefix = "" ) const |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string mtsCommandVoidDescription::HumanReadable(void) const |
| std::string mtsCommandVoidDescription::Name |
| 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 mtsCommandVoidDescription::SerializeDescription(const char delimiter=',', const std::string &userDescription="") const |