33 return raw->getParameterRaw(j, type, value);
39 return raw->setDebugParameterRaw(j, index, value);
45 return raw->getDebugParameterRaw(j, index, value);
59 double *dummy=
new double [size];
60 for(
int k=0;k<size;k++)
A collection of debug methods useful to send raw commands directly to the control boards.
ControlBoardHelper2 * castToMapper2(void *p)
#define _YARP_ASSERT_DEBUG(x)
virtual bool setParameterRaw(int j, unsigned int type, double value)=0
bool setDebugParameter(int j, unsigned int index, double value)
bool setParameter(int j, unsigned int type, double value)
bool initialize(int k, const int *amap, const double *angleToEncoder, const double *zeros, const double *rotToEncoder)
bool getDebugParameter(int j, unsigned int index, double *value)
bool getParameter(int j, unsigned int type, double *value)
~ImplementDebugInterface()
ImplementDebugInterface(IDebugInterfaceRaw *v)