VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
troposphereLayerDecoderDIS.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/metocDecoderDIS.h>
17 
18 
19 
21 
22 
27 class DT_DLL_VL DtTroposphereLayerDecoder : public DtMetocDecoder
28 {
29 public:
30 
33 
35  virtual ~DtTroposphereLayerDecoder();
36 
39 
42 
43  DtCLONE_DECODER(DtTroposphereLayerDecoder)
44 
45 public:
46 
48  virtual void decode(const DtMetocPdu& pdu,
50 
51 protected:
52  DtMetocPdu myPdu;
53 
54 };
55 
56 
57 
58 #endif
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#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
Instances of DtTroposphereLayerDecoder are used to decode data from the network into DtTroposphereLay...
Definition: troposphereLayerDecoderHLA.h:24
Contains the DtMetocPdu class declaration.

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)