Public Member Functions | |
int | getErrorCode () |
std::string | getErrorMsg () |
std::string | getMaxValue () |
std::string | getMinValue () |
std::string | getName () |
TiXmlElement * | getPointerToXmlNode (void) |
std::string | getType () |
std::string | getValue () |
bool | isMinMaxGiven () |
paramEntryAscii (std::string _nameVal, std::string _typeVal, std::string _valueVal) | |
void | setCheckStatus (int errCode, std::string errMsg) |
void | setMinMaxValues (std::string _valueMinVal, std::string _valueMaxVal) |
void | setPointerToXmlNode (TiXmlElement *paramEntryPtr) |
void | setValues (std::string _nameVal, std::string _typeVal, std::string _valueVal) |
Private Attributes | |
int | errorCode |
std::string | errorMsg |
bool | minMaxGiven |
std::string | nameVal |
TiXmlElement * | nodePtr |
std::string | typeVal |
std::string | valueMaxVal |
std::string | valueMinVal |
std::string | valueVal |
Definition at line 83 of file sick_scan_test.cpp.
paramEntryAscii::paramEntryAscii | ( | std::string | _nameVal, |
std::string | _typeVal, | ||
std::string | _valueVal | ||
) | [inline] |
Definition at line 86 of file sick_scan_test.cpp.
int paramEntryAscii::getErrorCode | ( | ) | [inline] |
Definition at line 157 of file sick_scan_test.cpp.
std::string paramEntryAscii::getErrorMsg | ( | ) | [inline] |
Definition at line 162 of file sick_scan_test.cpp.
std::string paramEntryAscii::getMaxValue | ( | ) | [inline] |
Definition at line 146 of file sick_scan_test.cpp.
std::string paramEntryAscii::getMinValue | ( | ) | [inline] |
Definition at line 141 of file sick_scan_test.cpp.
std::string paramEntryAscii::getName | ( | ) | [inline] |
Definition at line 126 of file sick_scan_test.cpp.
TiXmlElement* paramEntryAscii::getPointerToXmlNode | ( | void | ) | [inline] |
Definition at line 100 of file sick_scan_test.cpp.
std::string paramEntryAscii::getType | ( | ) | [inline] |
Definition at line 131 of file sick_scan_test.cpp.
std::string paramEntryAscii::getValue | ( | ) | [inline] |
Definition at line 136 of file sick_scan_test.cpp.
bool paramEntryAscii::isMinMaxGiven | ( | ) | [inline] |
Definition at line 112 of file sick_scan_test.cpp.
void paramEntryAscii::setCheckStatus | ( | int | errCode, |
std::string | errMsg | ||
) | [inline] |
Definition at line 151 of file sick_scan_test.cpp.
void paramEntryAscii::setMinMaxValues | ( | std::string | _valueMinVal, |
std::string | _valueMaxVal | ||
) | [inline] |
Definition at line 117 of file sick_scan_test.cpp.
void paramEntryAscii::setPointerToXmlNode | ( | TiXmlElement * | paramEntryPtr | ) | [inline] |
Definition at line 95 of file sick_scan_test.cpp.
void paramEntryAscii::setValues | ( | std::string | _nameVal, |
std::string | _typeVal, | ||
std::string | _valueVal | ||
) | [inline] |
Definition at line 104 of file sick_scan_test.cpp.
int paramEntryAscii::errorCode [private] |
Definition at line 174 of file sick_scan_test.cpp.
std::string paramEntryAscii::errorMsg [private] |
Definition at line 175 of file sick_scan_test.cpp.
bool paramEntryAscii::minMaxGiven [private] |
Definition at line 173 of file sick_scan_test.cpp.
std::string paramEntryAscii::nameVal [private] |
Definition at line 168 of file sick_scan_test.cpp.
TiXmlElement* paramEntryAscii::nodePtr [private] |
Definition at line 176 of file sick_scan_test.cpp.
std::string paramEntryAscii::typeVal [private] |
Definition at line 169 of file sick_scan_test.cpp.
std::string paramEntryAscii::valueMaxVal [private] |
Definition at line 172 of file sick_scan_test.cpp.
std::string paramEntryAscii::valueMinVal [private] |
Definition at line 171 of file sick_scan_test.cpp.
std::string paramEntryAscii::valueVal [private] |
Definition at line 170 of file sick_scan_test.cpp.