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