VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
databaseIndexRadioSignalDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef DtDatabaseIndexRadioSignalDecoder_H_
8 #define DtDatabaseIndexRadioSignalDecoder_H_
9 
10 #if DtHLA
11 
12 
13 #include "interactionDecoder.h"
14 
18 
20 
23 
24 #define DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(paramName) \
25  DtDECLARE_PARAM_DECODER(DtSignalInteraction, paramName)
26 
27 #define DtDEFINE_SIMPLE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(paramName, \
28  netType, mutator) \
29  DtDEFINE_SIMPLE_PARAM_DECODER(DtDatabaseIndexRadioSignalDecoder, \
30  DtSignalInteraction, paramName, netType, mutator)
31 
32 #define DtDEFINE_SIMPLE_DATABASE_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
33  paramName, netType, mutator, castExpr) \
34  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
35  DtDatabaseIndexRadioSignalDecoder, DtSignalInteraction, \
36  paramName, netType, mutator, castExpr)
37 
43 
44 class DT_DLL_VL DtDatabaseIndexRadioSignalDecoder : public DtInteractionDecoder
45 {
46 public:
47 
49  DtDatabaseIndexRadioSignalDecoder(DtExerciseConn* exConn,
50  DtInterClassDesc* classDesc);
51 
53  virtual ~DtDatabaseIndexRadioSignalDecoder();
54 
56  DtDatabaseIndexRadioSignalDecoder(
57  const DtDatabaseIndexRadioSignalDecoder& orig);
58 
60  DtDatabaseIndexRadioSignalDecoder& operator=(
61  const DtDatabaseIndexRadioSignalDecoder& orig);
62 
63 protected:
64 
65  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(HostRadioIndex);
66  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(DatabaseIndex);
67  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(Duration);
68  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(StartOffset);
69  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(TacticalDataLinkType);
70  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(TDLMessageCount);
71 
73  DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(HostRadioID);
74 };
75 
76 #endif
77 
78 #endif
79 
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 Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)