VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
subsurfaceLayerEncoderDIS.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 DtSubsurfaceLayerEncoder : public DtMetocEncoder
27 {
28 public:
31 
33  virtual ~DtSubsurfaceLayerEncoder();
34 
37 
39  DtSubsurfaceLayerEncoder& operator=(const DtSubsurfaceLayerEncoder& orig);
40 
41  DtCLONE_ENCODER(DtSubsurfaceLayerEncoder)
42 
43 public:
47  virtual DtMetocPdu* stateMsg(
48  const DtSubsurfaceLayerStateRepository& stateRep,
49  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
50 
51 protected:
52  virtual bool sendNeeded(
53  const DtSubsurfaceLayerStateRepository& stateRep,
54  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
55 
56  virtual void fillOut(
57  const DtSubsurfaceLayerStateRepository& stateRep,
58  const DtSubsurfaceLayerStateRepository& asSeenByRemote,
59  DtMetocPdu* pdu);
60 
61 };
62 
63 
64 
65 #endif
#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.
Instances of DtSubsurfaceLayerEncoder encode data from DtSubsurfaceLayerStateRepository objects to th...
Definition: subsurfaceLayerEncoderHLA.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)