00001 // *************************************************************************** 00002 // bhandforcekin.h 00003 // ------------------- 00004 // copyright : (c) 2004 Tim Baier 00005 // email : tbaier@informatik.uni-hamburg.de 00006 // *************************************************************************** 00007 00008 #ifndef BHANDFORCEKIN_H 00009 #define BHANDFORCEKIN_H 00010 00011 #include "bhandforce.h" 00012 #include "bhkinematic.h" 00013 #include "bhfinger.h" 00014 #include "bhspread.h" 00015 00026 class BHandForceKin : public BHandForce , public BHKinematic 00027 { 00028 public: 00034 BHandForceKin(std::string devName); 00035 00039 virtual ~BHandForceKin(); 00040 00055 void move(const Motors motors, const float position) throw (BHandException); 00056 00068 void move(const Motors motors, const float position[4]) throw (BHandException); 00070 00082 void setPos(const Motors motors, const float position); 00084 }; 00085 00086 00087 #endif //BHANDFORCEKIN_H
![]() |
Generated Wed Aug 16 14:57:09 2006 by
![]() |