CORC Project
CANOpen Robot Controller Software Documentation
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
src
libs
inputDevice
InputDevice.h
Go to the documentation of this file.
1
15
#ifndef InputDevice_H_INCLUDED
16
#define InputDevice_H_INCLUDED
17
#include <iostream>
18
23
class
InputDevice
{
24
private
:
25
public
:
26
InputDevice
();
32
virtual
void
updateInput
() = 0;
33
};
34
#endif
InputDevice::InputDevice
InputDevice()
Definition:
InputDevice.cpp:4
InputDevice::updateInput
virtual void updateInput()=0
pure virtual method to be implemented by specific input devices and used by the virtual robot object ...
InputDevice
Abstract class representing any input device to be used in a Robot object.
Definition:
InputDevice.h:23
Generated by
1.8.11