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