VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
metocEncoderDIS.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/stateEncoder.h>
16 #include "metocPdu.h"
17 
18 
20 
21 
26 class DT_DLL_VL DtMetocEncoder : public DtStateEncoder
27 {
28 public:
30  DtMetocEncoder();
31 
33  virtual ~DtMetocEncoder();
34 
36  DtMetocEncoder(const DtMetocEncoder& orig);
37 
39  DtMetocEncoder& operator=(const DtMetocEncoder& orig);
40 
41  DtCLONE_ENCODER(DtMetocEncoder)
42 
43 public:
47  virtual DtMetocPdu* stateMsg(
48  const DtWeatherStateRepository& stateRep,
49  const DtWeatherStateRepository& asSeenByRemote);
50 
52  virtual void setFinalPdu();
53 protected:
54  virtual bool sendNeeded(
55  const DtWeatherStateRepository& stateRep,
56  const DtWeatherStateRepository& asSeenByRemote);
57 
58  virtual void fillOut(
59  const DtWeatherStateRepository& stateRep,
60  const DtWeatherStateRepository& asSeenByRemote,
61  DtMetocPdu* pdu);
62 
63 protected:
64  DtMetocPdu myPdu;
65 
66 };
67 
68 #endif
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33
Contains the DtMetocPdu class declaration.
This file declares the DIS version of DtStateEncoder.

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)