16 #ifndef ESTIMATIONMODULE_H_
17 #define ESTIMATIONMODULE_H_
Client-side interface for injecting log data into the log queue.
Definition: Logger.h:30
EstimationModule()
Constructor.
Definition: EstimationModule.cpp:38
Module * create_module()
Class factories.
Definition: EstimationModule.h:47
Module is the abstract base class for a collection of Component objects that can be contained in a lo...
Definition: Module.h:45
virtual ~EstimationModule()
Destructor.
Definition: EstimationModule.cpp:94
Contains the Module class definition.
void destroy_module(Module *module)
destroy_module must be implemented, following the class implementation:
Definition: EstimationModule.h:54
The EstimationModule provides components that take the outputs of various sensors and combine them to...
Definition: EstimationModule.h:28
void loadComponents(Logger &logger)
loads the collection of components belonging to this module
Definition: EstimationModule.cpp:43