CORC Project
CANOpen Robot Controller Software Documentation
Classes | Macros | Typedefs
Keyboard.h File Reference
#include <unistd.h>
#include "InputDevice.h"
#include "termios.h"
Include dependency graph for Keyboard.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

#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 Documentation

typedef struct keys key_states

Struct listing the Keys which exist on a Keyboard.