MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrHlaMarkingFilter.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 #pragma once
10 
11 #if DtHLA
12 
13 #include <lgrSim/lgrSim.h>
15 
16 
17 namespace MAKLogger
18 {
19 
20  class DtLgrSimDriver;
24  {
25 
26  public:
27 
30 
31 
33 
34 
35  virtual ~DtLgrHlaMarkingFilter();
36 
37  private:
38 
43 
44  protected:
45 
47  virtual bool hasMarking(const DtPacket* packet) const;
48 
50  virtual DtU64 uniqueId(const DtPacket* packet) const;
51 
53  virtual DtString entityName(const DtPacket* packet);
54 
57  virtual bool getEntityName(const DtPacket* packet, DtString& name);
58 
59  };
60 }
61 
62 #endif
#define DT_VIRTUAL_CTR_DEFAULTS(CLASS_NAME, ARG_TYPES_LIST, ARG_DEFAULTS_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR_DEFAULTS(CLASS_NAME,ARG_TYPES_LIST,ARG_DEFAULTS_LIST) Where CLASS_NAME = the name of the class being declared Where ARG_TYPES_LIST = a list (ie in side parentheses) of comma seperated types Where ARG_DEFAULTS_LIST = a list (ie in side parentheses) of comma seperated types with default values specified.
Definition: virtualConstructor.h:63
Defines IMPORT/EXPORT macros for lgrSim library.
#define DT_DLL_LGRSIM
Definition: lgrSim.h:21
Entity type filter.
Definition: lgrMarkingFilter.h:28
#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
The abstract interface for the class responsible for controlling the simulation.
Definition: lgrSimDriver.h:37
Base interface class for packet filters.
Definition: lgrPacketFilter.h:25
Filter that works on entity markings.
Definition: lgrHlaMarkingFilter.h:23
A generic packed of typed binary data.
Definition: packet.h:41
Contains MAKLogger::DtLgrMarkingFilter class.

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)