|
EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|
#include <SimpleConfig.hpp>


Public Member Functions | |
| 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 () |
| virtual void | loadDefaults () |
Static Public Attributes | |
| static constexpr int | buffer_size = 256 |
Additional Inherited Members | |
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 |
| SimpleConfig::SimpleConfig | ( | const char * | path = nullptr | ) |
|
virtual |
|
virtual |
Implements eeros::Config.
|
virtual |
Implements eeros::Config.
|
static |