|
CORC Project
CANOpen Robot Controller Software Documentation
|
The Input class is a abstract class which represents an input device. The Update function is called in a main program to query the devices input and update any memory representation of the device implemented. For example the keyboard implementation checks for key presses and fills key memory with a boolean value when pressed. See Keyboard for further detail.
More...
#include <iostream>

Go to the source code of this file.
Classes | |
| class | InputDevice |
| Abstract class representing any input device to be used in a Robot object. More... | |
The Input class is a abstract class which represents an input device. The Update function is called in a main program to query the devices input and update any memory representation of the device implemented. For example the keyboard implementation checks for key presses and fills key memory with a boolean value when pressed. See Keyboard for further detail.
Definition in file InputDevice.h.
1.8.11