![]() |
EEROS
1.0.0.0
API for the EEROS Real-Time Robotics Framework
|
#include <Input.hpp>


Public Member Functions | |
| Input (std::string id, void *libHandle) | |
| virtual | ~Input () |
| virtual std::string | getId () const |
| virtual T | get ()=0 |
| virtual uint64_t | getTimestamp () |
| virtual void * | getLibHandle () |
Public Member Functions inherited from eeros::hal::InputInterface | |
| virtual | ~InputInterface () |
|
inlineexplicit |
|
inlinevirtual |
|
pure virtual |
|
inlinevirtual |
Implements eeros::hal::InputInterface.
|
inlinevirtual |
Implements eeros::hal::InputInterface.
|
inlinevirtual |