VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
runwayPublisherHLA.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 
14 #include <vl/objectPublisherHLA.h>
15 
16 
18 
24 {
25 public:
27  typedef DtRunwayStateRepository* (*DtStateRepCreator)();
28 
29 public:
32  DtRunwayStateRepository* stateRepToUse,
33  DtExerciseConn* conn,
34  const char* name = 0,
35  const DtDDMRegionSet* regionSetToUse = 0);
36 
39  RTI::ObjectClassHandle h,
40  DtExerciseConn* conn,
41  const char* name = 0,
42  const DtDDMRegionSet* regionSetToUse = 0);
43 
46  DtExerciseConn* conn,
47  const char* name = 0,
48  const DtDDMRegionSet* regionSetToUse = 0);
49 
55  DtRunwayPublisher( DtHlaObjectWithStateRep* obj, DtExerciseConn* conn);
56 
60  virtual const char* objectClassName();
61 
63  virtual ~DtRunwayPublisher();
64 
65 private:
68 
71  const DtRunwayPublisher& orig);
72 
73 public:
74 
77  virtual DtRunwayStateRepository* runwayStateRep();
78 
80  virtual DtRunwayStateRepository* rsr();
81 
82 public:
84  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
85 
86 protected:
87  static DtStateRepCreator theStateRepCreator;
88 };
89 
91 {
93 }
94 
96 {
98 }
99 
100 
101 
102 #endif
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:193
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherDIS.h:36
virtual DtRunwayStateRepository * rsr()
Synonym for aerodromeStateRep().
Definition: runwayPublisherDIS.h:101
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented
Instances of DtRunwayStateRepository are used to store state data for runway objects.
Definition: runwayStateRepository.h:19
virtual DtRunwayStateRepository * runwayStateRep()
Returns a pointer to the DtRunwayStateRepository - through which you can set or inspect current state...
Definition: runwayPublisherDIS.h:96
Instances of DtRunwayPublisher publish Aerodrome objects to the network.
Definition: runwayPublisherDIS.h:27

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)