
#include "Component/ModelManager.H"#include "Devices/JoyStick.H"#include "Util/Types.H"#include "Util/log.H"#include <unistd.h>
Go to the source code of this file.
Classes | |
| class | TestJoyStickListener |
| A simple joystick listener. More... | |
Functions | |
| int | main (const int argc, const char **argv) |
| Test JoyStick code. | |
test Linux JoyStick interfacing
Definition in file test-JoyStick.C.
| int main | ( | const int | argc, | |
| const char ** | argv | |||
| ) |
Test JoyStick code.
Test Joystick code.
Definition at line 63 of file test-JoyStick.C.
References ModelComponent::addSubComponent(), ModelManager::getExtraArg(), MC_RECURSE, ModelManager::numExtraArgs(), ModelManager::parseCommandLine(), ModelComponent::start(), and ModelComponent::stop().
1.6.3