cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
robControllerJoints.h
Go to the documentation of this file.
1 
2 
3 #ifndef _robControllerJoints_h
4 #define _robControllerJoints_h
5 
7 
8 #include <cisstRobot/robExport.h>
9 
11 
12  public:
13 
14  virtual
15  vctDynamicVector<double> Control( double dt,
16  const vctDynamicVector<double>& qs,
17  const vctDynamicVector<double>& q,
18  const vctDynamicVector<double>& qds,
19  const vctDynamicVector<double>& qd,
20  const vctDynamicVector<double>& qdds,
21  const vctDynamicVector<double>& qdd ) = 0;
22 };
23 
24 #endif
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
Declaration of vctDynamicVector.
Definition: robControllerJoints.h:10