VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedServiceListHLA.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>
16 #include "reflectedServiceHLA.h"
17 
18 
19 
24 {
25 public:
28  const DtDDMRegionSet* regionSetToUse = 0);
29 
33  const DtList *handleList, const DtDDMRegionSet* regionSetToUse = 0);
34 
36  virtual ~DtReflectedServiceList();
37 
38 private:
39 
42 
45 
46 public:
47 
49  virtual DtReflectedService* lookup(
50 #if DtHLA_1516
51  RTI::ObjectInstanceHandle id);
52 #else
53  RTI::ObjectHandle id);
54 #endif
55 
57  virtual DtReflectedService* lookup(
58  const DtGlobalObjectDesignator& objName);
59 
61  virtual DtReflectedService* first() const;
62 
64  virtual DtReflectedService* last() const;
65 
67  virtual void addServiceAdditionCallback(
68  DtServiceCallbackFunction cb, void* userData);
69 
71  virtual void removeServiceAdditionCallback(
72  DtServiceCallbackFunction cb, void* userData);
73 
75  virtual void addServiceRemovalCallback(
76  DtServiceCallbackFunction cb, void* userData);
77 
79  virtual void removeServiceRemovalCallback(
80  DtServiceCallbackFunction cb, void* userData);
81 
82 protected:
83 
86 
91  virtual void objectAdded(DtReflectedObject* obj);
92 
93 };
94 
95 
96 
97 #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
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region13.h:34
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
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
void(* DtServiceCallbackFunction)(DtReflectedService *obj, void *userData)
Signature of the callback function that takes a DtReflectedService and user data. ...
Definition: reflectedServiceHLA.h:25
Instances of DtReflectedServiceList manage a list of DtReflectedService objects.
Definition: reflectedServiceListHLA.h:23
virtual void objectAdded(DtReflectedObject *object)
Called from processDiscoverObject() after a remote object has been added to the list.
Instances of DtReflectedService are used to represent a simulated HLAobjectRoot.METOC_Root.Service object reflected across a network.
Definition: reflectedServiceHLA.h:32
Instances of DtString are used to represent strings.
Definition: vlString.h:29
This file contains typedefs for machine dependant types.

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)