MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hlaTAFilter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $ Id $
7 *******************************************************************************/
8 
9 #pragma once
10 
11 class DtInteraction;
12 class DtHlaObject;
13 class DtStateRepository;
14 
16 {
17 public:
18 
19  virtual ~DtHlaTAFilter() {};
20 
21  //A return of true filters the interaction
22  virtual bool testInteractionFilter(const DtInteraction* interaction)= 0;
23 
24  //A return of true filters the object
25  virtual bool testObjectFilter(const DtStateRepository* stateRep, const DtHlaObject* hlaObject) = 0;
26 };
27 
28 
Definition: hlaTAFilter.h:15
virtual bool testObjectFilter(const DtStateRepository *stateRep, const DtHlaObject *hlaObject)=0
virtual bool testInteractionFilter(const DtInteraction *interaction)=0
class DT_DLL_MATREX_TSPI_FOM_MAP DtInteraction
Definition: matrexTspiTagModifier.h:20
virtual ~DtHlaTAFilter()
Definition: hlaTAFilter.h:19

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)