YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
portloggerdialog.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-License-Identifier: GPL-3.0-or-later
4
*/
5
6
#ifndef PORTLOGGERDIALOG_H
7
#define PORTLOGGERDIALOG_H
8
9
#include <QDialog>
10
#include <
yarp/profiler/NetworkProfiler.h
>
11
#include <QTimer>
12
#include <QElapsedTimer>
13
14
namespace
Ui
{
15
class
PortLoggerDialog
;
16
}
17
18
class
PortLoggerDialog
:
public
QDialog
19
{
20
Q_OBJECT
21
22
public
:
23
explicit
PortLoggerDialog
(
yarp::profiler::graph::Graph
*graph, QWidget *parent = 0);
24
~PortLoggerDialog
();
25
26
private
slots:
27
void
addConnections();
28
void
removeConnections();
29
void
startStopLoggers();
30
void
MyTimerSlot();
31
void
setLogPath();
32
void
openCons();
33
34
private
:
35
bool
saveLog(std::string filename,
yarp::os::Bottle
* samples);
36
private
:
37
Ui::PortLoggerDialog *ui;
38
bool
isStarted;
39
yarp::profiler::graph::Graph
*graph;
40
QTimer *timer;
41
QElapsedTimer logTime;
42
};
43
44
#endif
// PORTLOGGERDIALOG_H
NetworkProfiler.h
PortLoggerDialog
Definition
portloggerdialog.h:19
PortLoggerDialog::~PortLoggerDialog
~PortLoggerDialog()
Definition
portloggerdialog.cpp:72
yarp::os::Bottle
A simple collection of objects that can be described and transmitted in a portable way.
Definition
Bottle.h:64
yarp::profiler::graph::Graph
The yarp::profiler::graph::Graph class.
Definition
Graph.h:104
Ui
Definition
aboutdlg.h:11
YARP
3.11.100+20250603.4+gitaa77f8b5c
src
guis
yarpviz
src
portloggerdialog.h
Generated on Wed Jun 4 2025 02:40:10 for YARP by
1.9.8