MAK Data Logger API Documentation for DIS
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 
29  {
30  public:
31 
33 
35 
36 
37  virtual ~DtLgrDisEntityTracker();
38 
39  protected:
40 
43 
46 
47  public:
48 
50  virtual void parsePacket(const DtPacket& packet);
51 
53 
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)