MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrSim
lgrDisEntityTracker.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef lgrDisEntityTracker_H_
10
#define lgrDisEntityTracker_H_
11
12
#include "
lgrSim.h
"
13
#include "
filePosition.h
"
14
#include "
lgrEntityTracker.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
DtLgrSystemDriver;
25
28
class
DT_DLL_LGRSIM
DtLgrDisEntityTracker
:
public
DtLgrEntityTracker
29
{
30
public
:
31
32
DT_VIRTUAL_CTR
(
DtLgrDisEntityTracker
, () )
33
34
DT_VIRTUAL_BASE_CTR
(
DtLgrEntityTracker
, () )
35
36
37
virtual
~
DtLgrDisEntityTracker
();
38
39
protected
:
40
42
DtLgrDisEntityTracker
(
const
DtLgrDisEntityTracker
&);
43
45
DtLgrDisEntityTracker
& operator=(
const
DtLgrDisEntityTracker
&);
46
47
public
:
48
50
virtual
void
parsePacket(
const
DtPacket
& packet);
51
53
54
using
DtLgrEntityTracker::entityName
;
55
using
DtLgrEntityTracker::entityType
;
56
using
DtLgrEntityTracker::entityForce
;
58
60
virtual
DtString entityName(
const
DtPacket
& packet)
const
;
61
63
virtual
DtString entityType(
const
DtPacket
& packet)
const
;
64
66
virtual
DtForceType entityForce(
const
DtPacket
& packet)
const
;
67
68
protected
:
69
70
};
71
}
72
73
#endif
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)