#include <CFGProperty.h>
Definition at line 43 of file CFGProperty.h.
◆ propertyOption
Enumerator |
---|
nothingSet | |
paramIdSet | |
propertyIndexSet | |
propertyTypeSet | |
propertyValueSet | |
allSetButValue | |
allSet | |
Definition at line 46 of file CFGProperty.h.
◆ CFGProperty()
mars::cfg_manager::CFGProperty::CFGProperty |
( |
| ) |
|
◆ ~CFGProperty()
mars::cfg_manager::CFGProperty::~CFGProperty |
( |
| ) |
|
◆ changeParamId()
bool mars::cfg_manager::CFGProperty::changeParamId |
( |
const cfgParamId & |
_id | ) |
|
◆ getAsStruct()
◆ getParamId()
const cfgParamId & mars::cfg_manager::CFGProperty::getParamId |
( |
| ) |
const |
◆ getPropertyIndex()
unsigned int mars::cfg_manager::CFGProperty::getPropertyIndex |
( |
| ) |
const |
◆ getPropertyType()
const cfgPropertyType & mars::cfg_manager::CFGProperty::getPropertyType |
( |
| ) |
const |
◆ getState()
unsigned int mars::cfg_manager::CFGProperty::getState |
( |
| ) |
const |
◆ getValue() [1/4]
bool mars::cfg_manager::CFGProperty::getValue |
( |
int * |
value | ) |
const |
◆ getValue() [2/4]
bool mars::cfg_manager::CFGProperty::getValue |
( |
bool * |
value | ) |
const |
◆ getValue() [3/4]
bool mars::cfg_manager::CFGProperty::getValue |
( |
double * |
value | ) |
const |
◆ getValue() [4/4]
bool mars::cfg_manager::CFGProperty::getValue |
( |
std::string * |
value | ) |
const |
◆ isSameAs()
bool mars::cfg_manager::CFGProperty::isSameAs |
( |
const CFGProperty & |
property | ) |
const |
◆ isValueSet()
bool mars::cfg_manager::CFGProperty::isValueSet |
( |
| ) |
const |
◆ setParamId()
bool mars::cfg_manager::CFGProperty::setParamId |
( |
const cfgParamId & |
_id | ) |
|
◆ setPropertyIndex()
bool mars::cfg_manager::CFGProperty::setPropertyIndex |
( |
const unsigned int |
_propertyIndex | ) |
|
◆ setPropertyType()
bool mars::cfg_manager::CFGProperty::setPropertyType |
( |
const cfgPropertyType & |
_propertyType | ) |
|
◆ setValue() [1/4]
bool mars::cfg_manager::CFGProperty::setValue |
( |
const int |
_iValue | ) |
|
◆ setValue() [2/4]
bool mars::cfg_manager::CFGProperty::setValue |
( |
const bool |
_bValue | ) |
|
◆ setValue() [3/4]
bool mars::cfg_manager::CFGProperty::setValue |
( |
const double |
_dValue | ) |
|
◆ setValue() [4/4]
bool mars::cfg_manager::CFGProperty::setValue |
( |
const std::string & |
_sValue | ) |
|
◆ bValue
bool mars::cfg_manager::CFGProperty::bValue |
|
private |
◆ dValue
double mars::cfg_manager::CFGProperty::dValue |
|
private |
◆ iValue
int mars::cfg_manager::CFGProperty::iValue |
|
private |
◆ paramId
cfgParamId mars::cfg_manager::CFGProperty::paramId |
|
private |
◆ propertyIndex
unsigned int mars::cfg_manager::CFGProperty::propertyIndex |
|
private |
◆ propertyState
unsigned int mars::cfg_manager::CFGProperty::propertyState |
|
private |
◆ propertyType
◆ sValue
std::string mars::cfg_manager::CFGProperty::sValue |
|
private |
The documentation for this class was generated from the following files:
- /Developer/bob-learning-dev/simulation/mars/common/cfg_manager/src/CFGProperty.h
- /Developer/bob-learning-dev/simulation/mars/common/cfg_manager/src/CFGProperty.cpp