![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 2008 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: tdbUnits.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *********************************************************************/ 00008 00009 00010 #ifndef TDBUNITS_H_ 00011 #define TDBUNITS_H_ 00012 00013 static const char* DtUnitMeters = "meters"; 00014 static const char* DtUnitNauticalMiles = "nauticalmiles"; 00015 static const char* DtUnitKilometers = "kilometers"; 00016 static const char* DtUnitMiles = "miles"; 00017 static const char* DtUnitFeet = "feet"; 00018 static const char* DtUnitDegrees = "degrees"; 00019 static const char* DtUnitRadians = "radians"; 00020 00021 static const char* DtUnitMetersPerSecond = "meters-per-second"; 00022 00023 static const char* DtUnitTimeMinute = "minute"; 00024 static const char* DtUnitTimeHour = "hour"; 00025 static const char* DtUnitTimeSecond = "second"; 00026 static const char* DtUnitTimeSecond2 = "second2"; 00027 00028 // These items are used for broad display categories 00029 static const char* DtUnitDisplayDistance = "distance"; 00030 static const char* DtUnitDisplayAltitude = "altitude"; 00031 static const char* DtUnitDisplayVelocity = "velocity"; 00032 static const char* DtUnitDisplayAcceleration = "acceleration"; 00033 static const char* DtUnitDisplayRotationalVelocity = "rotationalVelocity"; 00034 static const char* DtUnitDisplayOrientation = "orientation"; 00035 00036 #endif