6#ifndef YARP_DEV_IENCODERSTIMED_H
7#define YARP_DEV_IENCODERSTIMED_H
14class IEncodersTimedRaw;
Control board, encoder interface.
Control board, extend encoder raw interface adding timestamps.
virtual ~IEncodersTimedRaw()
Destructor.
virtual bool getEncoderTimedRaw(int j, double *encs, double *stamp)=0
Read the instantaneous acceleration of all axes.
virtual bool getEncodersTimedRaw(double *encs, double *stamps)=0
Read the instantaneous acceleration of all axes.
Control board, extend encoder interface with timestamps.
virtual bool getEncodersTimed(double *encs, double *time)=0
Read the instantaneous acceleration of all axes.
virtual ~IEncodersTimed()
Destructor.
virtual bool getEncoderTimed(int j, double *encs, double *time)=0
Read the instantaneous acceleration of all axes.
Control board, encoder interface.
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.