MAK RTIspy API Documentation for HLA Evolved
assistantMsgStatsDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: assistantMsgStatsDialog.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef assistantMsgStatsDialog_H_
10 #define assistantMsgStatsDialog_H_
11 
15 
16 #include "rtiMsConfig.h"
17 #include "ui_assistantMsgStatsDialogUI.h"
18 #include <qdialog.h>
19 
23 {
24 public:
25 
27  DtAssistantMsgStatsDialog( QWidget* parent = 0,
28  Qt::WindowFlags f=0 );
29 
31  virtual ~DtAssistantMsgStatsDialog();
32 
34  virtual void setStatistics( unsigned totalRecv, double recvPerSecOverall,
35  double recvPerSecCurr, unsigned totalProc, double procPerSecOverall,
36  double procPerSecCurr, unsigned totalSent, double sentPerSecOverall,
37  double sentPerSecCurr );
38 
39 protected:
40 
42  Ui::AssistantMsgStatsDialog myUiImpl;
43 
44 };
45 
46 
47 #endif

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)