uvsim::UgvSystem Class Reference
#include <UgvSystem.h>
List of all members.
Detailed Description
Definition at line 62 of file UgvSystem.h.
Constructor & Destructor Documentation
| uvsim::UgvSystem::UgvSystem |
( |
const char * |
visionPort, |
|
|
float |
visionFreq, |
|
|
int |
visionPriority, |
|
|
const char * |
controlPort, |
|
|
float |
controlFreq, |
|
|
int |
controlPriority, |
|
|
bool |
useJoystick, |
|
|
const char * |
navigationPort, |
|
|
float |
navigationFreq, |
|
|
int |
navigationPriority | |
|
) |
| | |
| uvsim::UgvSystem::UgvSystem |
( |
|
) |
|
| uvsim::UgvSystem::~UgvSystem |
( |
|
) |
[virtual] |
Member Function Documentation
| VisionThread* uvsim::UgvSystem::getVisionThread |
( |
|
) |
[inline] |
| void uvsim::UgvSystem::run |
( |
|
) |
|
| void uvsim::UgvSystem::setControlThread |
( |
ControlThread * |
thread |
) |
[inline] |
| void uvsim::UgvSystem::setNavigationThread |
( |
NavigationThread * |
thread |
) |
[inline] |
| void uvsim::UgvSystem::setVisionThread |
( |
VisionThread * |
thread |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- /home/jgoppert/Projects/uvsim/uvsim/src/uvsim/systems/UgvSystem.h
- /home/jgoppert/Projects/uvsim/uvsim/src/uvsim/systems/UgvSystem.cc