20 #ifndef _robFunction_h
21 #define _robFunction_h
51 void Set(
double startTime,
double stopTime );
54 virtual double& StartTime(
void );
57 virtual double& StopTime(
void );
60 virtual double Duration(
void )
const;
64 #endif // _robFunction_h
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
virtual ~robFunction()
Definition: robFunction.h:43
Base class for robot function.
Definition: robFunction.h:31
double t1
Definition: robFunction.h:35
double t2
Definition: robFunction.h:36