MAK RTIspy API Documentation for HLA Evolved
netAssistantTestMgrStatusMsg.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2008 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: netAssistantTestMgrStatusMsg.h,v $ $Revision: 1.5 $ $State: Exp $
00007 *********************************************************************/
00008 
00009 #ifndef DtNetAssistantTestMgrStatusMsg_H_
00010 #define DtNetAssistantTestMgrStatusMsg_H_
00011 
00015 
00016 // PLEASE NOTE: This class is duplicated as DtNetTestMgrStatusMsg 
00017 // in netTestMgrStatusMsg.h. Any changes made to this class 
00018 // should also be made there.
00019 
00020 #include <vlutil/vlNetTypes.h>
00021 #include <vlutil/vlUtil.h>
00022 
00023 #include "netAssistantMsgHdr.h"
00024 
00028 class DT_DLL_ASSISTANT DtNetAssistantTestMgrStatusMsg
00029 {
00030 public:
00031 
00032    DtNetAssistantMsgHeader header;   
00033    DtNetU8 enabled;
00034    DtNetU8 capable;
00035    DtNetU8 continuous;
00036    DtNetU8 testInProgress;
00037    DtNetU32 numInitiated;
00038    DtNetU32 numReports;
00039    DtNetU32 federationHdl;
00040    DtNetU32 federateHdl;
00041 };
00042 
00043 
00044 #endif

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)