|
EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|


Public Member Functions | |
| TestConfig (const char *name) | |
| virtual void | loadDefaults () |
| virtual void | zero () |
Public Member Functions inherited from eeros::SimpleConfig | |
| SimpleConfig (const char *path=nullptr) | |
| virtual | ~SimpleConfig () |
| virtual bool | save (const char *path=nullptr) |
| virtual bool | load (const char *path=nullptr) |
Public Member Functions inherited from eeros::Config | |
| Config (const char *path=nullptr) | |
| virtual | ~Config () |
Public Attributes | |
| int | value1 |
| double | value2 |
Additional Inherited Members | |
Static Public Attributes inherited from eeros::SimpleConfig | |
| static constexpr int | buffer_size = 256 |
Protected Member Functions inherited from eeros::Config | |
| virtual void | add (const char *name, int &value) |
| virtual void | add (const char *name, double &value) |
Protected Attributes inherited from eeros::Config | |
| const char * | path |
| std::map< const char *, ConfigPropertyAccessor, CharPtrCompare > | properties |
|
inline |

|
inlinevirtual |
|
inlinevirtual |

| int TestConfig::value1 |
| double TestConfig::value2 |