VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedGenericObjectList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include "reflectedObjectListHLA.h"
15 #include "reflectedGenericObject.h"
16 
28 {
29 public:
30 
33  const char* className, const DtDDMRegionSet* regionSetToUse = 0,
34  const DtString& updateRateTag = DtString(""));
35 
38 
39 private:
40 
43 
46 
47 public:
48 
52 
54  virtual DtReflectedGenericObject* lookup(
55 #if DtHLA_1516
56  RTI::ObjectInstanceHandle id);
57 #else
58  RTI::ObjectHandle id);
59 #endif
60 
62  virtual DtReflectedGenericObject* lookup(const DtGlobalObjectDesignator& objName);
63 
65  virtual DtReflectedGenericObject* first() const;
66  virtual DtReflectedGenericObject* last() const;
67 
70 
72  virtual void addGenericAdditionCallback(
73  DtGenericObjectCallbackFunction cb, void* userData);
74  virtual void removeGenericAdditionCallback(
75  DtGenericObjectCallbackFunction cb, void* userData);
76 
78  virtual void addGenericRemovalCallback(
79  DtGenericObjectCallbackFunction cb, void* userData);
80  virtual void removeGenericRemovalCallback(
81  DtGenericObjectCallbackFunction cb, void* userData);
82 
83 
84 protected:
89 
90 };
91 
92 #endif
93 
94 
95 

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)