VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
l16RadioSignalEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 * ** Copyright (c) 2011 MAK Technologies, Inc
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 
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 
26 {
27 public:
28 
31  DtInterClassDesc* classDesc);
32 
34  virtual ~DtL16RadioSignalEncoder();
35 
38 
41 
42 protected:
43 
49  DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER(PerceivedTransmitTime);
50 
51 };
52 
53 #endif
54 #endif
This file provides a declaration of the class DtRawBinaryRadioSignalEncoder.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
#define DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_ENCODER(paramName)
Definition: l16RadioSignalEncoder.h:17
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
class DtRawBinaryRadioSignalEncoder:
Definition: rawBinaryRadioSignalEncoder.h:33
DtRawBinaryRadioSignalEncoder & operator=(const DtRawBinaryRadioSignalEncoder &orig)
assignment operator
Definition: l16RadioSignalEncoder.h:25

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)