VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Typedefs | Functions

This file contains the declaration of DtClock and DtTime. More...

Go to the source code of this file.

Classes

class  DtClock
 Used to set and maintain time in a simulation. More...

Macros

#define DtHour2Sec   DtClock::hour2sec
 For backwards compatibility.
#define DtSec2Hour   DtClock::sec2hour

Typedefs

typedef DtReal DtTime
 A definition of DtTime.

Functions

void DtTimeInit ()
DtTime DtGetSimTime ()
void DtSetSimTime (DtTime NewSimTime)
void DtIsSimTimeSet ()
DtTime DtGetElapsedRealTime ()
DtTime DtGetApproximateElapsedRealTime ()
DtTime DtAbsRealTime ()
 DtAbsRealTime() may not be as accurate as creating a persistent instance of a DtClock and getting the absRealTime via the DtClock::absRealTime() method.

Detailed Description

This file contains the declaration of DtClock and DtTime.

Macro Definition Documentation

#define DtHour2Sec   DtClock::hour2sec

For backwards compatibility.

Use the class above and its member functions instead of the global functions below.

Referenced by DtHourFrac2Sec().

#define DtSec2Hour   DtClock::sec2hour

Referenced by DtSec2HourFrac().

Typedef Documentation

typedef DtReal DtTime

A definition of DtTime.

Function Documentation

DtTime DtAbsRealTime ( )

DtAbsRealTime() may not be as accurate as creating a persistent instance of a DtClock and getting the absRealTime via the DtClock::absRealTime() method.

DtTime DtGetApproximateElapsedRealTime ( )
DtTime DtGetElapsedRealTime ( )
DtTime DtGetSimTime ( )
void DtIsSimTimeSet ( )
void DtSetSimTime ( DtTime  NewSimTime)
void DtTimeInit ( )

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)