20 #define DtDECLARE_ACTIVE_SONAR_ATTR_CHECKER(attrName) \
21 DtDECLARE_ATTR_CHECKER(DtActiveSonarBeamRepository, attrName)
25 #define DtDECLARE_ACTIVE_SONAR_ATTR_ENCODER(attrName) \
26 DtDECLARE_ATTR_ENCODER(DtActiveSonarBeamRepository, attrName)
87 #define DtDEFINE_SIMPLE_ACTIVE_SONAR_ATTR_ENCODER( \
88 attrName, netType, inspector) \
89 DtDEFINE_SIMPLE_ATTR_ENCODER(DtActiveSonarBeamEncoder, \
90 DtActiveSonarBeamRepository, \
91 attrName, netType, inspector)
98 #define DtDEFINE_SIMPLE_ACTIVE_SONAR_ATTR_CHECKER( \
99 attrName, inspector) \
100 DtDEFINE_SIMPLE_ATTR_CHECKER(DtActiveSonarBeamEncoder, \
101 DtActiveSonarBeamRepository, \
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtHlaStateEncoder.
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
#define DtDECLARE_ACTIVE_SONAR_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: activeSonarBeamEncoder.h:25
class DtActiveSonarBeamEncoder
Definition: activeSonarBeamEncoder.h:33
DtHlaStateEncoder & operator=(const DtHlaStateEncoder &orig)
assignment operator
#define DtDECLARE_ACTIVE_SONAR_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: activeSonarBeamEncoder.h:20
The DtActiveSonarBeamRepository class provides the state repository for the ActiveSonarBeam object...
Definition: activeSonarBeamRepository.h:18