VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
reflectedGenericObject.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 "
reflectedObjectHLA.h
"
16
#include "
stateRepository.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
DtStateRepository
* genericStateRep()
const
;
46
48
virtual
DtStateRepository
* 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 Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)