VR-Link API Documentation for HLA Evolved
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
rttReplyRadioSignalEncoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
* ** Copyright (c) 2011 VT MAK
3
* ** All rights reserved.
4
* *********************************************************************/
5
/*********************************************************************
6
* ** $RCSfile: hRttReplyRadSigEnc.h,v $ $Revision: 1.1 $ $State: Exp $
7
* *********************************************************************/
8
9
#ifdef DtHLA
10
11
#ifndef RttReplyRadioSignalEnc_H_
12
#define RttReplyRadioSignalEnc_H_
13
14
#include <
vl/l16RadioSignalEncoder.h
>
15
#include <
vl/rttReplyRadioSignalInteraction.h
>
16
17
#define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
18
DtDECLARE_PARAM_ENCODER(DtRttReplyRadioSignalInteraction, paramName)
19
20
#define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
21
netType, inspector) \
22
DtDEFINE_SIMPLE_PARAM_ENCODER(DtRttReplyRadioSignalEncoder, \
23
DtRttReplyRadioSignalInteraction, paramName, netType, inspector)
24
25
class
DT_DLL_VL
DtRttReplyRadioSignalEncoder
:
public
DtL16RadioSignalEncoder
26
{
27
public
:
28
30
DtRttReplyRadioSignalEncoder
(
DtExerciseConn
* exConn,
31
DtInterClassDesc
* classDesc);
32
34
virtual
~
DtRttReplyRadioSignalEncoder
();
35
36
DtRttReplyRadioSignalEncoder
(
const
DtRttReplyRadioSignalEncoder
& orig);
37
38
DtRttReplyRadioSignalEncoder
&
operator=
(
const
DtRttReplyRadioSignalEncoder
& orig);
39
40
};
41
42
#endif
43
#endif
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)