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

#include <mtsParameterTypes.h>

Public Member Functions

 mtsDescriptionIntefaceFullName (void)
 
 mtsDescriptionIntefaceFullName (const mtsDescriptionIntefaceFullName &other)
 
 ~mtsDescriptionIntefaceFullName ()
 
 mtsDescriptionIntefaceFullName (const std::string &newProcessName, const std::string &newComponentName, const std::string &newInterfaceName)
 
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 mtsDescriptionIntefaceFullName &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 ProcessName
 
std::string ComponentName
 
std::string InterfaceName
 

Constructor & Destructor Documentation

mtsDescriptionIntefaceFullName::mtsDescriptionIntefaceFullName ( void  )
mtsDescriptionIntefaceFullName::mtsDescriptionIntefaceFullName ( const mtsDescriptionIntefaceFullName other)
mtsDescriptionIntefaceFullName::~mtsDescriptionIntefaceFullName ( )
mtsDescriptionIntefaceFullName::mtsDescriptionIntefaceFullName ( const std::string &  newProcessName,
const std::string &  newComponentName,
const std::string &  newInterfaceName 
)

Member Function Documentation

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

Member Data Documentation

std::string mtsDescriptionIntefaceFullName::ComponentName
std::string mtsDescriptionIntefaceFullName::InterfaceName
std::string mtsDescriptionIntefaceFullName::ProcessName

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