VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
refGenericObj.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
#ifndef DtReflectedGenericObject_H_
11
#define DtReflectedGenericObject_H_
12
13
#if DtHLA
14
15
#include "
hReflectedObj.h
"
16
#include "
genericSR.h
"
17
22
class
DT_DLL_VL
DtReflectedGenericObject
;
23
typedef
void (*
DtGenericObjectCallbackFunction
)
24
(
DtReflectedGenericObject
* obj,
void
* userData);
25
33
class
DT_DLL_VL
DtReflectedGenericObject
:
public
DtReflectedObject
34
{
35
public
:
36
38
DtReflectedGenericObject
(
DtHlaObject
* obj,
DtExerciseConn
* conn);
39
41
virtual
~
DtReflectedGenericObject
();
42
45
virtual
DtGenericStateRepository
* genericStateRep()
const
;
46
48
virtual
DtGenericStateRepository
* gsr()
const
;
49
52
virtual
DtReflectedGenericObject
*
next
()
const
;
53
virtual
DtReflectedGenericObject
*
prev
()
const
;
54
virtual
DtReflectedGenericObject
*
wrapNext
()
const
;
55
virtual
DtReflectedGenericObject
*
wrapPrev
()
const
;
56
58
virtual
void
addPostUpdateCallback(
59
DtGenericObjectCallbackFunction
cb,
void
* userData);
60
virtual
void
removePostUpdateCallback(
61
DtGenericObjectCallbackFunction
cb,
void
* userData);
62
63
protected
:
64
66
DtReflectedGenericObject
(
const
DtReflectedGenericObject
&other);
67
69
DtReflectedGenericObject
&
operator=
(
const
DtReflectedGenericObject
&other);
70
71
};
72
73
#endif
74
#endif
75
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
)