MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
rtiAssistantApp
assistantMsgStatsDialog.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2017 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include "
rtiMsConfig.h
"
13
#include "ui_assistantMsgStatsDialogUI.h"
14
#include <QDialog>
15
18
class
DT_DLL_ASSISTANTAPP
DtAssistantMsgStatsDialog
:
public
QDialog
19
{
20
public
:
21
23
DtAssistantMsgStatsDialog
(
QWidget
* parent = 0,
24
Qt::WindowFlags f=0 );
25
27
virtual
~
DtAssistantMsgStatsDialog
();
28
30
virtual
void
setStatistics(
unsigned
totalRecv,
double
recvPerSecOverall,
31
double
recvPerSecCurr,
unsigned
totalProc,
double
procPerSecOverall,
32
double
procPerSecCurr,
unsigned
totalSent,
double
sentPerSecOverall,
33
double
sentPerSecCurr );
34
35
protected
:
36
38
Ui::AssistantMsgStatsDialog
myUiImpl
;
39
40
};
Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)