EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TestConfig Class Reference
Inheritance diagram for TestConfig:
Collaboration diagram for TestConfig:

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
 

Constructor & Destructor Documentation

TestConfig::TestConfig ( const char *  name)
inline

Here is the call graph for this function:

Member Function Documentation

virtual void TestConfig::loadDefaults ( )
inlinevirtual

Reimplemented from eeros::Config.

Here is the caller graph for this function:

virtual void TestConfig::zero ( )
inlinevirtual

Here is the caller graph for this function:

Member Data Documentation

int TestConfig::value1
double TestConfig::value2

The documentation for this class was generated from the following file: