16 #ifndef TRIGGERMODULE_H_
17 #define TRIGGERMODULE_H_
Client-side interface for injecting log data into the log queue.
Definition: Logger.h:30
Module * create_module()
Class factories.
Definition: TriggerModule.h:47
void loadComponents(Logger &logger)
loads the collection of components belonging to this module
Definition: TriggerModule.cpp:23
void destroy_module(Module *module)
destroy_module must be implemented, following the class implementation:
Definition: TriggerModule.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
virtual ~TriggerModule()
Destructor.
Definition: TriggerModule.cpp:30
The TriggerModule provides Behavior instances that can be used in a mission script to direct the vehi...
Definition: TriggerModule.h:28
TriggerModule()
Constructor.
Definition: TriggerModule.cpp:18
Contains the Module class definition.