24 #ifndef SIMULATORMODULE_H_
25 #define SIMULATORMODULE_H_
29 class LoadedComponent;
Client-side interface for injecting log data into the log queue.
Definition: Logger.h:30
Module * create_module()
Class factories.
Definition: SimulatorModule.h:63
virtual ~SimulatorModule()
Destructor.
Definition: SimulatorModule.cpp:39
void loadComponents(Logger &logger)
loads the collection of components belonging to this module
Definition: SimulatorModule.cpp:23
Module is the abstract base class for a collection of Component objects that can be contained in a lo...
Definition: Module.h:45
The SimulatorModule provides components responsible for providing dynamic simulation of the vehicle i...
Definition: SimulatorModule.h:46
Contains the Module class definition.
SimulatorModule()
Constructor.
Definition: SimulatorModule.cpp:18
void destroy_module(Module *module)
destroy_module must be implemented, following the class implementation:
Definition: SimulatorModule.h:70