51 static void decodeHullMaskerOn(
57 static void decodePassiveParameterIndex(
63 static void decodePropulsionPlantConfiguration(
69 static void decodeShaftRateData16(
73 static void decodeShaftRateData32(
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:58
#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: objClassDesc1516.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
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154