YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
mainwindow.cpp File Reference
#include "include/mainwindow.h"
#include "ui_mainwindow.h"
#include <QFileDialog>
#include <QCheckBox>
#include <QShortcut>
#include <QProgressBar>
#include <include/aboutdlg.h>
#include <QMessageBox>
#include <csignal>
#include <yarp/conf/version.h>
#include <yarp/dataplayer/YarpDataplayer.h>
+ Include dependency graph for mainwindow.cpp:

Go to the source code of this file.

Macros

#define WND_DEF_HEIGHT   400
 
#define WND_DEF_WIDTH   800
 
#define ACTIVE   0
 
#define PART   1
 
#define TYPE   2
 
#define FRAMES   3
 
#define SAMPLERATE   4
 
#define PORT   5
 
#define TIMETAKEN   6
 
#define PERCENT   7
 
#define APP_NAME   "yarpdataplayer"
 

Functions

void sighandler (int sig)
 

Macro Definition Documentation

◆ ACTIVE

#define ACTIVE   0

Definition at line 27 of file mainwindow.cpp.

◆ APP_NAME

#define APP_NAME   "yarpdataplayer"

Definition at line 37 of file mainwindow.cpp.

◆ FRAMES

#define FRAMES   3

Definition at line 30 of file mainwindow.cpp.

◆ PART

#define PART   1

Definition at line 28 of file mainwindow.cpp.

◆ PERCENT

#define PERCENT   7

Definition at line 34 of file mainwindow.cpp.

◆ PORT

#define PORT   5
Examples
external/nameclient.c.

Definition at line 32 of file mainwindow.cpp.

◆ SAMPLERATE

#define SAMPLERATE   4

Definition at line 31 of file mainwindow.cpp.

◆ TIMETAKEN

#define TIMETAKEN   6

Definition at line 33 of file mainwindow.cpp.

◆ TYPE

#define TYPE   2

Definition at line 29 of file mainwindow.cpp.

◆ WND_DEF_HEIGHT

#define WND_DEF_HEIGHT   400

Definition at line 24 of file mainwindow.cpp.

◆ WND_DEF_WIDTH

#define WND_DEF_WIDTH   800

Definition at line 25 of file mainwindow.cpp.

Function Documentation

◆ sighandler()

void sighandler ( int  sig)

Definition at line 42 of file mainwindow.cpp.