VR-Link API Documentation for HLA 1.3
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
reflectedGenericObjectList.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
#pragma once
11
12
#if DtHLA
13
14
#include "
reflectedObjectListHLA.h
"
15
#include "
reflectedGenericObject.h
"
16
27
class
DT_DLL_VL
DtReflectedGenericObjectList
:
public
DtReflectedObjectList
28
{
29
public
:
30
32
DtReflectedGenericObjectList
(
DtExerciseConn
* exConn,
33
const
char
* className,
const
DtDDMRegionSet
* regionSetToUse = 0,
34
const
DtString
& updateRateTag =
DtString
(
""
));
35
37
virtual
~
DtReflectedGenericObjectList
();
38
39
private
:
40
42
DtReflectedGenericObjectList
(
const
DtReflectedGenericObjectList
&other);
43
45
DtReflectedGenericObjectList
&
operator=
(
const
DtReflectedGenericObjectList
&other);
46
47
public
:
48
52
54
virtual
DtReflectedGenericObject
* lookup(
55
#
if
DtHLA_1516
56
RTI::ObjectInstanceHandle
id
);
57
#else
58
RTI::ObjectHandle id);
59
#endif
60
62
virtual
DtReflectedGenericObject
* lookup(
const
DtGlobalObjectDesignator
& objName);
63
65
virtual
DtReflectedGenericObject
* first()
const
;
66
virtual
DtReflectedGenericObject
* last()
const
;
67
70
72
virtual
void
addGenericAdditionCallback(
73
DtGenericObjectCallbackFunction
cb,
void
* userData);
74
virtual
void
removeGenericAdditionCallback(
75
DtGenericObjectCallbackFunction
cb,
void
* userData);
76
78
virtual
void
addGenericRemovalCallback(
79
DtGenericObjectCallbackFunction
cb,
void
* userData);
80
virtual
void
removeGenericRemovalCallback(
81
DtGenericObjectCallbackFunction
cb,
void
* userData);
82
83
84
protected
:
88
virtual
DtReflectedObject
*
newReflectedObject
(
DtHlaObject
* obj)
const
;
89
90
};
91
92
#endif
93
94
95
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
)