VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
hL16RadSigEnc.h
Go to the documentation of this file.
1
/*********************************************************************
2
* ** Copyright (c) 2011 VT MAK
3
* ** All rights reserved.
4
* *********************************************************************/
5
/*********************************************************************
6
* ** $RCSfile: hL16RadSigEnc.h,v $ $Revision: 1.1 $ $State: Exp $
7
* *********************************************************************/
8
9
#ifdef DtHLA
10
11
#ifndef L16RadioSignalEnc_H_
12
#define L16RadioSignalEnc_H_
13
14
#include <
vl/hRawBinRSEnc.h
>
15
#include <
vl/hJtidsMsgRadSigInter.h
>
16
17
#define DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
18
DtDECLARE_PARAM_ENCODER(DtL16RadioSignalInteraction, paramName)
19
20
#define DtDEFINE_SIMPLE_LINK16_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
21
netType, inspector) \
22
DtDEFINE_SIMPLE_PARAM_ENCODER(DtL16RadioSignalEncoder, \
23
DtL16RadioSignalInteraction, paramName, netType, inspector)
24
25
class
DT_DLL_VL
DtL16RadioSignalEncoder
:
public
DtRawBinaryRadioSignalEncoder
26
{
27
public
:
28
30
DtL16RadioSignalEncoder
(
DtExerciseConn
* exConn,
31
DtInterClassDesc
* classDesc);
32
34
virtual
~
DtL16RadioSignalEncoder
();
35
37
DtL16RadioSignalEncoder
(
const
DtL16RadioSignalEncoder
& orig);
38
40
DtL16RadioSignalEncoder
&
operator=
(
const
DtL16RadioSignalEncoder
& orig);
41
42
protected
:
43
44
DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER
(NPGnumber);
45
DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER
(NetNumber);
46
DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER
(MSEC_CVLL);
47
DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER
(TSEC_CVLL);
48
DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER
(TimeslotID);
49
DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER
(PerceivedTransmitTime);
50
51
};
52
53
#endif
54
#endif
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
)