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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)