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 decodeShaftRateData(
71 const RTI::AttributeHandleValuePairSet& attrs,
76 #define DtDEFINE_SIMPLE_PROPULSION_NOISE_ATTR_DECODER( \
77 attrName, netType, mutator) \
78 DtDEFINE_SIMPLE_ATTR_DECODER_MUTATOR( \
79 DtPropulsionNoiseDecoder, DtPropulsionNoiseStateRepository, \
80 attrName, netType, mutator)
82 #define DtDEFINE_SIMPLE_PROPULSION_NOISE_ATTR_DECODER_SET( \
84 DtDEFINE_SIMPLE_ATTR_DECODER_SET( \
85 DtPropulsionNoiseDecoder, DtPropulsionNoiseStateRepository, \