6 #ifndef DtLgcyLgrControlInteraction_H_
7 #define DtLgcyLgrControlInteraction_H_
12 #include <vl/interactionWithEncDec.h>
43 virtual void printData()
const;
48 virtual void setFromNetPacket(
const DtNetPacket* pack );
51 virtual inline const char*
name()
const {
return "DtLgcyLgrControlInteraction"; }
67 virtual const char* interactionClassToUse(
DtExerciseConn* exConn)
const;
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