VR-Link API Documentation for HLA 1516
 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 MAK Technologies, Inc
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
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
class DtAdditionalPassiveActivitiesDecoder
Definition: additionalPassiveActivitiesDecoderHLA.h:23
class DtActiveSonarDecoder
Definition: activeSonarDecoderHLA.h:23
Instances of DtUnderwaterAcousticsStateRepository are used to store state data for all underwater aco...
Definition: underwaterAcousticsStateRepository.h:37
Contains the DIS DtPropulsionNoiseDecoder class declaration.
Contains the DIS DtAdditionalPassiveActivitiesDecoder class declaration.
class DtPropulsionNoiseDecoder
Definition: propulsionNoiseDecoderHLA.h:23

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)