VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
jtidsLetRadioSignalEncoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
* ** Copyright (c) 2011 VT MAK
3
* ** All rights reserved.
4
* *********************************************************************/
5
/*********************************************************************
6
* ** $RCSfile: hJtidsLetRadSigEnc.h,v $ $Revision: 1.1 $ $State: Exp $
7
* *********************************************************************/
8
9
#ifdef DtHLA
10
11
#ifndef JtidsLetRadioSignalEnc_H_
12
#define JtidsLetRadioSignalEnc_H_
13
14
#include <
vl/l16RadioSignalEncoder.h
>
15
#include <
vl/jtidsLetRadioSignalInteraction.h
>
16
17
#define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
18
DtDECLARE_PARAM_ENCODER(DtJtidsLetRadioSignalInteraction, paramName)
19
20
#define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
21
netType, inspector) \
22
DtDEFINE_SIMPLE_PARAM_ENCODER(DtJtidsLetRadioSignalEncoder, \
23
DtJtidsLetRadioSignalInteraction, paramName, netType, inspector)
24
25
class
DT_DLL_VL
DtJtidsLetRadioSignalEncoder
:
public
DtL16RadioSignalEncoder
26
{
27
public
:
28
30
DtJtidsLetRadioSignalEncoder
(
DtExerciseConn
* exConn,
31
DtInterClassDesc
* classDesc);
32
34
virtual
~
DtJtidsLetRadioSignalEncoder
();
35
36
DtJtidsLetRadioSignalEncoder
(
const
DtJtidsLetRadioSignalEncoder
& orig);
37
38
DtJtidsLetRadioSignalEncoder
&
operator=
(
const
DtJtidsLetRadioSignalEncoder
& orig);
39
40
protected
:
41
42
DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER
(TADILJmessage);
43
DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER
(LETheader);
44
};
45
46
#endif
47
#endif
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)