VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
activeSonarDecoderDIS.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 
18 
24 {
25 public:
26 
29 
32 
34  virtual ~DtActiveSonarDecoder();
35 
38 
40  virtual void decode( const DtUnderwaterAcousticPdu& pdu,
41  DtActiveSonarStateRepository* stateRep );
42 
45 
46 };
47 
48 #endif // DtDIS
Base class for all DIS state decoders.
Definition: stateDecoder.h:23
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual void decode(DtPdu *pdu, DtPduFactory *pduFactory=0)
This is a dummy method for backwards compatibility with DIS decoders.
Instances of DtUnderwaterAcousticPdu are used to send information about simulated underwater acoustic...
Definition: underwaterAcousticPdu.h:39
Instances of DtActiveSonarDecoder are used to take state information from an emission state PDU and p...
Definition: activeSonarDecoderDIS.h:23
class DtActiveSonarStateRepository
Definition: activeSonarStateRepository.h:29
DtStateDecoder & operator=(const DtStateDecoder &orig)
Assignment operator.
#define DtCLONE_DECODER(decoderClass)
Definition: stateDecoder.h:16

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)