VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dRadioXmitDec.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
11
12
#ifndef DtRadioTransmitterDecoder_H_
13
#define DtRadioTransmitterDecoder_H_
14
15
#include "
dStateDecoder.h
"
16
#include "
transmitPdu.h
"
17
#include "
radioXmitSR.h
"
18
21
class
DT_DLL_VL
DtRadioTransmitterDecoder
:
public
DtStateDecoder
22
{
23
public
:
25
DtRadioTransmitterDecoder
(
DtExerciseConn
* conn);
26
28
virtual
~
DtRadioTransmitterDecoder
();
29
31
DtRadioTransmitterDecoder
(
const
DtRadioTransmitterDecoder
& orig);
32
34
DtRadioTransmitterDecoder
& operator=(
35
const
DtRadioTransmitterDecoder
& orig);
36
38
virtual
void
decode(
39
const
DtTransmitterPdu& pdu,
40
DtRadioTransmitterRepository
* stateRep);
41
};
42
#endif
43
#endif
44
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
)