|
CORC Project
CANOpen Robot Controller Software Documentation
|


Go to the source code of this file.
Classes | |
| struct | keys |
| Struct listing the Keys which exist on a Keyboard. More... | |
| class | Keyboard |
| Example InputDevice which takes input in from a keyboard. Useful for testing without any other input devices. More... | |
Macros | |
| #define | NB_DISABLE 0 |
| #define | NB_ENABLE 1 |
Typedefs | |
| typedef struct keys | key_states |
| Struct listing the Keys which exist on a Keyboard. More... | |
| #define NB_DISABLE 0 |
Definition at line 24 of file Keyboard.h.
| #define NB_ENABLE 1 |
Definition at line 25 of file Keyboard.h.
| typedef struct keys key_states |
Struct listing the Keys which exist on a Keyboard.
1.8.11