7 #ifndef DtTankerAircraftDecoder_H_
8 #define DtTankerAircraftDecoder_H_
85 #define DtDEFINE_SIMPLE_TANKER_AIRCRAFT_ATTR_DECODER_WITH_CAST( \
86 attrName, netType, mutator, castExpr) \
87 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
88 DtTankerAircraftDecoder, DtEntityStateRepository, \
89 attrName, netType, mutator, castExpr)
91 #define DtDEFINE_SIMPLE_TANKER_AIRCRAFT_ATTR_DECODER( \
92 attrName, netType, inspector) \
93 DtDEFINE_SIMPLE_TANKER_AIRCRAFT_ATTR_DECODER_WITH_CAST( \
94 attrName, netType, inspector, (netType))
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
DtAircraftDecoder & operator=(const DtAircraftDecoder &orig)
assignment operator
void addMyDecoders()
Add decoding functions for the attributes.
#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
This file provides a declaration of the class DtAircraftDecoder.
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtAircraftDecoder.
DtDECLARE_ENTITY_ATTR_DECODER(AntiCollisionLightsDayNight)
Static decode<AttributeName> member functions.
class DtAircraftDecoder:
Definition: aircraftDecoder.h:26
class DtTankerAircraftDecoder:
Definition: tankerAircraftDecoder.h:26