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
rttabRadioSignalDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
* ** Copyright (c) 2011 VT MAK
3
* ** All rights reserved.
4
* *********************************************************************/
5
/*********************************************************************
6
* ** $RCSfile: hRttabRadSigDec.h,v $ $Revision: 1.1 $ $State: Exp $
7
* *********************************************************************/
8
9
#if DtHLA
10
11
#ifndef RttabRadioSignalDec_H_
12
#define RttabRadioSignalDec_H_
13
14
#include <
vl/l16RadioSignalDecoder.h
>
15
#include <
vl/rttabRadioSignalInteraction.h
>
16
17
class
DtRttabRadioSignalInteraction
;
18
21
22
#define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName) \
23
DtDECLARE_PARAM_DECODER(DtRttabRadioSignalInteraction, paramName)
24
25
#define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName, \
26
netType, mutator) \
27
DtDEFINE_SIMPLE_PARAM_DECODER(DtRttabRadioSignalDecoder, \
28
DtRttabRadioSignalInteraction, paramName, netType, mutator)
29
30
#define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
31
paramName, netType, mutator, castExpr) \
32
DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
33
DtRttabRadioSignalDecoder, DtRttabRadioSignalInteraction, \
34
paramName, netType, mutator, castExpr)
35
36
class
DT_DLL_VL
DtRttabRadioSignalDecoder
:
public
DtL16RadioSignalDecoder
37
{
38
public
:
39
41
DtRttabRadioSignalDecoder
(
DtExerciseConn
* exConn,
42
DtInterClassDesc
* classDesc);
43
45
virtual
~
DtRttabRadioSignalDecoder
();
46
47
DtRttabRadioSignalDecoder
(
const
DtRttabRadioSignalDecoder
& orig);
48
49
DtRttabRadioSignalDecoder
&
operator=
(
const
DtRttabRadioSignalDecoder
& orig);
50
51
protected
:
52
53
DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER
(RTTAB);
54
55
};
56
57
#endif
58
#endif
Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)