MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
legacyHlcInter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1997 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef DtLgcyLgrControlInteraction_H_
7 #define DtLgcyLgrControlInteraction_H_
8 
9 #if DtHLA
10 
12 #include <vl/interactionWithEncDec.h>
13 #include "legacyLcPdu.h"
14 
17 
18 
21  void* usr );
22 
27 {
28 public:
29 
32 
34  virtual ~DtLgcyLgrControlInteraction();
35 
38 
41 
43  virtual void printData() const;
44 
46  virtual inline const DtLgcyLgrControlPdu* lcPdu() const { return myLcPdu; }
47  virtual void setLcPdu( const DtLgcyLgrControlPdu& pdu );
48  virtual void setFromNetPacket( const DtNetPacket* pack );
49 
51  virtual inline const char* name() const { return "DtLgcyLgrControlInteraction"; }
52 
53 public:
54 
57  static DtInteraction* create();
58 
61  static void addCallback( DtExerciseConn* conn,
62  DtLgcyLgrControlInteractionCb cb, void* usr );
63  static void removeCallback( DtExerciseConn* conn,
64  DtLgcyLgrControlInteractionCb cb, void* usr );
65 
66 protected:
67  virtual const char* interactionClassToUse(DtExerciseConn* exConn) const;
68  virtual DtInteractionDecoder* createDecoder(DtExerciseConn* exConn) const;
69  virtual DtInteractionEncoder* createEncoder(DtExerciseConn* exConn) const;
70 
71 
72 protected:
74 };
75 
76 #endif
77 #endif
DtLgcyLgrControlPdu * myLcPdu
Definition: legacyHlcInter.h:73
#define DT_DLL_LGCYLGRCNTRL
Include vlconfig.h to get relivant platform info like if we need declspec stuff or not...
Definition: legacyLoggerControlDefines.h:31
Instances of DtLgcyLgrControlPdu are a family of messages used to control a remote instance of the MA...
Definition: legacyLcPdu.h:106
Instances of DtLgcyLgrControlInteraction are used to represent LgrControl Interactions in HLA...
Definition: legacyHlcInter.h:26
class DT_DLL_MATREX_TSPI_FOM_MAP DtInteraction
Definition: matrexTspiTagModifier.h:20
virtual const char * name() const
Name of the interaction.
Definition: legacyHlcInter.h:51
virtual const DtLgcyLgrControlPdu * lcPdu() const
Get/Set a logger control PDU.
Definition: legacyHlcInter.h:46
void(* DtLgcyLgrControlInteractionCb)(DtLgcyLgrControlInteraction *inter, void *usr)
LgrControl interaction callback function signature.
Definition: legacyHlcInter.h:20

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)