VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
underwaterAcousticsDecoderDIS.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 DtDIS
13
14
#include <
vl/stateDecoder.h
>
15
#include <
vl/additionalPassiveActivitiesDecoderDIS.h
>
16
#include <
vl/propulsionNoiseDecoderDIS.h
>
17
#include <
vl/activeSonarDecoderDIS.h
>
18
19
class
DtUnderwaterAcousticPdu
;
20
class
DtUnderwaterAcousticsStateRepository
;
21
26
class
DT_DLL_VL
DtUnderwaterAcousticsDecoder
:
public
DtStateDecoder
27
{
28
public
:
29
31
DtUnderwaterAcousticsDecoder
(
DtExerciseConn
* exConn );
32
34
DtUnderwaterAcousticsDecoder
(
const
DtUnderwaterAcousticsDecoder
& orig );
35
37
virtual
~
DtUnderwaterAcousticsDecoder
();
38
40
DtUnderwaterAcousticsDecoder
&
operator =
(
const
DtUnderwaterAcousticsDecoder
& orig );
41
43
virtual
void
decode
(
const
DtUnderwaterAcousticPdu
& pdu,
44
DtUnderwaterAcousticsStateRepository
* stateRep );
45
47
DtCLONE_DECODER
(
DtUnderwaterAcousticsDecoder
);
48
49
protected
:
50
51
DtPropulsionNoiseDecoder
myPropNoiseDec
;
52
DtAdditionalPassiveActivitiesDecoder
myAddPassActDec
;
53
DtActiveSonarDecoder
myActiveSonarDec
;
54
55
};
56
57
#endif // DtDIS
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)