VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
simEntTypes.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999-2002 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: simEntTypes.h,v $ $Revision: 1.11 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
#ifndef DtSimEntTypes_H_
19
#define DtSimEntTypes_H_
20
21
const
char
DtIndividualRemoteEntityType
[] =
"individual-remote-entity"
;
22
const
char
DtAggregateRemoteEntityType
[] =
"aggregate-remote-entity"
;
23
24
const
char
DtIndividualLocalEntityType
[] =
"individual-local-entity"
;
25
const
char
DtGroundVehicleType
[] =
"ground-vehicle"
;
26
const
char
DtFixedWingEntityType
[] =
"fixed-wing-entity"
;
27
const
char
DtRotaryWingEntityType
[] =
"rotary-wing-entity"
;
28
const
char
DtSurfaceEntityType
[] =
"surface-entity"
;
29
const
char
DtMissileEntityType
[] =
"missile-entity"
;
30
31
const
char
DtPseudoAggregateLocalEntityType
[] =
"pseudo-aggregate-local-entity"
;
32
const
char
trueAggregateLocalEntityType
[] =
"true-aggregate-local-entity"
;
33
34
35
#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
)