#include "fakeMotionControl.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 <yarp/math/Math.h>#include <sstream>#include <cstring>
Include dependency graph for fakeMotionControl.cpp: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. More... | |
| #define NEW_JSTATUS_STRUCT 1 |
Definition at line 31 of file fakeMotionControl.cpp.
| #define OPENLOOP_WATCHDOG 0.1 |
Definition at line 33 of file fakeMotionControl.cpp.
| #define PWM_CONSTANT 0.1 |
Definition at line 34 of file fakeMotionControl.cpp.
| #define VELOCITY_WATCHDOG 0.1 |
Definition at line 32 of file fakeMotionControl.cpp.
|
inlinestatic |
Definition at line 108 of file fakeMotionControl.cpp.
|
inlinestatic |
Definition at line 102 of file fakeMotionControl.cpp.
| std::string toString | ( | const T & | value | ) |
convert an arbitrary type to string.
Definition at line 121 of file fakeMotionControl.cpp.