#include <ArServerSimpleCommands.h>
If you want to see the gyro data if you use the robot's movement received (either ArRobot::setLogMovementReceived or use ArServerSimpleComMovementLogging)
Public Member Functions | |
| ArServerSimpleComGyro (ArServerHandlerCommands *handlerCommands, ArRobot *robot, ArAnalogGyro *gyro) | |
| Constructor. | |
| void | gyroDisable (void) |
| Disables the gyro. | |
| void | gyroEnable (void) |
| Enables the gyro. | |
| virtual | ~ArServerSimpleComGyro () |
| Destructor. | |
Protected Attributes | |
| ArAnalogGyro * | myGyro |
| ArFunctorC< ArServerSimpleComGyro > | myGyroDisableCB |
| ArFunctorC< ArServerSimpleComGyro > | myGyroEnableCB |
| ArServerHandlerCommands * | myHandlerCommands |
| ArRobot * | myRobot |
| ArServerSimpleComGyro::ArServerSimpleComGyro | ( | ArServerHandlerCommands * | handlerCommands, | |
| ArRobot * | robot, | |||
| ArAnalogGyro * | gyro | |||
| ) |
Constructor.
| ArServerSimpleComGyro::~ArServerSimpleComGyro | ( | ) | [virtual] |
Destructor.
| void ArServerSimpleComGyro::gyroDisable | ( | void | ) |
Disables the gyro.
| void ArServerSimpleComGyro::gyroEnable | ( | void | ) |
Enables the gyro.
ArAnalogGyro* ArServerSimpleComGyro::myGyro [protected] |
ArRobot* ArServerSimpleComGyro::myRobot [protected] |
1.4.7