24 #include <aspect/inifins/configurable.h> 25 #include <aspect/configurable.h> 26 #include <config/config.h> 53 if (configurable_thread == NULL) {
55 "ConfigurableAspect, but RTTI says it " 56 "has not. ", thread->
name());
void init_ConfigurableAspect(Configuration *config)
Set the configuration It is guaranteed that this is called for a configurable thread before Thread::s...
Fawkes library namespace.
virtual void finalize(Thread *thread)
Finalize thread.
ConfigurableAspectIniFin(Configuration *config)
Constructor.
Thread class encapsulation of pthreads.
Thread cannot be initialized.
const char * name() const
Get name of thread.
Thread aspect to access configuration data.
virtual void init(Thread *thread)
Initialize thread.
Interface for configuration handling.
Aspect initializer/finalizer base class.