MAK RTIspy API Documentation for HLA 1.3
netSyncMsg.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1998 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: netSyncMsg.h,v $ $Revision: 1.10 $ $State: Exp $
00007 *********************************************************************/
00010 
00011 #ifndef DtNetSyncMsg_H_
00012 #define DtNetSyncMsg_H_
00013 
00014 #include <vlutil/vlNetTypes.h>
00015 #include "netRtiMsgHdr.h"
00016 #include <vlutil/vlUtil.h>
00017 
00018 class DT_DLL_LRC DtNetSyncMsg
00019 {
00020 public:
00021    DtNetMsgHeader header;
00022    DtNetU16 id;
00023    DtNetU8 kind;
00024    DtNetU8 status;
00025    DtNetU8 tagSize;    
00026    DtNetU8 nameSize;   
00027    DtNetU8 numHandles;
00028    DtNetU8 numUnsuccessfulHandles;
00033 };
00034 
00035 #endif
00036 
00037 
00038 
00039 

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)