|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_IENCODERSTIMED_H
10 #define YARP_DEV_IENCODERSTIMED_H
18 class IEncodersTimedRaw;
85 #endif // YARP_DEV_IENCODERSTIMED_H
Control board, encoder interface.
virtual bool getEncodersTimed(double *encs, double *time)=0
Read the instantaneous acceleration of all axes.
virtual bool getEncoderTimedRaw(int j, double *encs, double *stamp)=0
Read the instantaneous acceleration of all axes.
virtual ~IEncodersTimedRaw()
Destructor.
virtual bool getEncodersTimedRaw(double *encs, double *stamps)=0
Read the instantaneous acceleration of all axes.
Control board, encoder interface.
Control board, extend encoder raw interface adding timestamps.
virtual ~IEncodersTimed()
Destructor.
Control board, extend encoder interface with timestamps.
The main, catch-all namespace for YARP.
virtual bool getEncoderTimed(int j, double *encs, double *time)=0
Read the instantaneous acceleration of all axes.