VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedLandSurfaceListHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **hrefListHeader.tlt
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include <vlutil/vlMachineTypes.h>
17 
18 
19 
24 {
25 public:
28  const DtDDMRegionSet* regionSetToUse = 0);
29 
33  const DtList *handleList, const DtDDMRegionSet* regionSetToUse = 0);
34 
36  virtual ~DtReflectedLandSurfaceList();
37 
38 private:
39 
42 
45 
46 public:
47 
49  virtual DtReflectedLandSurface* lookup(
50 #if DtHLA_1516
51  RTI::ObjectInstanceHandle id);
52 #else
53  RTI::ObjectHandle id);
54 #endif
55 
57  virtual DtReflectedLandSurface* lookup(
58  const DtGlobalObjectDesignator& objName);
59 
61  virtual DtReflectedLandSurface* first() const;
62 
64  virtual DtReflectedLandSurface* last() const;
65 
67  virtual void addLandSurfaceAdditionCallback(
68  DtLandSurfaceCallbackFunction cb, void* userData);
69 
71  virtual void removeLandSurfaceAdditionCallback(
72  DtLandSurfaceCallbackFunction cb, void* userData);
73 
75  virtual void addLandSurfaceRemovalCallback(
76  DtLandSurfaceCallbackFunction cb, void* userData);
77 
79  virtual void removeLandSurfaceRemovalCallback(
80  DtLandSurfaceCallbackFunction cb, void* userData);
81 
82 protected:
83 
85  virtual DtReflectedObject* newReflectedObject(DtHlaObject* obj) const;
86 
91  virtual void objectAdded(DtReflectedObject* obj);
92 
95  virtual const DtList* dfltHandleList();
96 
97 protected:
98  DtObjClassDesc* myMakLandSurfaceClassDesc;
99 
100 };
101 
102 
103 
104 #endif
Instances of DtReflectedObjectList are lists of instances of classes derived from DtReflectedObject...
Definition: reflectedObjectListDIS.h:38
Contains the HLA DtReflectedObjectList class declaration.
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
Definition: reflectedLandSurfaceDIS.h:30
void(* DtLandSurfaceCallbackFunction)(DtReflectedLandSurface *obj, void *userData)
Definition: reflectedLandSurfaceDIS.h:26
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
DtList is deprecated, please use std::list&lt;T&gt;.
Definition: vlList.h:71
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
Instances of this class provide a protocol independent interface to a list of LandSurface in a DIS en...
Definition: reflectedLandSurfaceListDIS.h:31
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual void objectAdded(DtReflectedObject *object)
Called after a remote object has been added to the list.
This file contains typedefs for machine dependant types.

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)