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
reflectedRadioReceiverListDIS.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 DtReflectedRadioReceiverList_H_
11
#define DtReflectedRadioReceiverList_H_
12
13
#if DtDIS
14
15
#include "
reflectedObjectListDIS.h
"
16
#include "
reflectedRadioReceiverDIS.h
"
17
18
class
DT_DLL_VL
DtStringHashKey
;
19
20
class
DT_DLL_VL
DtReflectedRadioReceiverList
:
public
DtReflectedObjectList
21
{
22
23
public
:
24
26
DtReflectedRadioReceiverList
(
DtExerciseConn
* conn);
27
28
virtual
~
DtReflectedRadioReceiverList
();
29
31
virtual
DtReflectedRadioReceiver
* lookup(
const
DtObjectId
&
id
,
int
radioId = 1)
const
;
32
34
virtual
DtReflectedRadioReceiver
* first()
const
;
35
virtual
DtReflectedRadioReceiver
* last()
const
;
36
38
virtual
void
addRadioReceiverAdditionCallback(
39
DtRadioReceiverCallbackFunction
cb,
void
* userData);
40
virtual
void
removeRadioReceiverAdditionCallback(
41
DtRadioReceiverCallbackFunction
cb,
void
* userData);
42
44
virtual
void
addRadioReceiverRemovalCallback(
45
DtRadioReceiverCallbackFunction
cb,
void
* userData);
46
virtual
void
removeRadioReceiverRemovalCallback(
47
DtRadioReceiverCallbackFunction
cb,
void
* userData);
48
50
virtual
void
print
();
51
54
virtual
DtReflectedRadioReceiver
*
55
processRadioReceiver(
const
DtReceiverPdu& pdu);
56
57
protected
:
58
60
DtReflectedRadioReceiverList
&
operator=
(
61
const
DtReflectedRadioReceiverList
& orig);
62
64
DtReflectedRadioReceiverList
(
65
const
DtReflectedRadioReceiverList
& orig);
66
69
virtual
DtReflectedObject
* newReflectedObj(
const
DtStateMsg
& msg);
70
72
virtual
DtReflectedObject
* processStateMessage(
const
DtStateMsg
& msg);
73
76
virtual
void
objectAdded
(
DtReflectedObject
* obj);
77
80
virtual
void
finalPduIsSetAction(
DtReflectedRadioReceiver
* envProcess);
81
83
virtual
const
DtBaseHashKey
&
84
hashKeyFromStateMessage(
const
DtStateMsg
* msg);
85
87
virtual
DtReflectedRadioReceiver
* newReflectedRadioReceiver(
88
const
DtEntityIdentifier
&
id
,
int
radioId)
const
;
89
92
virtual
void
radioReceiverAdded(
DtReflectedRadioReceiver
* ent);
93
94
protected
:
95
97
static
void
radioReceiverCb(DtReceiverPdu* pdu,
void
* usr);
98
99
protected
:
100
101
DtStringHashKey
* myHashKey;
102
};
103
104
#endif
105
#endif
106
Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)