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