VR-Link C# API Documentation
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Properties | Static Private Member Functions | Private Attributes | Static Private Attributes
makVrl.Clock Class Reference
+ Collaboration diagram for makVrl.Clock:

Public Member Functions

 Clock ()
void setSimTime (double newTime)
bool isSimTimeSet ()
double elapsedRealTime ()

Static Public Member Functions

static double absRealTime ()

Properties

double simTime [get]
double initialTime [get, set]
double approxElapsedRealTime [get, set]

Static Private Member Functions

static Clock ()
static void init ()

Private Attributes

double myInitialTime
double mySimTime
double myApproxElapsedRealTime
bool mySimTimeSet

Static Private Attributes

static Stopwatch theStopWatch

Constructor & Destructor Documentation

static makVrl.Clock.Clock ( )
inlinestaticprivate

References makVrl.Clock.init().

makVrl.Clock.Clock ( )
inline

Member Function Documentation

static double makVrl.Clock.absRealTime ( )
inlinestatic
double makVrl.Clock.elapsedRealTime ( )
inline
static void makVrl.Clock.init ( )
inlinestaticprivate

References makVrl.Clock.theStopWatch.

Referenced by makVrl.Clock.Clock().

bool makVrl.Clock.isSimTimeSet ( )
inline
void makVrl.Clock.setSimTime ( double  newTime)
inline

Member Data Documentation

double makVrl.Clock.myApproxElapsedRealTime
private

Referenced by makVrl.Clock.Clock().

double makVrl.Clock.myInitialTime
private

Referenced by makVrl.Clock.Clock().

double makVrl.Clock.mySimTime
private
bool makVrl.Clock.mySimTimeSet
private
Stopwatch makVrl.Clock.theStopWatch
staticprivate

Property Documentation

double makVrl.Clock.approxElapsedRealTime
getset
double makVrl.Clock.initialTime
getset
double makVrl.Clock.simTime
get

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)