MAK RTIspy API Documentation for HLA 1.3
netAssistantRidParamsMsg.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: netAssistantRidParamsMsg.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DtNetAssistantRidParamsMsg_H_
00013 #define DtNetAssistantRidParamsMsg_H_
00014 
00015 #include <vlutil/vlNetTypes.h>
00016 #include <vlutil/vlUtil.h>
00017 
00018 #include "netAssistantMsgHdr.h"
00019 
00023 
00026 class DT_DLL_ASSISTANT DtNetAssistantRidParamsMsg
00027 {
00028 public:
00029 
00030    DtNetAssistantMsgHeader header;
00031 
00032    DtNetU16 isRequest;
00033    DtNetU16 ridFilenameSize;
00034    DtNetU32 ridParamsSize;
00035    //char ridFilename[]
00036    //char ridParams[]
00037 };
00038 
00039 #endif  //! DtNetAssistantRidParamsMsg_H_

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)