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
rawBinaryRadioSignalEncoder.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 DtRawBinaryRadioSignalEncoder_H_
8
#define DtRawBinaryRadioSignalEncoder_H_
9
10
#if DtHLA
11
12
13
#include "
interactionEncoder.h
"
14
18
19
class
DT_DLL_VL
DtSignalInteraction
;
20
21
#define DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
22
DtDECLARE_PARAM_ENCODER(DtSignalInteraction, paramName)
23
24
#define DtDEFINE_SIMPLE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
25
netType, inspector) \
26
DtDEFINE_SIMPLE_PARAM_ENCODER(DtRawBinaryRadioSignalEncoder, \
27
DtSignalInteraction, paramName, netType, inspector)
28
32
33
class
DT_DLL_VL
DtRawBinaryRadioSignalEncoder
:
public
DtInteractionEncoder
34
{
35
public
:
36
38
DtRawBinaryRadioSignalEncoder
(
DtExerciseConn
* exConn,
39
DtInterClassDesc
* classDesc);
40
42
virtual
~
DtRawBinaryRadioSignalEncoder
();
43
45
DtRawBinaryRadioSignalEncoder
(
const
DtRawBinaryRadioSignalEncoder
& orig);
46
48
DtRawBinaryRadioSignalEncoder
&
operator=
(
49
const
DtRawBinaryRadioSignalEncoder
& orig);
50
51
protected
:
52
53
DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER
(HostRadioIndex);
54
DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER
(DataRate);
55
DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER
(SignalDataLength);
56
DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER
(SignalData);
57
DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER
(TacticalDataLinkType);
58
DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER
(TDLMessageCount);
59
61
DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER
(HostRadioID);
62
};
63
64
#endif
65
66
#endif
67
Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)