VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dUndwaAcousticDec.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/dStateDecoder.h
>
15
#include <
vl/dAddPassActDec.h
>
16
#include <
vl/dPropNoiseDec.h
>
17
#include <
vl/dActSonarDec.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
46
protected
:
47
48
DtPropulsionNoiseDecoder
myPropNoiseDec
;
49
DtAdditionalPassiveActivitiesDecoder
myAddPassActDec
;
50
DtActiveSonarDecoder
myActiveSonarDec
;
51
52
};
53
54
#endif // DtDIS
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)