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: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Creates an instance of DtUnderwaterAcousticsEmissionDecoder.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
Instances of DtUnderwaterAcousticsEmissionDecoder are used to decode data from the network into DtUnd...
Definition: underwaterAcousticsEmissionDecoder.h:21
class DtPropulsionNoiseStateRepository
Definition: propulsionNoiseStateRepository.h:22
DtUnderwaterAcousticsEmissionDecoder & operator=(const DtUnderwaterAcousticsEmissionDecoder &orig)
Assignment operator.
This file provides a declaration of the class DtUnderwaterAcousticsEmissionDecoder.
class DtPropulsionNoiseDecoder
Definition: propulsionNoiseDecoderHLA.h:23