VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)