6 #ifndef YARP_DEV_REMOTECONTROLBOARD_STATEEXTENDEDREADER_H
7 #define YARP_DEV_REMOTECONTROLBOARD_STATEEXTENDEDREADER_H
59 void init(
int numberOfJoints);
68 void setTimeout(
const double& timeout);
72 bool getLastSingle(
int j,
int field,
double *data,
Stamp &stamp,
double &localArrivalTime);
73 bool getLastSingle(
int j,
int field,
int *data,
Stamp &stamp,
double &localArrivalTime);
76 bool getLastVector(
int field,
double *data,
Stamp &stamp,
double &localArrivalTime);
77 bool getLastVector(
int field,
int *data,
Stamp &stamp,
double &localArrivalTime);
81 void getEstFrequency(
int &ite,
double &av,
double &min,
double &max);
define control board standard interfaces
contains the definition of a Vector type
A mini-server for performing network communication in the background.
An abstraction for a time stamp and/or sequence number.
An interface for the device drivers.
double now()
Return the current time in seconds, relative to an arbitrary starting point.
An interface to the operating system, including Port based communication.