VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
troposphereLayerEncoderDIS.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 
19 
21 
22 
28 {
29 public:
30 
33 
35  virtual ~DtTroposphereLayerEncoder();
36 
39 
42 
44 
45 public:
46 
50  virtual DtMetocPdu* stateMsg(
51  const DtTroposphereLayerStateRepository& stateRep,
52  const DtTroposphereLayerStateRepository& asSeenByRemote);
53 
54 protected:
55 
56  virtual bool sendNeeded(
57  const DtTroposphereLayerStateRepository& stateRep,
58  const DtTroposphereLayerStateRepository& asSeenByRemote);
59 
60  virtual void fillOut(
61  const DtTroposphereLayerStateRepository& stateRep,
62  const DtTroposphereLayerStateRepository& asSeenByRemote,
63  DtMetocPdu* pdu);
64 
65 };
66 
67 
68 
69 #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 DtTroposphereLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.TroposphereLayer objects.
Definition: troposphereLayerStateRepository.h:31
DtMetocEncoder & operator=(const DtMetocEncoder &orig)
Assignment operator.
Contains the DtMetocPdu class declaration.
Instances of DtMetocEncoder encode data from DtMETOC_RootStateRepository objects to the net structure...
Definition: troposphereLayerEncoderDIS.h:27
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)