7 #ifndef DtCulturalFeatureDecoder_H_
8 #define DtCulturalFeatureDecoder_H_
71 #define DtDEFINE_SIMPLE_CULT_FEAT_ATTR_DECODER_WITH_CAST( \
72 attrName, netType, mutator, castExpr) \
73 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
74 DtCulturalFeatureDecoder, DtEntityStateRepository, \
75 attrName, netType, mutator, castExpr)
77 #define DtDEFINE_CULT_FEAT_LIGHT_ATTR_DECODER(attrName, arg1) \
78 DtDEFINE_LIGHT_ATTR_DECODER(DtCulturalFeatureDecoder, attrName, arg1)
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 provides a declaration of the class DtPhysicalEntityDecoder.
DtDECLARE_ENTITY_ATTR_DECODER(DamageState)
Static decode<AttributeName> member functions.
void addMyDecoders()
Add decoding functions for the attributes.
class DtPhysicalEntityDecoder:
Definition: physicalEntityDecoder.h:32
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
Instances of DtCulturalFeatureDecoder are used to decode a military platform entity state message int...
Definition: culturalFeatureDecoder.h:25
DtPhysicalEntityDecoder & operator=(const DtPhysicalEntityDecoder &orig)
assignment operator
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:37
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtPhysicalEntityDecoder.