VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
underwaterAcousticsEncoderDIS.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 1992-2025 MAK Technologies, Inc
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtDIS
13 
14 #include <vl/stateEncoder.h>
19 
21 
27 {
28 public:
29 
32 
35 
38 
41 
46  virtual DtUnderwaterAcousticPdu* stateMsg(
48  const DtUnderwaterAcousticsStateRepository& asSeenByRemote );
49 
52  virtual void setAzimuthThreshold( double threshold );
53 
55  virtual double azimuthThreshold() const;
56 
59  virtual void setElevationThreshold( double threshold );
60 
62  virtual double elevationThreshold() const;
63 
66 
67 protected:
68 
70  virtual bool sendNeeded( const DtUnderwaterAcousticsStateRepository& stateRep,
71  const DtUnderwaterAcousticsStateRepository& asSeenByRemote );
72 
74  virtual void fillOut( const DtUnderwaterAcousticsStateRepository& stateRep,
75  const DtUnderwaterAcousticsStateRepository& asSeenByRemote,
77 
78 protected:
79 
84 
85 };
86 
87 #endif // DtDIS
Contains the DtUnderwaterAcousticPdu class declaration.
Instances of DtAdditionalPassiveActivitiesEncoder are used to take state information from a DtAdditio...
Definition: additionalPassiveActivitiesEncoderDIS.h:23
DtPropulsionNoiseEncoder myPropNoiseEnc
Definition: underwaterAcousticsEncoderDIS.h:81
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtUnderwaterAcousticPdu are used to send information about simulated underwater acoustic...
Definition: underwaterAcousticPdu.h:39
Instances of DtUnderwaterAcousticsEncoder are used to take state information from a DtUnderwaterAcous...
Definition: underwaterAcousticsEncoderDIS.h:26
Instances of DtActiveSonarEncoder are used to take state information from a DtActiveSonarStateReposit...
Definition: activeSonarEncoderDIS.h:23
Instances of DtPropulsionNoiseEncoder are used to take state information from a DtPropulsionNoiseStat...
Definition: propulsionNoiseEncoderDIS.h:23
The DtStateEncoder class provides a base class for all DIS encoders.
Definition: stateEncoder.h:33
Instances of DtUnderwaterAcousticsStateRepository are used to store state data for all underwater aco...
Definition: underwaterAcousticsStateRepository.h:37
Contains the DIS DtPropulsionNoiseEncoder class declaration.
DtActiveSonarEncoder myActiveSonarEnc
Definition: underwaterAcousticsEncoderDIS.h:83
Contains the DIS DtAdditionalPassiveActivitiesEncoder class declaration.
DtUnderwaterAcousticPdu myAsPdu
Definition: underwaterAcousticsEncoderDIS.h:80
DtStateEncoder & operator=(const DtStateEncoder &orig)
Assignment operator.
#define DtCLONE_ENCODER(encoderClass)
Definition: stateEncoder.h:26
This file declares the DIS version of DtStateEncoder.
DtAdditionalPassiveActivitiesEncoder myAddPassActEnc
Definition: underwaterAcousticsEncoderDIS.h:82

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)