17 #ifndef SERVOMODULE_H_
18 #define SERVOMODULE_H_
Client-side interface for injecting log data into the log queue.
Definition: Logger.h:30
virtual ~ContorllerModule()
Destructor.
Definition: ServoModule.cpp:51
The ServoModule provides components responsible for providing software-hardware-device communications...
Definition: ServoModule.h:30
void destroy_module(Module *module)
destroy_module must be implemented, following the class implementation:
Definition: ServoModule.h:54
void loadComponents(Logger &logger)
loads the collection of components belonging to this module
Definition: ServoModule.cpp:27
Module is the abstract base class for a collection of Component objects that can be contained in a lo...
Definition: Module.h:45
Module * create_module()
Class factories.
Definition: ServoModule.h:47
Contains the Module class definition.
ContorllerModule()
Constructor.
Definition: ServoModule.cpp:22