|
cisst-saw
|
#include <mtsParameterTypes.h>
Public Member Functions | |
| mtsMessage (void) | |
| mtsMessage (const mtsMessage &other) | |
| mtsMessage & | operator= (const mtsMessage &other) |
| ~mtsMessage () | |
| void | GetTimestamp (double &placeHolder) const |
| double | GetTimestamp (void) const |
| void | SetTimestamp (const double &newValue) |
| void | SetMessage (const std::string &message) |
| 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 mtsMessage &source) |
| bool | ScalarNumberIsFixed (void) const |
| size_t | ScalarNumber (void) const |
Public Attributes | |
| std::string | Message |
| size_t | Counter |
| double | Timestamp |
| 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 |
| mtsMessage::mtsMessage | ( | void | ) |
| mtsMessage::mtsMessage | ( | const mtsMessage & | other | ) |
| mtsMessage::~mtsMessage | ( | ) |
| void mtsMessage::Copy | ( | const mtsMessage & | source | ) |
| void mtsMessage::DeSerializeRaw | ( | std::istream & | inputStream | ) |
| void mtsMessage::GetTimestamp | ( | double & | placeHolder | ) | const |
|
inline |
| mtsMessage & mtsMessage::operator= | ( | const mtsMessage & | other | ) |
| size_t mtsMessage::ScalarNumber | ( | void | ) | const |
| bool mtsMessage::ScalarNumberIsFixed | ( | void | ) | const |
| void mtsMessage::SerializeRaw | ( | std::ostream & | outputStream | ) | const |
| void mtsMessage::SetMessage | ( | const std::string & | message | ) |
| void mtsMessage::SetTimestamp | ( | const double & | newValue | ) |
| void mtsMessage::ToStream | ( | std::ostream & | outputStream | ) | const |
| void mtsMessage::ToStreamRaw | ( | std::ostream & | outputStream, |
| const char | delimiter = ' ', | ||
| bool | headerOnly = false, | ||
| const std::string & | headerPrefix = "" ) const |
| size_t mtsMessage::Counter |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string mtsMessage::HumanReadable(void) const |
| std::string mtsMessage::Message |
| 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 mtsMessage::SerializeDescription(const char delimiter=',', const std::string &userDescription="") const |
| double mtsMessage::Timestamp |