MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrSim
lgrHlaEntityTracker.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
lgrSim/lgrSim.h
>
12
#include <
lgrUtil/filePosition.h
>
13
#include <
lgrCore/lgrEntityTracker.h
>
14
#include <
lgrSim/lgrHlaAttribute.h
>
15
16
#include <vector>
17
#include <vlutil/vlNetTypes.h>
18
#include <vlutil/vlString.h>
19
#include <vlpi/disEnums.h>
20
21
namespace
MAKLogger
22
{
23
class
DtPacket;
24
class
DtLgrOnlineFomDesc;
25
26
29
class
DT_DLL_LGRSIM
DtLgrHlaEntityTracker
:
public
DtLgrEntityTracker
30
{
31
public
:
32
33
DT_VIRTUAL_CTR
(
DtLgrHlaEntityTracker
, () )
34
35
DT_VIRTUAL_BASE_CTR
(
DtLgrEntityTracker
, () )
36
37
38
virtual
~
DtLgrHlaEntityTracker
();
39
40
private
:
41
43
DtLgrHlaEntityTracker
(
const
DtLgrHlaEntityTracker
&);
44
46
DtLgrHlaEntityTracker
& operator=(
const
DtLgrHlaEntityTracker
&);
47
48
public
:
49
54
virtual
void
simInitialize(
DtLgrBaseSimManager
* simMgr);
55
57
virtual
void
parsePacket(
const
DtPacket
& packet);
58
62
virtual
DtLgrEntityTracker
* createFromPacket(
const
DtPacket
& packet);
63
65
66
using
DtLgrEntityTracker::entityName
;
67
using
DtLgrEntityTracker::entityType
;
68
using
DtLgrEntityTracker::entityForce
;
70
72
virtual
DtString
entityName(
const
DtPacket
& packet)
const
;
73
75
virtual
DtString
entityType(
const
DtPacket
& packet)
const
;
76
78
virtual
DtForceType entityForce(
const
DtPacket
& packet)
const
;
79
81
virtual
DtString
entityMarking(
const
DtPacket
& packet)
const
;
82
83
protected
:
84
86
virtual
void
setFomDescription(
const
DtLgrOnlineFomDesc
* fomDesc);
87
89
virtual
const
DtLgrOnlineFomDesc
* fomDescription()
const
;
90
91
protected
:
92
93
const
DtLgrOnlineFomDesc
*
myFomDescription
;
94
DtLgrHlaHandle
myBaseEntityClassHandle
;
95
DtLgrHlaHandle
myAggregateClassHandle
;
96
DtLgrHlaHandle
myPhysicalClassHandle
;
97
DtLgrHlaHandle
myEntityTypeHandle
;
98
DtLgrHlaHandle
myAggregateMarkingHandle
;
99
DtLgrHlaHandle
myPhysicalMarkingHandle
;
100
DtLgrHlaHandle
myAggregateForceTypeHandle
;
101
DtLgrHlaHandle
myPhysicalForceTypeHandle
;
102
bool
myEntityTypeHandleInitialized
;
103
bool
myAggregateForceTypeHandleInitialized
;
104
bool
myPhysicalForceTypeHandleInitialized
;
105
bool
myPhysicalMarkingHandleInitialized
;
106
bool
myAggregateMarkingHandleInitialized
;
107
108
};
109
}
Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)