VR-Link API Documentation for HLA Evolved
 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) 2023 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 
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: objectPublisherHLA.h:221
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
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherHLA.h:34
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region13.h:34
virtual DtRunwayStateRepository * rsr()
Synonym for RunwayStateRep().
Definition: runwayPublisherHLA.h:95
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: runwayPublisherHLA.h:90
static DtStateRepCreator theStateRepCreator
Definition: runwayPublisherHLA.h:87
This file provides a declaration of the class DtObjectPublisher.
Instances of DtRunwayPublisher publish Runway objects to the network.
Definition: runwayPublisherHLA.h:23
class DtHlaObjectWithStateRep:
Definition: hlaObjectWithStateRep.h:28

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)