VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
examples
testObj
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
9
#include <
vl/hReflectedObj.h
>
10
#include "
testSR.h
"
11
15
class
ReflectedTest
;
16
typedef
void (*
TestCallbackFunction
)(
ReflectedTest
* obj,
void
* userData);
17
24
class
ReflectedTest
:
public
DtReflectedObject
25
{
26
public
:
27
29
ReflectedTest
(
DtHlaObject
* obj,
DtExerciseConn
* conn);
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 Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)