Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Modules/MotionControl/DebugMotionControl.cpp File Reference

Implementation of class DebugMotionControl. More...

#include "DebugMotionControl.h"

Include dependency graph for DebugMotionControl.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define CLIP(x, min, max)
#define SET_STAYASFORCED(joint, tolerance)   setStayAsForcedValue(sensorData,jointData, SensorData::joint,JointData::joint,tolerance)


Detailed Description

Implementation of class DebugMotionControl.

Author:
Max Risler

Definition in file DebugMotionControl.cpp.


Define Documentation

#define CLIP x,
min,
max   ) 
 

Value:

if (x > max) x=max; \
  else if (x < min) x=min;

Definition at line 58 of file DebugMotionControl.cpp.

Referenced by DebugMotionControl::clip().

#define SET_STAYASFORCED joint,
tolerance   )     setStayAsForcedValue(sensorData,jointData, SensorData::joint,JointData::joint,tolerance)
 

Definition at line 86 of file DebugMotionControl.cpp.

Referenced by DebugMotionControl::executeStayAsForced().


Generated on Thu Sep 23 19:59:29 2004 for GT2004 by doxygen 1.3.6