VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
runwayEncoderDIS.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtDIS
13 
14 #include <vl/runwayPdu.h>
15 #include <vl/stateEncoder.h>
16 
17 
18 
20 
21 
25 
26 class DT_DLL_VL DtRunwayEncoder : public DtStateEncoder
27 {
28 public:
29 
32 
34  virtual ~DtRunwayEncoder();
35 
37  DtRunwayEncoder(const DtRunwayEncoder& orig);
38 
40  DtRunwayEncoder& operator=(const DtRunwayEncoder& orig);
41 
42  DtCLONE_ENCODER(DtRunwayEncoder)
43 
44 public:
45 
49  virtual DtRunwayPdu* stateMsg(
50  const DtRunwayStateRepository& stateRep,
51  const DtRunwayStateRepository& asSeenByRemote);
52 
54  virtual void setFinalPdu();
55 
56 protected:
57 
58  virtual bool sendNeeded(
59  const DtRunwayStateRepository& stateRep,
60  const DtRunwayStateRepository& asSeenByRemote);
61 
62  virtual void fillOut(
63  const DtRunwayStateRepository& stateRep,
64  const DtRunwayStateRepository& asSeenByRemote,
65  DtRunwayPdu* pdu);
66 
67 protected:
68  DtRunwayPdu myPdu;
69 
70 };
71 
72 
73 
74 #endif
Instances of DtRunwayEncoder encode data from DtRunwayStateRepository objects to the net structures t...
Definition: runwayEncoderHLA.h:22
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtRunwayStateRepository are used to store state data for runway objects.
Definition: runwayStateRepository.h:19
This file declares the DIS version of DtStateEncoder.

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)