VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
propulsionNoiseDecoderHLA.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2013 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#if DtHLA
13
14
#include "
underwaterAcousticsEmissionDecoder.h
"
15
16
class
DtPropulsionNoiseStateRepository
;
17
23
class
DT_DLL_VL
DtPropulsionNoiseDecoder
:
public
DtUnderwaterAcousticsEmissionDecoder
24
{
25
public
:
26
28
DtPropulsionNoiseDecoder
(
29
DtExerciseConn
* exConn,
30
DtObjClassDesc
* classDesc);
31
33
virtual
~
DtPropulsionNoiseDecoder
();
34
36
DtPropulsionNoiseDecoder
(
const
DtPropulsionNoiseDecoder
& orig);
37
39
DtPropulsionNoiseDecoder
&
operator=
(
const
DtPropulsionNoiseDecoder
& orig);
40
41
public
:
42
44
static
DtHlaStateDecoder
*
create
(
45
DtExerciseConn
* exConn,
46
DtObjClassDesc
* classDesc);
47
48
protected
:
49
51
static
void
decodeHullMaskerOn(
52
DtPropulsionNoiseStateRepository
* stateRep,
53
const
RTI::AttributeHandleValuePairSet
& attrs,
54
int
pairSetIndex);
55
57
static
void
decodePassiveParameterIndex(
58
DtPropulsionNoiseStateRepository
* stateRep,
59
const
RTI::AttributeHandleValuePairSet
& attrs,
60
int
pairSetIndex);
61
63
static
void
decodePropulsionPlantConfiguration(
64
DtPropulsionNoiseStateRepository
* stateRep,
65
const
RTI::AttributeHandleValuePairSet
& attrs,
66
int
pairSetIndex);
67
69
static
void
decodeShaftRateData(
70
DtPropulsionNoiseStateRepository
* stateRep,
71
const
RTI::AttributeHandleValuePairSet
& attrs,
72
int
pairSetIndex);
73
74
};
75
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)
81
82
#define DtDEFINE_SIMPLE_PROPULSION_NOISE_ATTR_DECODER_SET( \
83
attrName, netType) \
84
DtDEFINE_SIMPLE_ATTR_DECODER_SET( \
85
DtPropulsionNoiseDecoder, DtPropulsionNoiseStateRepository, \
86
attrName, netType)
87
88
89
90
#endif //DtHLA
Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)