VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
subsurfaceLayerDecoderDIS.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/metocDecoderDIS.h>
17 
18 
20 
21 
26 class DT_DLL_VL DtSubsurfaceLayerDecoder : public DtMetocDecoder
27 {
28 public:
31 
33  virtual ~DtSubsurfaceLayerDecoder();
34 
37 
39  DtSubsurfaceLayerDecoder& operator=(const DtSubsurfaceLayerDecoder& orig);
40 
41  DtCLONE_DECODER(DtSubsurfaceLayerDecoder)
42 
43 public:
45  virtual void decode(const DtMetocPdu& pdu,
47 
48 protected:
49  DtMetocPdu myPdu;
50 
51 };
52 
53 #endif
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Instances of DtSubsurfaceLayerDecoder are used to decode data from the network into DtSubsurfaceLayer...
Definition: subsurfaceLayerDecoderHLA.h:24
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtSubsurfaceLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.SubsurfaceLayer objects.
Definition: subsurfaceLayerStateRepository.h:32
Contains the DtMetocPdu class declaration.

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)