VR-Link API Documentation for HLA 1.3
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
jtidsVoiceLpc10RadioSignalDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
* ** Copyright (c) 2011 VT MAK
3
* ** All rights reserved.
4
* *********************************************************************/
5
/*********************************************************************
6
* ** $RCSfile: hJtidsVoiceLpc10RadSigDec.h,v $ $Revision: 1.1 $ $State: Exp $
7
* *********************************************************************/
8
9
#if DtHLA
10
11
#ifndef JtidsVoiceLpc10RadioSignalDec_H_
12
#define JtidsVoiceLpc10RadioSignalDec_H_
13
14
#include <
vl/l16RadioSignalDecoder.h
>
15
#include <
vl/jtidsVoiceLpc10RadioSignalInteraction.h
>
16
19
20
#define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName) \
21
DtDECLARE_PARAM_DECODER(DtJtidsVoiceLpc10RadioSignalInteraction, paramName)
22
23
#define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName, \
24
netType, mutator) \
25
DtDEFINE_SIMPLE_PARAM_DECODER(DtJtidsVoiceLpc10RadioSignalDecoder, \
26
DtJtidsVoiceLpc10RadioSignalInteraction, paramName, netType, mutator)
27
28
#define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
29
paramName, netType, mutator, castExpr) \
30
DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
31
DtJtidsVoiceLpc10RadioSignalDecoder, DtJtidsVoiceLpc10RadioSignalInteraction, \
32
paramName, netType, mutator, castExpr)
33
34
class
DT_DLL_VL
DtJtidsVoiceLpc10RadioSignalDecoder
:
public
DtL16RadioSignalDecoder
35
{
36
public
:
37
39
DtJtidsVoiceLpc10RadioSignalDecoder
(
DtExerciseConn
* exConn,
40
DtInterClassDesc
* classDesc);
41
43
virtual
~
DtJtidsVoiceLpc10RadioSignalDecoder
();
44
45
DtJtidsVoiceLpc10RadioSignalDecoder
(
const
DtJtidsVoiceLpc10RadioSignalDecoder
& orig);
46
47
DtJtidsVoiceLpc10RadioSignalDecoder
&
operator=
(
const
DtJtidsVoiceLpc10RadioSignalDecoder
& orig);
48
49
protected
:
50
51
DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER
(JTIDSHeader);
52
DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER
(Data);
53
54
};
55
56
#endif
57
#endif
58
59
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
)