00001 // *************************************************************************** 00002 // bhandforceextkin.h 00003 // ------------------- 00004 // copyright : (c) 2005 Tim Baier 00005 // email : tbaier@informatik.uni-hamburg.de 00006 // *************************************************************************** 00007 00008 #ifndef BHANDFORCEEXTKIN_H 00009 #define BHANDFORCEEXTKIN_H 00010 00011 #include "bhandforceext.h" 00012 #include "bhkinematic.h" 00013 #include "bhfinger.h" 00014 #include "bhspread.h" 00015 00026 class BHandForceExtKin : public BHandForceExt , public BHKinematic 00027 { 00028 public: 00034 BHandForceExtKin(std::string devName); 00035 00039 virtual ~BHandForceExtKin(); 00040 00055 void move(const Motors motors, const float position) throw (BHandException); 00056 00057 00065 void move(const Motors motors, const int position) throw (BHandException); 00066 00078 void move(const Motors motors, const float position[4]) throw (BHandException); 00080 00092 void setPos(const Motors motors, const float position); 00094 }; 00095 00096 00097 #endif //BHANDFORCEEXTKIN_H
![]() |
Generated Wed Aug 16 14:57:09 2006 by
![]() |