VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
appSpecificRadioSignalEncoder.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 DtAppSpecificRadioSignalEncoder_H_
8 #define DtAppSpecificRadioSignalEncoder_H_
9 
10 #if DtHLA
11 
12 
13 #include "interactionEncoder.h"
14 
18 
20 
21 #define DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
22  DtDECLARE_PARAM_ENCODER(DtSignalInteraction, paramName)
23 
24 #define DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
25  netType, inspector) \
26  DtDEFINE_SIMPLE_PARAM_ENCODER(DtAppSpecificRadioSignalEncoder, \
27  DtSignalInteraction, paramName, netType, inspector)
28 
29 
35 {
36 public:
37 
40  DtInterClassDesc* classDesc);
41 
44 
48 
52 
53 protected:
54 
65 };
66 
67 #endif //DtHLA
68 
69 #endif //DtAppSpecificRadioSignalEncoder_H_
70 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Instances of DtAppSpecificRadioSignalEncoder are used to encode application specific radio signal sta...
Definition: appSpecificRadioSignalEncoder.h:34
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
#define DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_ENCODER(paramName)
Definition: appSpecificRadioSignalEncoder.h:21
Instances of DtSignalInteraction are used to represent RadioSignal RPR FOM Interactions.
Definition: signalInteractionHLA.h:42
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)