![]() |
VR-Link API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 * ** Copyright (c) 2011 VT MAK 00003 * ** All rights reserved. 00004 * *********************************************************************/ 00005 /********************************************************************* 00006 * ** $RCSfile: hJtidsVoiceLpc12RadSigEnc.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 * *********************************************************************/ 00008 00009 #if DtHLA 00010 00011 #ifndef JtidsVoiceLpc12RadioSignalEnc_H_ 00012 #define JtidsVoiceLpc12RadioSignalEnc_H_ 00013 00014 #include <vl/hL16RadSigEnc.h> 00015 #include <vl/hJtidsVoiceLpc12RadSigInter.h> 00016 00017 #define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName) \ 00018 DtDECLARE_PARAM_ENCODER(DtJtidsVoiceLpc12RadioSignalInteraction, paramName) 00019 00020 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName, \ 00021 netType, inspector) \ 00022 DtDEFINE_SIMPLE_PARAM_ENCODER(DtJtidsVoiceLpc12RadioSignalEncoder, \ 00023 DtJtidsVoiceLpc12RadioSignalInteraction, paramName, netType, inspector) 00024 00025 class DT_DLL_VL DtJtidsVoiceLpc12RadioSignalEncoder : public DtL16RadioSignalEncoder 00026 { 00027 public: 00028 00030 DtJtidsVoiceLpc12RadioSignalEncoder(DtExerciseConn* exConn, 00031 DtInterClassDesc* classDesc); 00032 00034 virtual ~DtJtidsVoiceLpc12RadioSignalEncoder(); 00035 00036 DtJtidsVoiceLpc12RadioSignalEncoder(const DtJtidsVoiceLpc12RadioSignalEncoder& orig); 00037 00038 DtJtidsVoiceLpc12RadioSignalEncoder& operator=(const DtJtidsVoiceLpc12RadioSignalEncoder& orig); 00039 00040 protected: 00041 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(JTIDSheader); 00042 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(Data); 00043 00044 }; 00045 00046 #endif 00047 #endif 00048