VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
databaseIndexRadioSignalEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef DtDatabaseIndexRadioSignalEncoder_H_
8 #define DtDatabaseIndexRadioSignalEncoder_H_
9 
10 #if DtHLA
11 
12 
13 #include "interactionEncoder.h"
14 
18 
20 
21 #define DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
22  DtDECLARE_PARAM_ENCODER(DtSignalInteraction, paramName)
23 
24 #define DtDEFINE_SIMPLE_DATABASE_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
25  netType, inspector) \
26  DtDEFINE_SIMPLE_PARAM_ENCODER(DtDatabaseIndexRadioSignalEncoder, \
27  DtSignalInteraction, paramName, netType, inspector)
28 
34 
35 class DT_DLL_VL DtDatabaseIndexRadioSignalEncoder : public DtInteractionEncoder
36 {
37 public:
38 
40  DtDatabaseIndexRadioSignalEncoder(DtExerciseConn* exConn,
41  DtInterClassDesc* classDesc);
42 
44  virtual ~DtDatabaseIndexRadioSignalEncoder();
45 
47  DtDatabaseIndexRadioSignalEncoder(
48  const DtDatabaseIndexRadioSignalEncoder& orig);
49 
51  DtDatabaseIndexRadioSignalEncoder& operator=(
52  const DtDatabaseIndexRadioSignalEncoder& orig);
53 
54 protected:
55 
56  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_ENCODER(HostRadioIndex);
57  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_ENCODER(DatabaseIndex);
58  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_ENCODER(Duration);
59  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_ENCODER(StartOffset);
60  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_ENCODER(TacticalDataLinkType);
61  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_ENCODER(TDLMessageCount);
62 
64  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_ENCODER(HostRadioID);
65 };
66 
67 #endif //DtHLA
68 
69 #endif //DtDatabaseIndexRadioSignalEncoder_H_
70 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtSignalPdu are used to send simulated signal data.
Definition: signalPdu.h:28

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)