![]() |
VR-Link API Documentation for HLA 1516
|
Inheritance diagram for DtTimedLappingSection:
Collaboration diagram for DtTimedLappingSection:Public Member Functions | |
| DtTimedLappingSection () | |
| Constructor. More... | |
| virtual void | lap () |
| Increment lap. More... | |
| virtual double | durationSegment (const unsigned int &lapReference) const |
| Get duration from start to lap. More... | |
| virtual unsigned int | getCurrentLap () const |
| Get the current lap. More... | |
Public Member Functions inherited from DtTimedSection | |
| DtTimedSection () | |
| CTOR. More... | |
| virtual void | start () |
| Start timing. More... | |
| virtual void | stop () |
| Stop timing. More... | |
| virtual double | duration () const |
| Get the amount of time between starts and stops. More... | |
Protected Attributes | |
| std::vector< TimeValue > | myLapValues |
| unsigned int | myCurrentLap |
Protected Attributes inherited from DtTimedSection | |
| struct timezone | tz |
| TimeValue | myStartVal |
| TimeValue | myEndVal |
Additional Inherited Members | |
Protected Types inherited from DtTimedSection | |
| typedef timeval | TimeValue |
| DtTimedLappingSection::DtTimedLappingSection | ( | ) |
Constructor.
|
virtual |
Get duration from start to lap.
|
virtual |
Get the current lap.
|
virtual |
Increment lap.
|
protected |
|
protected |