VR-Link API Documentation for HLA 1.3
 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) 2023 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 
27 class DT_DLL_VL DtTroposphereLayerEncoder : public DtMetocEncoder
28 {
29 public:
30 
33 
35  virtual ~DtTroposphereLayerEncoder();
36 
39 
42 
43  DtCLONE_ENCODER(DtTroposphereLayerEncoder)
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 DtTroposphereLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.TroposphereLayer objects.
Definition: troposphereLayerStateRepository.h:31
Contains the DtMetocPdu class declaration.
Instances of DtTroposphereLayerEncoder encode data from DtTroposphereLayerStateRepository objects to ...
Definition: troposphereLayerEncoderHLA.h:24

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)