CORC Project
CANOpen Robot Controller Software Documentation
inputDevice Directory Reference

Files

file  InputDevice.cpp [code]
 
file  InputDevice.h [code]
 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.