VR-Link API Documentation for HLA 1.3
ackRP.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00009 
00010 #ifndef _ackRP_h_
00011 #define _ackRP_h_ 1
00012 
00013 #if DtDIS
00014 
00015 #include <vlpi/NetStructs.h>
00016 #include "pduHeader.h"
00017 
00018 struct DT_DLL_VL DtNetAcknowledgeRPdu
00019 {
00020     DtNetPduHeader              myHeader;
00021     DtNetEntityIdentifier       myFrom;
00022     DtNetEntityIdentifier       myTo;
00023     DtNetU16                    myAcknowledge; 
00024     DtNetU16                    myResponse;    
00025     DtNetU32                    myRequestId;
00026 };
00027 
00028 #endif
00029 #endif

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)