24 #ifndef __ASPECT_CONFIGURABLE_H_ 25 #define __ASPECT_CONFIGURABLE_H_ 27 #include <aspect/aspect.h> 28 #include <config/config.h> void init_ConfigurableAspect(Configuration *config)
Set the configuration It is guaranteed that this is called for a configurable thread before Thread::s...
virtual ~ConfigurableAspect()
Virtual empty Destructor.
Fawkes aspect base class.
Fawkes library namespace.
Thread aspect to access configuration data.
ConfigurableAspect()
Constructor.
Configuration * config
This is the Configuration member used to access the configuration.
Interface for configuration handling.