#include "yarp/dev/ImplementVirtualAnalogSensor.h"
#include <yarp/dev/ControlBoardHelper.h>
#include "yarp/sig/Vector.h"
#include <cstdio>
Go to the source code of this file.
Macros | |
#define | JOINTIDCHECK if (ch >= castToMapper(helper)->axes()){yError("channel id out of bound"); return false;} |
#define JOINTIDCHECK if (ch >= castToMapper(helper)->axes()){yError("channel id out of bound"); return false;} |
Definition at line 15 of file ImplementVirtualAnalogSensor.cpp.