YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
main.cpp
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#include "MainWindow.h"
7#include <QApplication>
8#include <yarp/os/Network.h>
9
10int main(int argc, char *argv[])
11{
13
14 QApplication a(argc, argv);
15 MainWindow w;
16 w.show();
17
18 //w.drawGraph();
19
20 return a.exec();
21}
MainWindow class.
Definition display.h:22
Utilities for manipulating the YARP network, including initialization and shutdown.
Definition Network.h:706
int main(int argc, char *argv[])
Definition main.cpp:385
The main, catch-all namespace for YARP.
Definition dirs.h:16