CORC Project
CANOpen Robot Controller Software Documentation
Classes
InputDevice.h File Reference

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>
Include dependency graph for InputDevice.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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.

Author
William Campbell
Version
0.1
Date
2020-04-09
Version
0.1

Definition in file InputDevice.h.