swift
samples
miscquantities
main.cpp
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
2
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3
6
7
#include <stdio.h>
8
9
#include <QCoreApplication>
10
#include <QIODevice>
11
#include <QTextStream>
12
#include <QtGlobal>
13
14
#include "
samplesaviation.h
"
15
#include "
samplesgeo.h
"
16
#include "
samplesphysicalquantities.h
"
17
18
#include "
core/application.h
"
19
#include "
misc/directoryutils.h
"
20
21
using namespace
swift::misc
;
22
using namespace
swift::sample;
23
using namespace
swift::core
;
24
26
int
main
(
int
argc,
char
*argv[])
27
{
28
QCoreApplication qa(argc, argv);
29
CApplication
a;
30
Q_UNUSED(a);
31
Q_UNUSED(qa);
32
33
QTextStream out(stdout, QIODevice::WriteOnly);
34
CSamplesPhysicalQuantities::samples(out);
35
CSamplesAviation::samples(out);
36
CSamplesGeo::samples(out);
37
return
0;
38
}
application.h
swift::core::CApplication
Our runtime.
Definition:
application.h:87
directoryutils.h
swift::core
Backend services of the swift project, like dealing with the network or the simulators.
Definition:
actionbind.cpp:7
swift::misc
Free functions in swift::misc.
Definition:
aircraftmatcher.h:22
main
int main(int argc, char *argv[])
main
Definition:
main.cpp:20
samplesaviation.h
samplesgeo.h
samplesphysicalquantities.h
Generated on Mon Mar 24 2025 16:42:23 for swift by
1.9.1