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