00001 // *************************************************************************** 00002 // bhandforcekingl.h 00003 // ------------------- 00004 // copyright : (c) 2004 Tim Baier 00005 // email : tbaier@informatik.uni-hamburg.de 00006 // *************************************************************************** 00007 00008 #ifndef BHANDFORCEKINGL_H 00009 #define BHANDFORCEKINGL_H 00010 00011 #include "bhandforcekin.h" 00012 #include "glbhand.h" 00013 00023 class BHandForceKinGL : public BHandForceKin 00024 { 00025 public: 00026 BHandForceKinGL(std::string devName, GLBHand *hand); 00027 00028 ~BHandForceKinGL(){}; 00029 00034 void adjustForce(const Motors motors, const int force) throw (BHandException); 00035 00036 protected: 00037 00042 void updatePos(); 00043 00044 GLBHand *GLHand; 00045 }; 00046 00047 #endif //BHANDFORCEKINGL_H
![]() |
Generated Wed Aug 16 14:57:09 2006 by
![]() |