MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
matrexTspiTagModifier.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
11 
12 #if DtHLA
13 
15 
16 #include <vl/userTagModifiers.h>
17 #include <vlutil/vlString.h>
18 
21 
22 namespace M_TSPI_FM
23 {
24 
28 class MatrexObjectTagModifier : public DtObjectTagModifier
29 {
30 public:
31 
33  MatrexObjectTagModifier(DtExerciseConn* exConn, DtString tag);
34 
36  virtual ~MatrexObjectTagModifier();
37 
39  virtual void modifyTag(DtStateMsg* msg, const DtStateRepository* rep);
40 
42  virtual void setTag(const DtString& tag);
43 
44 protected:
45  DtExerciseConn* myExConn;
46  DtString myModifiedTag;
47 };
48 
49 // This is the interaction tag modifier, which is very similar to the object tag
50 // modifier.
51 class MatrexInteractionTagModifier : public DtInteractionTagModifier
52 {
53 public:
54 
56  MatrexInteractionTagModifier(DtExerciseConn* exConn, DtString tag);
57 
59  virtual ~MatrexInteractionTagModifier ();
60 
62  virtual void modifyTag(DtInteraction* inter);
63 
65  virtual void setTag(const DtString& tag);
66 
67 protected:
68  DtExerciseConn* myExConn;
69  DtString myModifiedTag;
70 };
71 
72 }
73 
74 #endif
#define DT_DLL_MATREX_TSPI_FOM_MAP
Definition: matrexTspiFomMapperDefines.h:30

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)