VR-Link API Documentation for HLA 1516
attribStruct.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 attribStruct_h_
00008 #define attribStruct_h_
00009  
00013 
00014 #include <vlpi/NetStructs.h>
00015 
00016 typedef struct
00017 {
00018    DtNetU32             id;
00019    DtNetU32             len;    /* Bytes */
00020    DtNet32Bits          val[1   /*len/4 */ ];
00021 } DtNetAttribPair;
00022 
00023 #endif
00024 

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)