#include "FakeMotionControlMicro.h"
#include <yarp/conf/environment.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/Time.h>
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/NetType.h>
#include <yarp/dev/Drivers.h>
#include <sstream>
#include <cstring>
Go to the source code of this file.
Macros | |
#define | NEW_JSTATUS_STRUCT 1 |
#define | VELOCITY_WATCHDOG 0.1 |
#define | OPENLOOP_WATCHDOG 0.1 |
#define | PWM_CONSTANT 0.1 |
Functions | |
static bool | NOT_YET_IMPLEMENTED (const char *txt) |
static bool | DEPRECATED (const char *txt) |
template<typename T > | |
std::string | toString (const T &value) |
convert an arbitrary type to string. | |
#define NEW_JSTATUS_STRUCT 1 |
Definition at line 25 of file FakeMotionControlMicro.cpp.
#define OPENLOOP_WATCHDOG 0.1 |
Definition at line 27 of file FakeMotionControlMicro.cpp.
#define PWM_CONSTANT 0.1 |
Definition at line 28 of file FakeMotionControlMicro.cpp.
#define VELOCITY_WATCHDOG 0.1 |
Definition at line 26 of file FakeMotionControlMicro.cpp.
Definition at line 50 of file FakeMotionControlMicro.cpp.
Definition at line 44 of file FakeMotionControlMicro.cpp.
convert an arbitrary type to string.
Definition at line 63 of file FakeMotionControlMicro.cpp.