|
int | getErrorCode () |
|
int | getErrorCode () |
|
std::string | getErrorMsg () |
|
std::string | getErrorMsg () |
|
std::string | getMaxValue () |
|
std::string | getMaxValue () |
|
std::string | getMinValue () |
|
std::string | getMinValue () |
|
std::string | getName () |
|
std::string | getName () |
|
TiXmlElement * | getPointerToXmlNode (void) |
|
TiXmlElement * | getPointerToXmlNode (void) |
|
std::string | getType () |
|
std::string | getType () |
|
std::string | getValue () |
|
std::string | getValue () |
|
bool | isMinMaxGiven () |
|
bool | isMinMaxGiven () |
|
| paramEntryAscii (std::string _nameVal, std::string _typeVal, std::string _valueVal) |
|
| paramEntryAscii (std::string _nameVal, std::string _typeVal, std::string _valueVal) |
|
void | setCheckStatus (int errCode, std::string errMsg) |
|
void | setCheckStatus (int errCode, std::string errMsg) |
|
void | setMinMaxValues (std::string _valueMinVal, std::string _valueMaxVal) |
|
void | setMinMaxValues (std::string _valueMinVal, std::string _valueMaxVal) |
|
void | setPointerToXmlNode (TiXmlElement *paramEntryPtr) |
|
void | setPointerToXmlNode (TiXmlElement *paramEntryPtr) |
|
void | setValues (std::string _nameVal, std::string _typeVal, std::string _valueVal) |
|
void | setValues (std::string _nameVal, std::string _typeVal, std::string _valueVal) |
|
Definition at line 12 of file launchparser.cpp.
◆ paramEntryAscii() [1/2]
paramEntryAscii::paramEntryAscii |
( |
std::string |
_nameVal, |
|
|
std::string |
_typeVal, |
|
|
std::string |
_valueVal |
|
) |
| |
|
inline |
◆ paramEntryAscii() [2/2]
paramEntryAscii::paramEntryAscii |
( |
std::string |
_nameVal, |
|
|
std::string |
_typeVal, |
|
|
std::string |
_valueVal |
|
) |
| |
|
inline |
◆ getErrorCode() [1/2]
int paramEntryAscii::getErrorCode |
( |
| ) |
|
|
inline |
◆ getErrorCode() [2/2]
int paramEntryAscii::getErrorCode |
( |
| ) |
|
|
inline |
◆ getErrorMsg() [1/2]
std::string paramEntryAscii::getErrorMsg |
( |
| ) |
|
|
inline |
◆ getErrorMsg() [2/2]
std::string paramEntryAscii::getErrorMsg |
( |
| ) |
|
|
inline |
◆ getMaxValue() [1/2]
std::string paramEntryAscii::getMaxValue |
( |
| ) |
|
|
inline |
◆ getMaxValue() [2/2]
std::string paramEntryAscii::getMaxValue |
( |
| ) |
|
|
inline |
◆ getMinValue() [1/2]
std::string paramEntryAscii::getMinValue |
( |
| ) |
|
|
inline |
◆ getMinValue() [2/2]
std::string paramEntryAscii::getMinValue |
( |
| ) |
|
|
inline |
◆ getName() [1/2]
std::string paramEntryAscii::getName |
( |
| ) |
|
|
inline |
◆ getName() [2/2]
std::string paramEntryAscii::getName |
( |
| ) |
|
|
inline |
◆ getPointerToXmlNode() [1/2]
◆ getPointerToXmlNode() [2/2]
◆ getType() [1/2]
std::string paramEntryAscii::getType |
( |
| ) |
|
|
inline |
◆ getType() [2/2]
std::string paramEntryAscii::getType |
( |
| ) |
|
|
inline |
◆ getValue() [1/2]
std::string paramEntryAscii::getValue |
( |
| ) |
|
|
inline |
◆ getValue() [2/2]
std::string paramEntryAscii::getValue |
( |
| ) |
|
|
inline |
◆ isMinMaxGiven() [1/2]
bool paramEntryAscii::isMinMaxGiven |
( |
| ) |
|
|
inline |
◆ isMinMaxGiven() [2/2]
bool paramEntryAscii::isMinMaxGiven |
( |
| ) |
|
|
inline |
◆ setCheckStatus() [1/2]
void paramEntryAscii::setCheckStatus |
( |
int |
errCode, |
|
|
std::string |
errMsg |
|
) |
| |
|
inline |
◆ setCheckStatus() [2/2]
void paramEntryAscii::setCheckStatus |
( |
int |
errCode, |
|
|
std::string |
errMsg |
|
) |
| |
|
inline |
◆ setMinMaxValues() [1/2]
void paramEntryAscii::setMinMaxValues |
( |
std::string |
_valueMinVal, |
|
|
std::string |
_valueMaxVal |
|
) |
| |
|
inline |
◆ setMinMaxValues() [2/2]
void paramEntryAscii::setMinMaxValues |
( |
std::string |
_valueMinVal, |
|
|
std::string |
_valueMaxVal |
|
) |
| |
|
inline |
◆ setPointerToXmlNode() [1/2]
void paramEntryAscii::setPointerToXmlNode |
( |
TiXmlElement * |
paramEntryPtr | ) |
|
|
inline |
◆ setPointerToXmlNode() [2/2]
void paramEntryAscii::setPointerToXmlNode |
( |
TiXmlElement * |
paramEntryPtr | ) |
|
|
inline |
◆ setValues() [1/2]
void paramEntryAscii::setValues |
( |
std::string |
_nameVal, |
|
|
std::string |
_typeVal, |
|
|
std::string |
_valueVal |
|
) |
| |
|
inline |
◆ setValues() [2/2]
void paramEntryAscii::setValues |
( |
std::string |
_nameVal, |
|
|
std::string |
_typeVal, |
|
|
std::string |
_valueVal |
|
) |
| |
|
inline |
◆ errorCode
int paramEntryAscii::errorCode |
|
private |
◆ errorMsg
std::string paramEntryAscii::errorMsg |
|
private |
◆ minMaxGiven
bool paramEntryAscii::minMaxGiven |
|
private |
◆ nameVal
std::string paramEntryAscii::nameVal |
|
private |
◆ nodePtr
◆ typeVal
std::string paramEntryAscii::typeVal |
|
private |
◆ valueMaxVal
std::string paramEntryAscii::valueMaxVal |
|
private |
◆ valueMinVal
std::string paramEntryAscii::valueMinVal |
|
private |
◆ valueVal
std::string paramEntryAscii::valueVal |
|
private |
The documentation for this class was generated from the following files: