MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrDisEntityTracker.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrDisEntityTracker_H_
10 #define lgrDisEntityTracker_H_
11 
12 #include <lgrSim/lgrSim.h>
13 #include <lgrUtil/filePosition.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 
51  virtual void parsePacket(const DtPacket& packet, const DtAbsoluteTime* time=0);
52 
56  virtual DtLgrEntityTracker* createFromPacket(const DtPacket& packet);
57 
59 
64 
66  virtual DtString entityName(const DtPacket& packet) const;
67 
69  virtual DtString entityType(const DtPacket& packet) const;
70 
72  virtual DtForceType entityForce(const DtPacket& packet) const;
73 
75  virtual DtString entityMarking(const DtPacket& packet) const;
76 
77  protected:
78 
79  };
80 }
81 
82 #endif
Defines IMPORT/EXPORT macros for lgrSim library.
#define DT_DLL_LGRSIM
Definition: lgrSim.h:21
#define DT_VIRTUAL_BASE_CTR(BASE_NAME, ARG_TYPES_LIST)
Declare a Virtual Base Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where BASE_...
Definition: virtualConstructor.h:118
#define DT_VIRTUAL_CTR(CLASS_NAME, ARG_TYPES_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where CLASS_NAME...
Definition: virtualConstructor.h:34
Contains MAKLogger::DtFilePosition typedef.
Indexes packets in a file.
Definition: lgrDisEntityTracker.h:28
virtual DtString entityType(EntryHandle handle) const
Returns the type of indexed entity.
virtual DtForceType entityForce(EntryHandle handle) const
Returns the force of indexed entity.
Contains MAKLogger::DtLgrEntityTracker class.
A generic packed of typed binary data.
Definition: packet.h:41
Indexes packets in a file.
Definition: lgrEntityTracker.h:32
Absolute Time, a particular measured instance in time, could be thought of as a set of relative times...
Definition: absoluteTime.h:82
virtual DtString entityName(EntryHandle handle) const
Returns the name of indexed entity.

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)