16 #ifndef CONTROLMODULE_H_
17 #define CONTROLMODULE_H_
Client-side interface for injecting log data into the log queue.
Definition: Logger.h:30
void destroy_module(Module *module)
destroy_module must be implemented, following the class implementation:
Definition: ControlModule.h:52
Module * create_module()
Class factories.
Definition: ControlModule.h:45
Module is the abstract base class for a collection of Component objects that can be contained in a lo...
Definition: Module.h:45
Provides components responsible for providing dynamic control of the vehicle via VerticalControl, HeadingControl, and SpeedControl.
Definition: ControlModule.h:28
Contains the Module class definition.
ControlModule()
Constructor.
Definition: ControlModule.cpp:20
void loadComponents(Logger &logger)
loads the collection of components belonging to this module
Definition: ControlModule.cpp:25
virtual ~ControlModule()
Destructor.
Definition: ControlModule.cpp:47