VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
appSpecificRadioSignalDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtAppSpecificRadioSignalDecoder_H_
11 #define DtAppSpecificRadioSignalDecoder_H_
12 
13 #if DtHLA
14 
15 
16 #include "interactionDecoder.h"
17 
19 
22 
23 #define DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(paramName) \
24  DtDECLARE_PARAM_DECODER(DtSignalInteraction, paramName)
25 
26 #define DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(paramName, \
27  netType, mutator) \
28  DtDEFINE_SIMPLE_PARAM_DECODER(DtAppSpecificRadioSignalDecoder, \
29  DtSignalInteraction, paramName, netType, mutator)
30 
31 #define DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
32  paramName, netType, mutator, castExpr) \
33  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
34  DtAppSpecificRadioSignalDecoder, DtSignalInteraction, \
35  paramName, netType, mutator, castExpr)
36 
37 
38 
43 class DT_DLL_VL DtAppSpecificRadioSignalDecoder : public DtInteractionDecoder
44 {
45 public:
46 
48  DtAppSpecificRadioSignalDecoder(DtExerciseConn* exConn,
49  DtInterClassDesc* classDesc);
50 
52  virtual ~DtAppSpecificRadioSignalDecoder();
53 
55  DtAppSpecificRadioSignalDecoder(
56  const DtAppSpecificRadioSignalDecoder& orig);
57 
59  DtAppSpecificRadioSignalDecoder& operator=(
60  const DtAppSpecificRadioSignalDecoder& orig);
61 
62 protected:
63 
64  DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(HostRadioIndex);
65  DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(DataRate);
66  DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(SignalDataLength);
67  DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(SignalData);
68  DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(TacticalDataLinkType);
69  DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(TDLMessageCount);
70  DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(UserProtocolID);
72  DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(HostRadioID);
73 };
74 
75 #endif
76 
77 #endif
78 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtInteractionDecoder.
Instances of DtSignalPdu are used to send simulated signal data.
Definition: signalPdu.h:28

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)