VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
turbulenceLayerEncoderDIS.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
10 
11 #pragma once
12 
13 #if DtDIS
14 
15 #include <vl/metocPdu.h>
16 #include <vl/metocEncoderDIS.h>
17 
18 
20 
21 
27 {
28 public:
31 
33  virtual ~DtTurbulenceLayerEncoder();
34 
37 
40 
42 
43 public:
47  virtual DtMetocPdu* stateMsg(
48  const DtTurbulenceLayerStateRepository& stateRep,
49  const DtTurbulenceLayerStateRepository& asSeenByRemote);
50 
51 protected:
52  virtual bool sendNeeded(
53  const DtTurbulenceLayerStateRepository& stateRep,
54  const DtTurbulenceLayerStateRepository& asSeenByRemote);
55 
56  virtual void fillOut(
57  const DtTurbulenceLayerStateRepository& stateRep,
58  const DtTurbulenceLayerStateRepository& asSeenByRemote,
59  DtMetocPdu* pdu);
60 
61 
62 };
63 
64 #endif
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtMetocPdu are used for DIS network packets which encode the DtMetocRootStateRepository ...
Definition: metocPdu.h:37
virtual DtMetocPdu * stateMsg(const DtWeatherStateRepository &stateRep, const DtWeatherStateRepository &asSeenByRemote)
Constructs a PDU from the state repository.
virtual bool sendNeeded(const DtWeatherStateRepository &stateRep, const DtWeatherStateRepository &asSeenByRemote)
Instances of DtTurbulenceLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.MAK_TurbulenceLayer objects.
Definition: turbulenceLayerStateRepository.h:29
Instances of DtTurbulenceLayerEncoder encode data from DtTurbulenceLayerStateRepository objects to th...
Definition: turbulenceLayerEncoderDIS.h:26
DtMetocEncoder & operator=(const DtMetocEncoder &orig)
Assignment operator.
Contains the DtMetocPdu class declaration.
virtual void fillOut(const DtWeatherStateRepository &stateRep, const DtWeatherStateRepository &asSeenByRemote, DtMetocPdu *pdu)
Instances of DtMetocEncoder encode data from DtMETOC_RootStateRepository objects to the net structure...
Definition: metocEncoderDIS.h:26
#define DtCLONE_ENCODER(encoderClass)
Definition: stateEncoder.h:26

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)