VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
landSurfaceEncoderDIS.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 
20 
21 
26 class DT_DLL_VL DtLandSurfaceEncoder : public DtMetocEncoder
27 {
28 public:
31 
33  virtual ~DtLandSurfaceEncoder();
34 
37 
39  DtLandSurfaceEncoder& operator=(const DtLandSurfaceEncoder& orig);
40 
41  DtCLONE_ENCODER(DtLandSurfaceEncoder)
42 
43 public:
47  virtual DtMetocPdu* stateMsg(
48  const DtLandSurfaceStateRepository& stateRep,
49  const DtLandSurfaceStateRepository& asSeenByRemote);
50 
51 protected:
52  virtual bool sendNeeded(
53  const DtLandSurfaceStateRepository& stateRep,
54  const DtLandSurfaceStateRepository& asSeenByRemote);
55 
56  virtual void fillOut(
57  const DtLandSurfaceStateRepository& stateRep,
58  const DtLandSurfaceStateRepository& asSeenByRemote,
59  DtMetocPdu* pdu);
60 
61 };
62 
63 
64 
65 #endif
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtLandSurfaceEncoder encode data from DtLandSurfaceStateRepository objects to the net st...
Definition: landSurfaceEncoderHLA.h:24
Contains the DtMetocPdu class declaration.
Instances of DtLandSurfaceStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.LandSurface objects.
Definition: landSurfaceStateRepository.h:31

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)