|
LRAUV
revA
|
Contains the ServoModule class definition. More...
#include "module/Module.h"

Go to the source code of this file.
Classes | |
| class | ContorllerModule |
| The ServoModule provides components responsible for providing software-hardware-device communications for controller devices – i.e., devices that direct the vehicle and its trajectory, such as the elevator, movable mass, rudder, and thruster. More... | |
Functions | |
| Module * | create_module () |
| Class factories. More... | |
| void | destroy_module (Module *module) |
| destroy_module must be implemented, following the class implementation: More... | |
Contains the ServoModule class definition.
Copyright (c) 2007,2008,2009 MBARI MBARI Proprietary Information. All Rights Reserved
| Module* create_module | ( | ) |
Class factories.
create_module must be implemented, following the class implementation:
| void destroy_module | ( | Module * | module | ) |
destroy_module must be implemented, following the class implementation: