VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
encodedAudioRadioSignalEncoder.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 DtEncodedAudioRadioSignalEncoder_H_
8 #define DtEncodedAudioRadioSignalEncoder_H_
9 
10 #if DtHLA
11 
12 
13 #include "interactionEncoder.h"
14 
18 
20 
21 #define DtDECLARE_ENC_AUDIO_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
22  DtDECLARE_PARAM_ENCODER(DtSignalInteraction, paramName)
23 
24 #define DtDEFINE_SIMPLE_ENC_AUDIO_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
25  netType, inspector) \
26  DtDEFINE_SIMPLE_PARAM_ENCODER(DtEncodedAudioRadioSignalEncoder, \
27  DtSignalInteraction, paramName, netType, inspector)
28 
34 
36 {
37 public:
38 
41  DtInterClassDesc* classDesc);
42 
45 
49 
53 
54 protected:
55 
57  DtDECLARE_ENC_AUDIO_RADIO_SIGNAL_PARAM_ENCODER(TransmitterSignalEncodingType);
62 
67 
70 };
71 
72 #endif
73 
74 #endif
75 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
class DtEncodedAudioRadioSignalEncoder:
Definition: encodedAudioRadioSignalEncoder.h:35
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_ENC_AUDIO_RADIO_SIGNAL_PARAM_ENCODER(paramName)
Definition: encodedAudioRadioSignalEncoder.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 Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)