EEROS  1.0.0.0
API for the EEROS Real-Time Robotics Framework
eeros::hal::Input< T > Class Template Referenceabstract

#include <Input.hpp>

Inheritance diagram for eeros::hal::Input< T >:
Collaboration diagram for eeros::hal::Input< T >:

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 ()
 

Constructor & Destructor Documentation

template<typename T>
eeros::hal::Input< T >::Input ( std::string  id,
void *  libHandle 
)
inlineexplicit
template<typename T>
virtual eeros::hal::Input< T >::~Input ( )
inlinevirtual

Member Function Documentation

template<typename T>
virtual std::string eeros::hal::Input< T >::getId ( ) const
inlinevirtual
template<typename T>
virtual void* eeros::hal::Input< T >::getLibHandle ( )
inlinevirtual
template<typename T>
virtual uint64_t eeros::hal::Input< T >::getTimestamp ( )
inlinevirtual

The documentation for this class was generated from the following file: