MAK RTIspy API Documentation for HLA Evolved
assistantMsgStatsDialog.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: assistantMsgStatsDialog.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 #ifndef assistantMsgStatsDialog_H_
00010 #define assistantMsgStatsDialog_H_
00011 
00015 
00016 #include "rtiMsConfig.h"
00017 #include "ui_assistantMsgStatsDialogUI.h"
00018 #include <qdialog.h>
00019 
00022 class DT_DLL_ASSISTANTAPP DtAssistantMsgStatsDialog : public QDialog
00023 {
00024 public:
00025 
00027    DtAssistantMsgStatsDialog( QWidget* parent = 0, 
00028       Qt::WindowFlags f=0 );
00029 
00031    virtual ~DtAssistantMsgStatsDialog();
00032 
00034    virtual void setStatistics( unsigned totalRecv, double recvPerSecOverall,
00035       double recvPerSecCurr, unsigned totalProc, double procPerSecOverall,
00036       double procPerSecCurr, unsigned totalSent, double sentPerSecOverall,
00037       double sentPerSecCurr );
00038 
00039 protected:
00040 
00042    Ui::AssistantMsgStatsDialog myUiImpl;
00043 
00044 };
00045 
00046 
00047 #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)