VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vmfRadioSignalDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 * ** Copyright (c) 2011 VT MAK
3 * ** All rights reserved.
4 * *********************************************************************/
5 /*********************************************************************
6 * ** $RCSfile: hVmfRadSigDec.h,v $ $Revision: 1.1 $ $State: Exp $
7 * *********************************************************************/
8 
9 #if DtHLA
10 
11 #ifndef VmfRadioSignalDec_H_
12 #define VmfRadioSignalDec_H_
13 
16 
18 
21 
22 #define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName) \
23  DtDECLARE_PARAM_DECODER(DtVmfRadioSignalInteraction, paramName)
24 
25 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName, \
26  netType, mutator) \
27  DtDEFINE_SIMPLE_PARAM_DECODER(DtVmfRadioSignalDecoder, \
28  DtVmfRadioSignalInteraction, paramName, netType, mutator)
29 
30 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
31  paramName, netType, mutator, castExpr) \
32  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
33  DtVmfRadioSignalDecoder, DtVmfRadioSignalInteraction, \
34  paramName, netType, mutator, castExpr)
35 
37 {
38 public:
39 
42  DtInterClassDesc* classDesc);
43 
45  virtual ~DtVmfRadioSignalDecoder();
46 
48 
50 
51 protected:
52 
55 };
56 
57 #endif
58 #endif
59 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
Definition: vmfRadioSignalDecoder.h:36
DtL16RadioSignalDecoder & operator=(const DtL16RadioSignalDecoder &orig)
assignment operator
Definition: l16RadioSignalDecoder.h:37
Definition: vmfRadioSignalInteraction.h:23
#define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: vmfRadioSignalDecoder.h:22

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)