7 #ifndef DtMunitionEntityDecoder_H_
8 #define DtMunitionEntityDecoder_H_
68 #define DtDEFINE_SIMPLE_MUN_ENTITY_ATTR_DECODER_WITH_CAST( \
69 attrName, netType, mutator, castExpr) \
70 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
71 DtMunitionEntityDecoder, DtEntityStateRepository, \
72 attrName, netType, mutator, castExpr)
74 #define DtDEFINE_SIMPLE_MUN_ENTITY_ATTR_DECODER( \
75 attrName, netType, inspector) \
76 DtDEFINE_SIMPLE_MUN_ENTITY_ATTR_DECODER_WITH_CAST( \
77 attrName, netType, inspector, (netType))
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtMilitaryEntityDecoder.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:42
DtDECLARE_ENTITY_ATTR_DECODER(AlternateEntityType)
Static decode<AttributeName> member functions.
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
DtMilitaryEntityDecoder & operator=(const DtMilitaryEntityDecoder &orig)
assignment operator
class DtMunitionEntityDecoder:
Definition: munitionEntityDecoder.h:26
void addMyDecoders()
Add decoding functions for the attributes.
This file provides a declaration of the class DtMilitaryEntityDecoder.
class DtMilitaryEntityDecoder:
Definition: militaryEntityDecoder.h:26