VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
refTestList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 #if DtHLA
7 
9 #include "refTest.h"
10 
17 {
18 public:
19 
22 
24  virtual ~ReflectedTestList();
25 
29 
31 #if DtHLA_1516
32  virtual ReflectedTest* lookup(RTI::ObjectInstanceHandle id);
33 #else
34  virtual ReflectedTest* lookup(RTI::ObjectHandle id);
35 #endif
36 
38  virtual ReflectedTest* lookup(const DtGlobalObjectDesignator& objName);
39 
41  virtual ReflectedTest* first() const;
42  virtual ReflectedTest* last() const;
43 
46 
48  virtual void addTestAdditionCallback(
49  TestCallbackFunction cb, void* userData);
50  virtual void removeTestAdditionCallback(
51  TestCallbackFunction cb, void* userData);
52 
54  virtual void addTestRemovalCallback(
55  TestCallbackFunction cb, void* userData);
56  virtual void removeTestRemovalCallback(
57  TestCallbackFunction cb, void* userData);
58 
59 protected:
60 
64 };
65 
66 #endif

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)