VR-Link API Documentation for DIS
pduHeader.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 _PDUHEADER_H_
00008 #define _PDUHEADER_H_ 1
00009 
00010 #include <vlpi/NetStructs.h>
00011 
00012 typedef DtNetU8      DtNetExerciseId;
00013 typedef DtNetU8      DtNetVersion;
00014 
00015 typedef struct DT_DLL_VL DtNetPduHeader /* per Document IST-CR-93-15 Section 5.3.15 */
00016 {
00017     DtNetVersion  version;
00018     DtNetExerciseId     DtExercise;
00019     DtNetU8       DtKind;
00020     DtNetU8    family;
00021     DtNetTimeStamp   DtTime;
00022     DtNetU16      DtLength;
00023     DtNetU16      unused_16;
00024 } DtNetPduHeader;
00025 
00026 typedef DtNetPduHeader DtPduHeader;
00027 typedef DtNetPduHeader DtNetPacket;
00028 
00029 #endif /* _PDUHEADER_H_ */

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)