16 #ifndef GUIDANCEMODULE_H_
17 #define GUIDANCEMODULE_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: GuidanceModule.h:54
Module is the abstract base class for a collection of Component objects that can be contained in a lo...
Definition: Module.h:45
void loadComponents(Logger &logger)
loads the collection of components belonging to this module
Definition: GuidanceModule.cpp:59
Module * create_module()
Class factories.
Definition: GuidanceModule.h:47
Contains the Module class definition.
GuidanceModule()
Constructor.
Definition: GuidanceModule.cpp:54
virtual ~GuidanceModule()
Destructor.
Definition: GuidanceModule.cpp:84
The GuidanceModule provides Behavior instances that can be used in a mission script to direct the veh...
Definition: GuidanceModule.h:28