VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedRunwayListHLA.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 
15 #include <vl/reflectedRunwayHLA.h>
16 
17 
18 
23 {
24 public:
27  const DtDDMRegionSet* regionSetToUse = 0);
28 
32  const DtList *handleList, const DtDDMRegionSet* regionSetToUse = 0);
33 
35  virtual ~DtReflectedRunwayList();
36 
37 private:
38 
41 
44 
45 public:
46 
48  virtual DtReflectedRunway* lookup(
49 #if DtHLA_1516
50  RTI::ObjectInstanceHandle id);
51 #else
52  RTI::ObjectHandle id);
53 #endif
54 
56  virtual DtReflectedRunway* lookup(
57  const DtGlobalObjectDesignator& objName);
58 
60  virtual DtReflectedRunway* first() const;
61 
63  virtual DtReflectedRunway* last() const;
64 
66  virtual void addRunwayAdditionCallback(
67  DtRunwayCallbackFunction cb, void* userData);
68 
70  virtual void removeRunwayAdditionCallback(
71  DtRunwayCallbackFunction cb, void* userData);
72 
74  virtual void addRunwayRemovalCallback(
75  DtRunwayCallbackFunction cb, void* userData);
76 
78  virtual void removeRunwayRemovalCallback(
79  DtRunwayCallbackFunction cb, void* userData);
80 
83  virtual const DtList* dfltHandleList();
84 
85 
86 protected:
87 
90 
95  virtual void objectAdded(DtReflectedObject* obj);
96 
97 };
98 
99 
100 
101 #endif
class DtReflectedObjectList
Definition: reflectedObjectListHLA.h:58
Contains the HLA DtReflectedObjectList class declaration.
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
virtual DtReflectedObject * newReflectedObject(DtHlaObject *obj) const =0
Create a remote object object for the HLA object.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
void(* DtRunwayCallbackFunction)(DtReflectedRunway *obj, void *userData)
Signature of the callback function that takes a DtReflectedRunway and user data.
Definition: reflectedRunwayHLA.h:24
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region13.h:34
Instances of DtReflectedRunway are used to represent a simulated HLAobjectRoot.Runway object reflecte...
Definition: reflectedRunwayHLA.h:31
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
DtList is deprecated, please use std::list&lt;T&gt;.
Definition: vlList.h:71
Instances of DtReflectedRunwayList manage a list of DtReflectedRunway objects.
Definition: reflectedRunwayListHLA.h:22
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
virtual void objectAdded(DtReflectedObject *object)
Called from processDiscoverObject() after a remote object has been added to the list.
Instances of DtString are used to represent strings.
Definition: vlString.h:29
Contains the DtReflectedRunway class declaration.

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)