MAK Data Logger API Documentation for HLA
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:
33 
35  virtual ~DtLgrDisEntityTracker();
36 
37  private:
42  public:
43 
45  virtual void parsePacket(const DtPacket& packet);
46 
48  virtual DtString entityName(const DtPacket& packet) const;
49 
51  virtual DtString entityType(const DtPacket& packet) const;
52 
54  virtual DtForceType entityForce(const DtPacket& packet) const;
55 
56  protected:
57  };
58 }
59 
60 #endif

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)