|
controldev
|
A data structure for raw data values of input devices. More...
#include <ControlDevTypes.hpp>
Public Attributes | |
| std::string | deviceIdentifier |
| base::Time | time |
| std::vector< double > | axisValue |
| Axis values, scaled betwen 0 and 1. More... | |
| std::vector< uint8_t > | buttonValue |
A data structure for raw data values of input devices.
Currently, only the Joystick and SliderBox inmput devices are supported.
| std::vector<double> controldev::RawCommand::axisValue |
Axis values, scaled betwen 0 and 1.
| std::vector<uint8_t> controldev::RawCommand::buttonValue |
| std::string controldev::RawCommand::deviceIdentifier |
| base::Time controldev::RawCommand::time |
1.8.11