#include "yarp/dev/ImplementPWMControl.h"
#include <yarp/dev/ControlBoardHelper.h>
#include <yarp/os/LogStream.h>
#include <yarp/dev/impl/FixedSizeBuffersManager.h>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | JOINTIDCHECK if (j >= castToMapper(helper)->axes()){yError("joint id out of bound"); return false;} |
#define JOINTIDCHECK if (j >= castToMapper(helper)->axes()){yError("joint id out of bound"); return false;} |
Definition at line 18 of file ImplementPWMControl.cpp.