30 DtObjClassDesc* classDesc);
44 static DtHlaStateDecoder* create(
46 DtObjClassDesc* classDesc);
51 static void decodeHullMaskerOn(
53 const RTI::AttributeHandleValuePairSet& attrs,
57 static void decodePassiveParameterIndex(
59 const RTI::AttributeHandleValuePairSet& attrs,
63 static void decodePropulsionPlantConfiguration(
65 const RTI::AttributeHandleValuePairSet& attrs,
69 static void decodeShaftRateData16(
71 const RTI::AttributeHandleValuePairSet& attrs,
73 static void decodeShaftRateData32(
75 const RTI::AttributeHandleValuePairSet& attrs,
80 #define DtDEFINE_SIMPLE_PROPULSION_NOISE_ATTR_DECODER( \
81 attrName, netType, mutator) \
82 DtDEFINE_SIMPLE_ATTR_DECODER_MUTATOR( \
83 DtPropulsionNoiseDecoder, DtPropulsionNoiseStateRepository, \
84 attrName, netType, mutator)
86 #define DtDEFINE_SIMPLE_PROPULSION_NOISE_ATTR_DECODER_SET( \
88 DtDEFINE_SIMPLE_ATTR_DECODER_SET( \
89 DtPropulsionNoiseDecoder, DtPropulsionNoiseStateRepository, \
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
class DtPropulsionNoiseStateRepository
Definition: propulsionNoiseStateRepository.h:22
Instances of DtPropulsionNoiseDecoder are used to take state information from an emission state PDU a...
Definition: propulsionNoiseDecoderDIS.h:23