Public Member Functions | Private Attributes | List of all members
paramEntryAscii Class Reference

Public Member Functions

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 ()
 
TiXmlElementgetPointerToXmlNode (void)
 
TiXmlElementgetPointerToXmlNode (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)
 

Private Attributes

int errorCode
 
std::string errorMsg
 
bool minMaxGiven
 
std::string nameVal
 
TiXmlElementnodePtr
 
std::string typeVal
 
std::string valueMaxVal
 
std::string valueMinVal
 
std::string valueVal
 

Detailed Description

Definition at line 12 of file launchparser.cpp.

Constructor & Destructor Documentation

◆ paramEntryAscii() [1/2]

paramEntryAscii::paramEntryAscii ( std::string  _nameVal,
std::string  _typeVal,
std::string  _valueVal 
)
inline

Definition at line 15 of file launchparser.cpp.

◆ paramEntryAscii() [2/2]

paramEntryAscii::paramEntryAscii ( std::string  _nameVal,
std::string  _typeVal,
std::string  _valueVal 
)
inline

Definition at line 101 of file sick_scan_test.cpp.

Member Function Documentation

◆ getErrorCode() [1/2]

int paramEntryAscii::getErrorCode ( )
inline

Definition at line 86 of file launchparser.cpp.

◆ getErrorCode() [2/2]

int paramEntryAscii::getErrorCode ( )
inline

Definition at line 172 of file sick_scan_test.cpp.

◆ getErrorMsg() [1/2]

std::string paramEntryAscii::getErrorMsg ( )
inline

Definition at line 91 of file launchparser.cpp.

◆ getErrorMsg() [2/2]

std::string paramEntryAscii::getErrorMsg ( )
inline

Definition at line 177 of file sick_scan_test.cpp.

◆ getMaxValue() [1/2]

std::string paramEntryAscii::getMaxValue ( )
inline

Definition at line 75 of file launchparser.cpp.

◆ getMaxValue() [2/2]

std::string paramEntryAscii::getMaxValue ( )
inline

Definition at line 161 of file sick_scan_test.cpp.

◆ getMinValue() [1/2]

std::string paramEntryAscii::getMinValue ( )
inline

Definition at line 70 of file launchparser.cpp.

◆ getMinValue() [2/2]

std::string paramEntryAscii::getMinValue ( )
inline

Definition at line 156 of file sick_scan_test.cpp.

◆ getName() [1/2]

std::string paramEntryAscii::getName ( )
inline

Definition at line 55 of file launchparser.cpp.

◆ getName() [2/2]

std::string paramEntryAscii::getName ( )
inline

Definition at line 141 of file sick_scan_test.cpp.

◆ getPointerToXmlNode() [1/2]

TiXmlElement* paramEntryAscii::getPointerToXmlNode ( void  )
inline

Definition at line 29 of file launchparser.cpp.

◆ getPointerToXmlNode() [2/2]

TiXmlElement* paramEntryAscii::getPointerToXmlNode ( void  )
inline

Definition at line 115 of file sick_scan_test.cpp.

◆ getType() [1/2]

std::string paramEntryAscii::getType ( )
inline

Definition at line 60 of file launchparser.cpp.

◆ getType() [2/2]

std::string paramEntryAscii::getType ( )
inline

Definition at line 146 of file sick_scan_test.cpp.

◆ getValue() [1/2]

std::string paramEntryAscii::getValue ( )
inline

Definition at line 65 of file launchparser.cpp.

◆ getValue() [2/2]

std::string paramEntryAscii::getValue ( )
inline

Definition at line 151 of file sick_scan_test.cpp.

◆ isMinMaxGiven() [1/2]

bool paramEntryAscii::isMinMaxGiven ( )
inline

Definition at line 41 of file launchparser.cpp.

◆ isMinMaxGiven() [2/2]

bool paramEntryAscii::isMinMaxGiven ( )
inline

Definition at line 127 of file sick_scan_test.cpp.

◆ setCheckStatus() [1/2]

void paramEntryAscii::setCheckStatus ( int  errCode,
std::string  errMsg 
)
inline

Definition at line 80 of file launchparser.cpp.

◆ setCheckStatus() [2/2]

void paramEntryAscii::setCheckStatus ( int  errCode,
std::string  errMsg 
)
inline

Definition at line 166 of file sick_scan_test.cpp.

◆ setMinMaxValues() [1/2]

void paramEntryAscii::setMinMaxValues ( std::string  _valueMinVal,
std::string  _valueMaxVal 
)
inline

Definition at line 46 of file launchparser.cpp.

◆ setMinMaxValues() [2/2]

void paramEntryAscii::setMinMaxValues ( std::string  _valueMinVal,
std::string  _valueMaxVal 
)
inline

Definition at line 132 of file sick_scan_test.cpp.

◆ setPointerToXmlNode() [1/2]

void paramEntryAscii::setPointerToXmlNode ( TiXmlElement paramEntryPtr)
inline

Definition at line 24 of file launchparser.cpp.

◆ setPointerToXmlNode() [2/2]

void paramEntryAscii::setPointerToXmlNode ( TiXmlElement paramEntryPtr)
inline

Definition at line 110 of file sick_scan_test.cpp.

◆ setValues() [1/2]

void paramEntryAscii::setValues ( std::string  _nameVal,
std::string  _typeVal,
std::string  _valueVal 
)
inline

Definition at line 33 of file launchparser.cpp.

◆ setValues() [2/2]

void paramEntryAscii::setValues ( std::string  _nameVal,
std::string  _typeVal,
std::string  _valueVal 
)
inline

Definition at line 119 of file sick_scan_test.cpp.

Member Data Documentation

◆ errorCode

int paramEntryAscii::errorCode
private

Definition at line 103 of file launchparser.cpp.

◆ errorMsg

std::string paramEntryAscii::errorMsg
private

Definition at line 104 of file launchparser.cpp.

◆ minMaxGiven

bool paramEntryAscii::minMaxGiven
private

Definition at line 102 of file launchparser.cpp.

◆ nameVal

std::string paramEntryAscii::nameVal
private

Definition at line 97 of file launchparser.cpp.

◆ nodePtr

TiXmlElement * paramEntryAscii::nodePtr
private

Definition at line 105 of file launchparser.cpp.

◆ typeVal

std::string paramEntryAscii::typeVal
private

Definition at line 98 of file launchparser.cpp.

◆ valueMaxVal

std::string paramEntryAscii::valueMaxVal
private

Definition at line 101 of file launchparser.cpp.

◆ valueMinVal

std::string paramEntryAscii::valueMinVal
private

Definition at line 100 of file launchparser.cpp.

◆ valueVal

std::string paramEntryAscii::valueVal
private

Definition at line 99 of file launchparser.cpp.


The documentation for this class was generated from the following files:


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:14