![]() |
VR-Link API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00007 #ifndef DtRecordREnc_H_ 00008 #define DtRecordREnc_H_ 00009 00010 #if DtHLA 00011 00012 #include "interEncoder.h" 00013 00017 00018 class DT_DLL_VL DtRecordRInteraction; 00019 00020 00021 #define DtDECLARE_RECORDR_PARAM_ENCODER(paramName) \ 00022 DtDECLARE_PARAM_ENCODER(DtRecordRInteraction, paramName) 00023 00024 #define DtDEFINE_SIMPLE_RECORDR_PARAM_ENCODER(paramName, netType, inspector) \ 00025 DtDEFINE_SIMPLE_PARAM_ENCODER(DtRecordREncoder, \ 00026 DtRecordRInteraction, paramName, netType, inspector) 00027 00032 00033 00034 class DT_DLL_VL DtRecordREncoder: public DtInteractionEncoder 00035 { 00036 00037 public: 00038 00040 DtRecordREncoder(DtExerciseConn *exConn, DtInterClassDesc *classDesc); 00041 00043 DtRecordREncoder(const DtRecordREncoder &orig); 00044 00046 virtual ~DtRecordREncoder(); 00047 00049 DtRecordREncoder &operator=(const DtRecordREncoder &orig); 00050 00051 00052 protected: 00053 00055 DtDECLARE_RECORDR_PARAM_ENCODER(OriginatingEntity); 00056 DtDECLARE_RECORDR_PARAM_ENCODER(ReceivingEntity); 00057 DtDECLARE_RECORDR_PARAM_ENCODER(RequestIdentifier); 00058 DtDECLARE_RECORDR_PARAM_ENCODER(AcknowledgementProtocol); 00059 DtDECLARE_RECORDR_PARAM_ENCODER(EventType); 00060 DtDECLARE_RECORDR_PARAM_ENCODER(ResponseSerialNumber); 00061 DtDECLARE_RECORDR_PARAM_ENCODER(RecordSetData); 00062 00063 }; 00064 00065 00066 #endif 00067 #endif 00068