VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedAerodromeHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 1992-2025 MAK Technologies, Inc
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 #include <vl/reflectedObjectHLA.h>
16 
17 
19 
24  DtReflectedAerodrome* obj, void* userData);
25 
31 {
32 public:
35  typedef DtAerodromeStateRepository* (*DtStateRepCreator)();
36 
37 public:
40 
42  virtual ~DtReflectedAerodrome();
43 
45  virtual DtAerodromeStateRepository* aerodromeStateRep() const;
46 
48  virtual DtAerodromeStateRepository* asr() const;
49 
52  virtual DtReflectedAerodrome* next() const;
53 
56  virtual DtReflectedAerodrome* prev() const;
57 
60  virtual DtReflectedAerodrome* wrapNext() const;
61 
64  virtual DtReflectedAerodrome* wrapPrev() const;
65 
68  virtual void addPostUpdateCallback(
69  DtAerodromeCallbackFunction cb, void* userData);
70 
73  virtual void removePostUpdateCallback(
74  DtAerodromeCallbackFunction cb, void* userData);
75 
77  virtual void runwayUpdated();
78 
79 public:
81  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
82 
83 protected:
86 
89 
90 protected:
92  static DtStateRepCreator theStateRepCreator;
93 };
94 
96 {
98 }
99 
101 {
103 }
104 
105 #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
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
virtual DtAerodromeStateRepository * asr() const
Shorter version of lifeformRep.
Definition: reflectedAerodromeHLA.h:100
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
void(* DtAerodromeCallbackFunction)(DtReflectedAerodrome *obj, void *userData)
Signature of the callback function that takes a DtReflectedAerodrome and user data.
Definition: reflectedAerodromeHLA.h:23
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
Instances of DtReflectedAerodrome are used to represent a simulated HLAobjectRoot.Aerodrome object reflected across a network.
Definition: reflectedAerodromeHLA.h:30
Contains the DtAerodromeStateRepository class declaration.
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedAerodromeHLA.h:92
virtual DtAerodromeStateRepository * aerodromeStateRep() const
Returns the Aerodrome&#39;s state repository.
Definition: reflectedAerodromeHLA.h:95
This file provides a declaration of the class DtReflectedObject.
Instances of DtAerodromeStateRepository are used to store state data for Aerodrome objects...
Definition: aerodromeStateRepository.h:25

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)