Base class for robot function.
More...
#include <robFunction.h>
|
| | robFunction (void) |
| | robFunction (double startTime, double stopTime) |
| virtual | ~robFunction () |
| void | Set (double startTime, double stopTime) |
| | Set start and stop time.
|
| virtual double & | StartTime (void) |
| | Return start time.
|
| virtual double & | StopTime (void) |
| | Return stop time.
|
| virtual double | Duration (void) const |
| | Return duration.
|
Base class for robot function.
◆ robFunction() [1/2]
| robFunction::robFunction |
( |
void | | ) |
|
◆ robFunction() [2/2]
| robFunction::robFunction |
( |
double | startTime, |
|
|
double | stopTime ) |
◆ ~robFunction()
| virtual robFunction::~robFunction |
( |
| ) |
|
|
inlinevirtual |
◆ Duration()
| virtual double robFunction::Duration |
( |
void | | ) |
const |
|
virtual |
◆ Set()
| void robFunction::Set |
( |
double | startTime, |
|
|
double | stopTime ) |
Set start and stop time.
- Parameters
-
| startTime | start time |
| stopTime | stop time |
◆ StartTime()
| virtual double & robFunction::StartTime |
( |
void | | ) |
|
|
virtual |
◆ StopTime()
| virtual double & robFunction::StopTime |
( |
void | | ) |
|
|
virtual |
◆ t1
◆ t2
The documentation for this class was generated from the following file: