|
#include "CartesianPositionController.h"
#include <RobotAPI/libraries/core/math/MathUtils.h>
#include <ArmarXCore/util/CPPUtility/trace.h>
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Macros | |
#define | GET_FLT(x) x = obj->getFloat(#x); |
#define | SET_FLT(x) obj->setFloat(#x, x) |
#define | SS_OUT(x) ss << #x << " = " << x << "\n" |
#define GET_FLT | ( | x | ) | x = obj->getFloat(#x); |
Definition at line 189 of file CartesianPositionController.cpp.
#define SET_FLT | ( | x | ) | obj->setFloat(#x, x) |
Definition at line 188 of file CartesianPositionController.cpp.
#define SS_OUT | ( | x | ) | ss << #x << " = " << x << "\n" |
Definition at line 187 of file CartesianPositionController.cpp.