#include <mtsParameterTypes.h>
|
| mtsDescriptionComponent (void) |
|
| mtsDescriptionComponent (const mtsDescriptionComponent &other) |
|
| ~mtsDescriptionComponent () |
|
| mtsDescriptionComponent (const std::string &processName, const std::string &componentName) |
|
| mtsDescriptionComponent (const std::string &newProcessName, const std::string &newComponentName, const std::string &newClassName, const std::string &newConstructorArgSerialized) |
|
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 mtsDescriptionComponent &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) |
|
mtsDescriptionComponent::mtsDescriptionComponent |
( |
void |
| ) |
|
mtsDescriptionComponent::~mtsDescriptionComponent |
( |
| ) |
|
mtsDescriptionComponent::mtsDescriptionComponent |
( |
const std::string & |
processName, |
|
|
const std::string & |
componentName |
|
) |
| |
mtsDescriptionComponent::mtsDescriptionComponent |
( |
const std::string & |
newProcessName, |
|
|
const std::string & |
newComponentName, |
|
|
const std::string & |
newClassName, |
|
|
const std::string & |
newConstructorArgSerialized |
|
) |
| |
void mtsDescriptionComponent::DeSerializeBinary |
( |
std::istream & |
inputStream, |
|
|
const cmnDataFormat & |
localFormat, |
|
|
const cmnDataFormat & |
remoteFormat |
|
) |
| |
throw | ( | std::runtime_error |
| ) | | |
void mtsDescriptionComponent::DeSerializeRaw |
( |
std::istream & |
inputStream | ) |
|
void mtsDescriptionComponent::DeSerializeText |
( |
std::istream & |
inputStream, |
|
|
const char |
delimiter = ',' |
|
) |
| |
throw | ( | std::runtime_error |
| ) | | |
std::string mtsDescriptionComponent::HumanReadable |
( |
void |
| ) |
const |
double mtsDescriptionComponent::Scalar |
( |
const size_t |
index | ) |
const |
throw | ( | std::out_of_range |
| ) | | |
std::string mtsDescriptionComponent::ScalarDescription |
( |
const size_t |
index, |
|
|
const std::string & |
userDescription = "" |
|
) |
| const |
throw | ( | std::out_of_range |
| ) | | |
size_t mtsDescriptionComponent::ScalarNumber |
( |
void |
| ) |
const |
bool mtsDescriptionComponent::ScalarNumberIsFixed |
( |
void |
| ) |
const |
void mtsDescriptionComponent::SerializeBinary |
( |
std::ostream & |
outputStream | ) |
const |
throw | ( | std::runtime_error |
| ) | | |
std::string mtsDescriptionComponent::SerializeDescription |
( |
const char |
delimiter = ',' , |
|
|
const std::string & |
userDescription = "" |
|
) |
| const |
void mtsDescriptionComponent::SerializeRaw |
( |
std::ostream & |
outputStream | ) |
const |
void mtsDescriptionComponent::SerializeText |
( |
std::ostream & |
outputStream, |
|
|
const char |
delimiter = ',' |
|
) |
| const |
throw | ( | std::runtime_error |
| ) | | |
void mtsDescriptionComponent::ToStream |
( |
std::ostream & |
outputStream | ) |
const |
void mtsDescriptionComponent::ToStreamRaw |
( |
std::ostream & |
outputStream, |
|
|
const char |
delimiter = ' ' , |
|
|
bool |
headerOnly = false , |
|
|
const std::string & |
headerPrefix = "" |
|
) |
| const |
std::string mtsDescriptionComponent::ClassName |
std::string mtsDescriptionComponent::ComponentName |
std::string mtsDescriptionComponent::ConstructorArgSerialized |
std::string mtsDescriptionComponent::ProcessName |
The documentation for this class was generated from the following file: