VR-Link API Documentation for HLA Evolved
dataRP.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 #pragma once
00006  
00010 
00011 #if DtDIS
00012 
00013 
00014 #include <vlpi/NetStructs.h>
00015 #include "pduHeader.h"
00016 
00017 struct DtNetDataRPdu
00018 {
00019    DtNetPduHeader              myHeader;
00020    DtNetEntityIdentifier       myFrom;
00021    DtNetEntityIdentifier       myTo;
00022    DtNetU32                    myRequestId;
00023    DtNetU8                     myReliability;
00024    DtNetU8                     padding1;
00025    DtNetU16                    padding2;
00026    DtNetU32                    myNfix;
00027    DtNetU32                    myNvar;
00028 };
00029 
00030 #endif
00031 

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)