VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
jtidsVoiceCvsdRadioSignalEncoder.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: hJtidsVoiceCvsdRadSigEnc.h,v $ $Revision: 1.1 $ $State: Exp $
7 * *********************************************************************/
8 
9 #if DtHLA
10 
11 #ifndef JtidsVoiceCvsdRadioSignalEnc_H_
12 #define JtidsVoiceCvsdRadioSignalEnc_H_
13 
16 
17 #define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
18  DtDECLARE_PARAM_ENCODER(DtJtidsVoiceCvsdRadioSignalInteraction, paramName)
19 
20 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
21  netType, inspector) \
22  DtDEFINE_SIMPLE_PARAM_ENCODER(DtJtidsVoiceCvsdRadioSignalEncoder, \
23  DtJtidsVoiceCvsdRadioSignalInteraction, paramName, netType, inspector)
24 
25 class DT_DLL_VL DtJtidsVoiceCvsdRadioSignalEncoder : public DtL16RadioSignalEncoder
26 {
27 public:
28 
30  DtJtidsVoiceCvsdRadioSignalEncoder(DtExerciseConn* exConn,
31  DtInterClassDesc* classDesc);
32 
34  virtual ~DtJtidsVoiceCvsdRadioSignalEncoder();
35 
36  DtJtidsVoiceCvsdRadioSignalEncoder(const DtJtidsVoiceCvsdRadioSignalEncoder& orig);
37 
38  DtJtidsVoiceCvsdRadioSignalEncoder& operator=(const DtJtidsVoiceCvsdRadioSignalEncoder& orig);
39 
40 protected:
41  DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(JTIDSHeader);
42  DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(Data);
43 
44 };
45 
46 #endif
47 #endif
48 
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

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)