Inheritance diagram for Eaagles::DeviceIO::AxisEvent:


Public Member Functions | |
| AxisEvent (void) | |
| AxisEvent (int idx) | |
| virtual void | processEvent (float axisValue)=0 |
| void | setDeadband (int dband) |
| int | getDeadband (void) |
Private Attributes | |
| int | deadband |
| Eaagles::DeviceIO::AxisEvent::AxisEvent | ( | void | ) |
Axis IO event call back class.
| Eaagles::DeviceIO::AxisEvent::AxisEvent | ( | int | idx | ) |
| virtual void Eaagles::DeviceIO::AxisEvent::processEvent | ( | float | axisValue | ) | [pure virtual] |
to be implemented in derived class
| void Eaagles::DeviceIO::AxisEvent::setDeadband | ( | int | dband | ) |
Deadband is the area or the band where no action occurs Here we are setting the dead band
| int Eaagles::DeviceIO::AxisEvent::getDeadband | ( | void | ) |
Reurns the deadband value.
int Eaagles::DeviceIO::AxisEvent::deadband [private] |
defining deadband for axes
1.5.0