VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dRadioRcvrEnc.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 DtDIS
8
12
13
14
#ifndef dRadioRcvrEnc_H_
15
#define dRadioRcvrEnc_H_
16
17
#include "
dStateEncoder.h
"
18
#include "
radioRecvrSR.h
"
19
#include "
receivePdu.h
"
20
24
class
DT_DLL_VL
DtRadioReceiverEncoder
:
public
DtStateEncoder
25
{
26
public
:
28
DtRadioReceiverEncoder
();
29
31
virtual
~
DtRadioReceiverEncoder
();
32
34
DtRadioReceiverEncoder
(
const
DtRadioReceiverEncoder
& orig);
35
37
DtRadioReceiverEncoder
& operator=(
const
DtRadioReceiverEncoder
& orig);
38
43
virtual
DtReceiverPdu* stateMsg(
44
const
DtRadioReceiverRepository
& stateRep,
45
const
DtRadioReceiverRepository
& asSeenByRemote);
46
47
protected
:
50
virtual
bool
sendNeeded(
51
const
DtRadioReceiverRepository
& stateRep,
52
const
DtRadioReceiverRepository
& asSeenByRemote);
53
54
protected
:
55
DtReceiverPdu myPdu;
56
};
57
58
59
#endif
60
#endif
61
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
)