#include <CFGParamInt.h>
Definition at line 41 of file CFGParamInt.h.
◆ paramProperty
Enumerator |
---|
value | |
min | |
max | |
stepsize | |
dstNrOfParamPropertys | |
Definition at line 44 of file CFGParamInt.h.
◆ CFGParamInt()
mars::cfg_manager::CFGParamInt::CFGParamInt |
( |
const cfgParamId & |
_id, |
|
|
const std::string & |
_group, |
|
|
const std::string & |
_name |
|
) |
| |
◆ ~CFGParamInt()
mars::cfg_manager::CFGParamInt::~CFGParamInt |
( |
| ) |
|
◆ createParam()
CFGParam * mars::cfg_manager::CFGParamInt::createParam |
( |
const cfgParamId & |
_id, |
|
|
const std::string & |
_group, |
|
|
const YAML::Node & |
node |
|
) |
| |
|
static |
◆ getNrOfPropertys()
unsigned int mars::cfg_manager::CFGParamInt::getNrOfPropertys |
( |
| ) |
const |
|
virtual |
◆ getPropertyIndexByName()
unsigned int mars::cfg_manager::CFGParamInt::getPropertyIndexByName |
( |
const std::string & |
_name | ) |
const |
|
virtual |
◆ getPropertyNameByIndex()
const string & mars::cfg_manager::CFGParamInt::getPropertyNameByIndex |
( |
unsigned int |
_index | ) |
const |
|
virtual |
◆ getPropertyTypeByIndex()
const cfgPropertyType & mars::cfg_manager::CFGParamInt::getPropertyTypeByIndex |
( |
unsigned int |
_index | ) |
const |
|
virtual |
◆ setProperty()
bool mars::cfg_manager::CFGParamInt::setProperty |
( |
const CFGProperty & |
_property | ) |
|
|
virtual |
◆ setPropertyMax()
bool mars::cfg_manager::CFGParamInt::setPropertyMax |
( |
const CFGProperty & |
_property | ) |
const |
|
private |
◆ setPropertyMin()
bool mars::cfg_manager::CFGParamInt::setPropertyMin |
( |
const CFGProperty & |
_property | ) |
const |
|
private |
◆ setPropertyStepsize()
bool mars::cfg_manager::CFGParamInt::setPropertyStepsize |
( |
const CFGProperty & |
_property | ) |
const |
|
private |
◆ setPropertyValue()
bool mars::cfg_manager::CFGParamInt::setPropertyValue |
( |
const CFGProperty & |
_property | ) |
const |
|
private |
◆ paramPropertyName
const string mars::cfg_manager::CFGParamInt::paramPropertyName |
|
static |
Initial value:= {
"value",
"min",
"max",
"stepsize"
}
Definition at line 52 of file CFGParamInt.h.
◆ paramPropertyType
The documentation for this class was generated from the following files:
- /Developer/bob-learning-dev/simulation/mars/common/cfg_manager/src/CFGParamInt.h
- /Developer/bob-learning-dev/simulation/mars/common/cfg_manager/src/CFGParamInt.cpp