MAK Data Logger API Documentation for HLA
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 #ifndef lgrHlaEntityTracker_H_
10 #define lgrHlaEntityTracker_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 DtLgrOnlineFomDesc;
25 
26 
30  {
31  public:
34 
36  virtual ~DtLgrHlaEntityTracker();
37 
38  private:
43  public:
44 
46  virtual void parsePacket(const DtPacket& packet);
47 
49  virtual DtString entityName(const DtPacket& packet) const;
50 
52  virtual DtString entityType(const DtPacket& packet) const;
53 
55  virtual DtForceType entityForce(const DtPacket& packet) const;
56 
58  virtual void setFomDescription(const DtLgrOnlineFomDesc* fomDesc);
59 
61  virtual const DtLgrOnlineFomDesc* fomDescription() const;
62 
63  protected:
64 
66 
67  };
68 }
69 
70 #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)