VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
jtidsLetRadioSignalDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 * ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 * ** All rights reserved.
4 * *********************************************************************/
5 /*********************************************************************
6 * ** $RCSfile: hJtidsLetRadSigDec.h,v $ $Revision: 1.1 $ $State: Exp $
7 * *********************************************************************/
8 
9 #if DtHLA
10 
11 #ifndef JtidsLetRadioSignalDec_H_
12 #define JtidsLetRadioSignalDec_H_
13 
16 
19 
20 #define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName) \
21  DtDECLARE_PARAM_DECODER(DtJtidsLetRadioSignalInteraction, paramName)
22 
23 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName, \
24  netType, mutator) \
25  DtDEFINE_SIMPLE_PARAM_DECODER(DtJtidsLetRadioSignalDecoder, \
26  DtJtidsLetRadioSignalInteraction, paramName, netType, mutator)
27 
28 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
29  paramName, netType, mutator, castExpr) \
30  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
31  DtJtidsLetRadioSignalDecoder, DtJtidsLetRadioSignalInteraction, \
32  paramName, netType, mutator, castExpr)
33 
35 {
36 public:
37 
40  DtInterClassDesc* classDesc);
41 
44 
46 
48 
49 protected:
50 
53 };
54 
55 #endif
56 #endif
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
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtL16RadioSignalDecoder & operator=(const DtL16RadioSignalDecoder &orig)
assignment operator
Definition: l16RadioSignalDecoder.h:37
Definition: jtidsLetRadioSignalDecoder.h:34
#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: jtidsLetRadioSignalDecoder.h:20

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)