20 #define DtDECLARE_ACTIVE_SONAR_ATTR_DECODER(attrName) \
21 DtDECLARE_ATTR_DECODER(DtActiveSonarBeamRepository, attrName)
73 #define DtDEFINE_SIMPLE_ACTIVE_SONAR_ATTR_DECODER_WITH_CAST_SET( \
74 attrName, netType, castExpr) \
75 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST_SET( \
76 DtActiveSonarBeamDecoder, DtActiveSonarBeamRepository, \
77 attrName, netType, castExpr)
79 #define DtDEFINE_SIMPLE_ACTIVE_SONAR_ATTR_DECODER_SET( \
81 DtDEFINE_SIMPLE_ATTR_DECODER_SET( \
82 DtActiveSonarBeamDecoder, DtActiveSonarBeamRepository, \
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
#define DtDECLARE_ACTIVE_SONAR_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: activeSonarBeamDecoder.h:20
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
The DtActiveSonarBeamRepository class provides the state repository for the ActiveSonarBeam object...
Definition: activeSonarBeamRepository.h:18
Instances of DtActiveSonarBeamDecoder are used to decode an ActiveSonarBeam state message into a stat...
Definition: activeSonarBeamDecoder.h:28
This file contains the declaration of DtHlaStateDecoder.