VR-Link API Documentation for HLA 1516
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
radioTransmitterDecoderDIS.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 "
stateDecoder.h
"
16
#include "
transmitterPdu.h
"
17
#include "
radioTransmitterRepository.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
DtCLONE_DECODER(
DtRadioTransmitterDecoder
);
43
};
44
#endif
45
#endif
46
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)