Public Member Functions |
| | DtTimedLappingSection () |
| | Constructor.
|
| virtual void | lap () |
| | Increment lap.
|
| virtual double | durationSegment (const unsigned int &lapReference) const |
| | Get duration from start to lap.
|
| virtual unsigned int | getCurrentLap () const |
| | Get the current lap.
|
| | DtTimedSection () |
| | CTOR.
|
| virtual void | start () |
| | Start timing.
|
| virtual void | stop () |
| | Stop timing.
|
| virtual double | duration () const |
| | Get the amount of time between starts and stops.
|
Additional Inherited Members |
| typedef timeval | TimeValue |
Constructor & Destructor Documentation
| DtTimedLappingSection::DtTimedLappingSection |
( |
| ) |
|
Member Function Documentation
| virtual double DtTimedLappingSection::durationSegment |
( |
const unsigned int & |
lapReference | ) |
const |
|
virtual |
Get duration from start to lap.
| virtual unsigned int DtTimedLappingSection::getCurrentLap |
( |
| ) |
const |
|
virtual |
| virtual void DtTimedLappingSection::lap |
( |
| ) |
|
|
virtual |
Member Data Documentation
| unsigned int DtTimedLappingSection::myCurrentLap |
|
protected |
| std::vector< TimeValue > DtTimedLappingSection::myLapValues |
|
protected |
The documentation for this class was generated from the following file: