cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
mtsCommandVoidDescription Class Reference

#include <mtsInterfaceCommon.h>

Public Member Functions

 mtsCommandVoidDescription (void)
 
 mtsCommandVoidDescription (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)
 
void SerializeBinary (std::ostream &outputStream) const throw (std::runtime_error)
 
void DeSerializeBinary (std::istream &inputStream, const cmnDataFormat &localFormat, const cmnDataFormat &remoteFormat) throw (std::runtime_error)
 
void SerializeText (std::ostream &outputStream, const char delimiter= ',') const throw (std::runtime_error)
 
std::string SerializeDescription (const char delimiter= ',', const std::string &userDescription="") const
 
void DeSerializeText (std::istream &inputStream, const char delimiter= ',') throw (std::runtime_error)
 
std::string HumanReadable (void) const
 
bool ScalarNumberIsFixed (void) const
 
size_t ScalarNumber (void) const
 
double Scalar (const size_t index) const throw (std::out_of_range)
 
std::string ScalarDescription (const size_t index, const std::string &userDescription="") const throw (std::out_of_range)
 

Public Attributes

std::string Name
 

Constructor & Destructor Documentation

mtsCommandVoidDescription::mtsCommandVoidDescription ( void  )
mtsCommandVoidDescription::mtsCommandVoidDescription ( const mtsCommandVoidDescription other)
mtsCommandVoidDescription::~mtsCommandVoidDescription ( )
mtsCommandVoidDescription::mtsCommandVoidDescription ( const std::string &  newName)

Member Function Documentation

void mtsCommandVoidDescription::Copy ( const mtsCommandVoidDescription source)
void mtsCommandVoidDescription::DeSerializeBinary ( std::istream &  inputStream,
const cmnDataFormat localFormat,
const cmnDataFormat remoteFormat 
)
throw (std::runtime_error
)
void mtsCommandVoidDescription::DeSerializeRaw ( std::istream &  inputStream)
void mtsCommandVoidDescription::DeSerializeText ( std::istream &  inputStream,
const char  delimiter = ',' 
)
throw (std::runtime_error
)
std::string mtsCommandVoidDescription::HumanReadable ( void  ) const
double mtsCommandVoidDescription::Scalar ( const size_t  index) const
throw (std::out_of_range
)
std::string mtsCommandVoidDescription::ScalarDescription ( const size_t  index,
const std::string &  userDescription = "" 
) const
throw (std::out_of_range
)
size_t mtsCommandVoidDescription::ScalarNumber ( void  ) const
bool mtsCommandVoidDescription::ScalarNumberIsFixed ( void  ) const
void mtsCommandVoidDescription::SerializeBinary ( std::ostream &  outputStream) const
throw (std::runtime_error
)
std::string mtsCommandVoidDescription::SerializeDescription ( const char  delimiter = ',',
const std::string &  userDescription = "" 
) const
void mtsCommandVoidDescription::SerializeRaw ( std::ostream &  outputStream) const
void mtsCommandVoidDescription::SerializeText ( std::ostream &  outputStream,
const char  delimiter = ',' 
) const
throw (std::runtime_error
)
void mtsCommandVoidDescription::ToStream ( std::ostream &  outputStream) const
void mtsCommandVoidDescription::ToStreamRaw ( std::ostream &  outputStream,
const char  delimiter = ' ',
bool  headerOnly = false,
const std::string &  headerPrefix = "" 
) const

Member Data Documentation

std::string mtsCommandVoidDescription::Name

The documentation for this class was generated from the following file: