![]() |
peripherals
1.4.2
RoadNarrows Robotics Hardware Peripherals Package
|
Classes | |
| class | rnr::HIDInput |
| Input Human Interface Device Abstract Base Class. More... | |
Macros | |
| #define | HID_BTTN_UP 0 |
| button/key state is up or unpressed More... | |
| #define | HID_BTTN_DOWN 1 |
| button/key state is down or pressed More... | |
| #define | HID_FEAT_INPUT 0x01 |
| input to host feature More... | |
| #define | HID_FEAT_OUTPUT 0x02 |
| output to device feature More... | |
Enumerations | |
| enum | rnr::HIDClass { rnr::HIDClassUnknown = 0, rnr::HIDClassKeyboardMouse, rnr::HIDClassXbox360, rnr::HIDClassNumOf } |
| Supported HID classes. More... | |
| enum | rnr::HIDFeatType { rnr::HIDFeatTypeUnknown = 0, rnr::HIDFeatTypeBiState, rnr::HIDFeatTypeRange, rnr::HIDFeatTypeEnum, rnr::HIDFeatTypeNumOf } |
| Feature property types. More... | |
Human Interface Device abstract interfaces.
| #define HID_BTTN_DOWN 1 |
button/key state is down or pressed
Definition at line 53 of file HID.h.
Referenced by rnr::HIDXbox360::getFeatureProp(), testXboxInput(), testXboxLED(), testXboxRumble(), and rnr::HIDXbox360::updown().
| #define HID_BTTN_UP 0 |
button/key state is up or unpressed
Definition at line 52 of file HID.h.
Referenced by rnr::HIDXbox360::getFeatureProp(), and rnr::HIDXbox360::updown().
| #define HID_FEAT_INPUT 0x01 |
input to host feature
Definition at line 55 of file HID.h.
Referenced by rnr::HIDXbox360::getFeatureProp().
| #define HID_FEAT_OUTPUT 0x02 |
output to device feature
Definition at line 56 of file HID.h.
Referenced by rnr::HIDXbox360::getFeatureProp().
| enum rnr::HIDClass |
| enum rnr::HIDFeatType |
Feature property types.
Definition at line 85 of file HID.h.