VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
tRefEmSysList.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#if DtTENA
8
9
#ifndef tRefEmSysList_H_
10
#define tRefEmSysList_H_
11
12
13
#include "
tReflEmitrSys.h
"
14
#include "
tRefObjList.h
"
15
16
#include <list>
17
22
23
class
DT_DLL_VL
DtReflectedEmitterSystem
;
24
25
29
class
DT_DLL_VL
DtReflectedEmitterSystemList
:
public
DtReflectedObjectList
30
{
31
public
:
32
35
DtReflectedEmitterSystemList
(
DtExerciseConn
* exConn);
36
38
virtual
~
DtReflectedEmitterSystemList
();
39
40
private
:
41
43
DtReflectedEmitterSystemList
(
const
DtReflectedEmitterSystemList
& orig);
44
46
DtReflectedEmitterSystemList
&
operator=
(
const
DtReflectedEmitterSystemList
& orig);
47
48
public
:
49
51
virtual
void
addEmitterSystemAdditionCallback(
52
DtEmitterSystemCallbackFunction
cb,
void
* userData);
53
55
virtual
void
removeEmitterSystemAdditionCallback(
56
DtEmitterSystemCallbackFunction
cb,
void
* userData);
57
59
virtual
void
addEmitterSystemRemovalCallback(
60
DtEmitterSystemCallbackFunction
cb,
void
* userData);
61
63
virtual
void
removeEmitterSystemRemovalCallback(
64
DtEmitterSystemCallbackFunction
cb,
void
* userData);
65
67
virtual
DtReflectedEmitterSystem
* first()
const
;
68
70
virtual
DtReflectedEmitterSystem
* last()
const
;
71
72
protected
:
73
const
std::vector<DtString>& defaultInterfaceList();
74
};
75
76
#endif
77
#endif
78
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
)