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