MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
rtiAssistantApp
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 <QtGui/QDialog>
19
22
class
DT_DLL_ASSISTANTAPP
DtAssistantMsgStatsDialog
:
public
QDialog
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 Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (
www.mak.com
)