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