VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
hJtidsVoiceLpc10RadSigEnc.h
Go to the documentation of this file.
1
/*********************************************************************
2
* ** Copyright (c) 2011 VT MAK
3
* ** All rights reserved.
4
* *********************************************************************/
5
/*********************************************************************
6
* ** $RCSfile: hJtidsVoiceLpc10RadSigEnc.h,v $ $Revision: 1.1 $ $State: Exp $
7
* *********************************************************************/
8
9
#if DtHLA
10
11
#ifndef JtidsVoiceLpc10RadioSignalEnc_H_
12
#define JtidsVoiceLpc10RadioSignalEnc_H_
13
14
#include <
vl/hL16RadSigEnc.h
>
15
#include <
vl/hJtidsVoiceLpc10RadSigInter.h
>
16
17
#define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
18
DtDECLARE_PARAM_ENCODER(DtJtidsVoiceLpc10RadioSignalInteraction, paramName)
19
20
#define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
21
netType, inspector) \
22
DtDEFINE_SIMPLE_PARAM_ENCODER(DtJtidsVoiceLpc10RadioSignalEncoder, \
23
DtJtidsVoiceLpc10RadioSignalInteraction, paramName, netType, inspector)
24
25
class
DT_DLL_VL
DtJtidsVoiceLpc10RadioSignalEncoder
:
public
DtL16RadioSignalEncoder
26
{
27
public
:
28
30
DtJtidsVoiceLpc10RadioSignalEncoder
(
DtExerciseConn
* exConn,
31
DtInterClassDesc
* classDesc);
32
34
virtual
~
DtJtidsVoiceLpc10RadioSignalEncoder
();
35
36
DtJtidsVoiceLpc10RadioSignalEncoder
(
const
DtJtidsVoiceLpc10RadioSignalEncoder
& orig);
37
38
DtJtidsVoiceLpc10RadioSignalEncoder
&
operator=
(
const
DtJtidsVoiceLpc10RadioSignalEncoder
& orig);
39
40
protected
:
41
DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER
(JTIDSheader);
42
DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER
(Data);
43
44
};
45
46
#endif
47
#endif
48
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
)