MAK RTIspy API Documentation for HLA 1516
netTestMgrStatusMsg.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2008 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: netTestMgrStatusMsg.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *********************************************************************/
00008 
00009 #ifndef DtNetTestMgrStatusMsg_H_
00010 #define DtNetTestMgrStatusMsg_H_
00011 
00015 
00016 // PLEASE NOTE: This class is duplicated as DtNetAssistantTestMgrStatusMsg 
00017 // in netAssistantTestMgrStatusMsg.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 "netRtiMsgHdr.h"
00024 
00027 class DT_DLL_LRC DtNetTestMgrStatusMsg
00028 {
00029 public:
00030 
00031    DtNetMsgHeader header;   
00032    DtNetU8 enabled;
00033    DtNetU8 capable;
00034    DtNetU8 continuous;
00035    DtNetU8 testInProgress;
00036    DtNetU32 numInitiated;
00037    DtNetU32 numReports;
00038 };
00039 
00040 
00041 #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)