VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
refTest.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 
7 #if DtHLA
8 
10 #include "testSR.h"
11 
15 class ReflectedTest;
16 typedef void (*TestCallbackFunction)(ReflectedTest* obj, void* userData);
17 
25 {
26 public:
27 
30 
32  virtual ~ReflectedTest();
33 
36  virtual TestStateRepository* testStateRep() const;
37 
39  virtual TestStateRepository* tsr() const;
40 
43  virtual ReflectedTest* next() const;
44  virtual ReflectedTest* prev() const;
45  virtual ReflectedTest* wrapNext() const;
46  virtual ReflectedTest* wrapPrev() const;
47 
49  virtual void addPostUpdateCallback(
50  TestCallbackFunction cb, void* userData);
51  virtual void removePostUpdateCallback(
52  TestCallbackFunction cb, void* userData);
53 };
54 
55 #endif
56 
57 

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)