VR-Link API Documentation for HLA 1.3
 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-2010 VT MAK
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 
44 {
45 public:
46 
49  DtInterClassDesc* classDesc);
50 
53 
57 
61 
62 protected:
63 
73 };
74 
75 #endif
76 
77 #endif
78 

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)