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 VT MAK
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 

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)