VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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>
18 
19 class DtUnderwaterAcousticPdu;
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,
45 
47  DtCLONE_DECODER( DtUnderwaterAcousticsDecoder );
48 
49 protected:
50 
51  DtPropulsionNoiseDecoder myPropNoiseDec;
53  DtActiveSonarDecoder myActiveSonarDec;
54 
55 };
56 
57 #endif // DtDIS

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)