VR-Link API Documentation for HLA 1.3
isPartOfP.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 _isPartOfP_h_
00008 #define _isPartOfP_h_ 1
00009 
00010 #if DtDIS
00011 
00012 #include <vlpi/NetStructs.h>
00013 #include "pduHeader.h"
00014 
00016 
00017 struct DtNetIsPartOfPdu
00018 {
00019    DtNetPduHeader               myHeader;
00020    DtNetEntityIdentifier        myOriginatingEntityID;
00021    DtNetEntityIdentifier        myReceivingEntityID;
00022    DtNetU16                     myNature;
00023    DtNetU16                     myConstituentPartPosition;
00024    DtNet32Vector                myPartLocation;
00025    DtNetU16                     myStationName;
00026    DtNetU16                     myStationNumber;
00027    DtNetEntityType              myPartEntityType;
00028 
00029 };
00030 
00031 #endif
00032 #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)