VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
appSpecificRadioSignalEncoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef DtAppSpecificRadioSignalEncoder_H_
8
#define DtAppSpecificRadioSignalEncoder_H_
9
10
#if DtHLA
11
12
13
#include "
interactionEncoder.h
"
14
18
19
class
DT_DLL_VL
DtSignalInteraction
;
20
21
#define DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
22
DtDECLARE_PARAM_ENCODER(DtSignalInteraction, paramName)
23
24
#define DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
25
netType, inspector) \
26
DtDEFINE_SIMPLE_PARAM_ENCODER(DtAppSpecificRadioSignalEncoder, \
27
DtSignalInteraction, paramName, netType, inspector)
28
29
34
class
DT_DLL_VL
DtAppSpecificRadioSignalEncoder
:
public
DtInteractionEncoder
35
{
36
public
:
37
39
DtAppSpecificRadioSignalEncoder
(
DtExerciseConn
* exConn,
40
DtInterClassDesc
* classDesc);
41
43
virtual
~
DtAppSpecificRadioSignalEncoder
();
44
46
DtAppSpecificRadioSignalEncoder
(
47
const
DtAppSpecificRadioSignalEncoder
& orig);
48
50
DtAppSpecificRadioSignalEncoder
&
operator=
(
51
const
DtAppSpecificRadioSignalEncoder
& orig);
52
53
protected
:
54
55
DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER
(DataRate);
56
DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER
(SignalDataLength);
57
DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER
(SignalData);
58
DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER
(TacticalDataLinkType);
59
DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER
(TDLMessageCount);
60
DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER
(UserProtocolID);
62
DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER
(HostRadioID);
64
DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER
(HostRadioIndex);
65
};
66
67
#endif //DtHLA
68
69
#endif //DtAppSpecificRadioSignalEncoder_H_
70
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
)