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, \