VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tdbutil
tdbUnits.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: tdbUnits.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
9
10
#ifndef TDBUNITS_H_
11
#define TDBUNITS_H_
12
13
static
const
char
*
DtUnitMeters
=
"meters"
;
14
static
const
char
*
DtUnitNauticalMiles
=
"nauticalmiles"
;
15
static
const
char
*
DtUnitKilometers
=
"kilometers"
;
16
static
const
char
*
DtUnitMiles
=
"miles"
;
17
static
const
char
*
DtUnitFeet
=
"feet"
;
18
static
const
char
*
DtUnitDegrees
=
"degrees"
;
19
static
const
char
*
DtUnitRadians
=
"radians"
;
20
21
static
const
char
*
DtUnitMetersPerSecond
=
"meters-per-second"
;
22
23
static
const
char
*
DtUnitTimeMinute
=
"minute"
;
24
static
const
char
*
DtUnitTimeHour
=
"hour"
;
25
static
const
char
*
DtUnitTimeSecond
=
"second"
;
26
static
const
char
*
DtUnitTimeSecond2
=
"second2"
;
27
28
// These items are used for broad display categories
29
static
const
char
*
DtUnitDisplayDistance
=
"distance"
;
30
static
const
char
*
DtUnitDisplayAltitude
=
"altitude"
;
31
static
const
char
*
DtUnitDisplayVelocity
=
"velocity"
;
32
static
const
char
*
DtUnitDisplayAcceleration
=
"acceleration"
;
33
static
const
char
*
DtUnitDisplayRotationalVelocity
=
"rotationalVelocity"
;
34
static
const
char
*
DtUnitDisplayOrientation
=
"orientation"
;
35
36
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)