VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
waterSurfaceDecoderDIS.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 DtWaterSurfaceDecoder : public DtMetocDecoder
27 {
28 public:
31 
33  virtual ~DtWaterSurfaceDecoder();
34 
37 
39  DtWaterSurfaceDecoder& operator=(const DtWaterSurfaceDecoder& orig);
40 
41  DtCLONE_DECODER(DtWaterSurfaceDecoder)
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
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtMetocPdu class declaration.
Instances of DtWaterSurfaceStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.WaterSurface objects.
Definition: waterSurfaceStateRepository.h:32
Instances of DtWaterSurfaceDecoder are used to decode data from the network into DtWaterSurfaceStateR...
Definition: waterSurfaceDecoderHLA.h:24

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)