diff --git a/WimaDok/main.aux b/WimaDok/main.aux new file mode 100644 index 0000000000000000000000000000000000000000..e75917cffced9af573f253936f8a29ca9727458c --- /dev/null +++ b/WimaDok/main.aux @@ -0,0 +1,6 @@ +\relax +\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}} +\@writefile{toc}{\contentsline {section}{\numberline {2}Documentation}{1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Structure of QGroundControl}{1}} +\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Detail view of the QQC window, which appears after start-up. Marked in red is the button for switching to the plan view window, green indicates the flight view button (current window) and marked in magenta is the button for switching to the WiMA main window.}}{2}} +\newlabel{fig:QGCMainButtonExplain}{{1}{2}} diff --git a/WimaDok/main.pdf b/WimaDok/main.pdf new file mode 100644 index 0000000000000000000000000000000000000000..df52e3ced40abfe72477874b8004399046072e5f Binary files /dev/null and b/WimaDok/main.pdf differ diff --git a/WimaDok/main.synctex.gz b/WimaDok/main.synctex.gz new file mode 100644 index 0000000000000000000000000000000000000000..fb424749f33fb1b4426d16a33256e9a99e5ccc34 Binary files /dev/null and b/WimaDok/main.synctex.gz differ diff --git a/WimaDok/main.tex b/WimaDok/main.tex new file mode 100644 index 0000000000000000000000000000000000000000..41237f3eaa90625c8514b58627e5ca43638a203f --- /dev/null +++ b/WimaDok/main.tex @@ -0,0 +1,35 @@ +\documentclass[]{article} + +\usepackage{amsmath} +\usepackage{graphicx} +\usepackage{wrapfig} +\usepackage[utf8]{inputenc} +\usepackage{a4wide} +\usepackage{multicol} + +%opening +\title{Documentation of the QGroundControl WiMA-Extension} +\author{Valentin Platzgummer} + +\begin{document} + +\maketitle +\section{Introduction} +Wima is a abbreviation for Wireless Measurement Application. +Dieses Dokument soll einerseits die Funktionen der WiMA-Erweiterung dokumentieren und andererseits den Leser dazu anregen Fehler im Programm zu finden. Das Dokument ist in zwei abschnitte unterteilt. Die eigentliche Dokumentation und Vorschläge welche Funktionen getestet werden sollen. Da die WiMA-Erweiterung noch weiterentwickelt wird, können die Funktionen und das Aussehen des Programms von der in dieser Dokumentation dargestellten Inhalten abweichen. + +Der Ordner deploy enthält eine unter Linux ausführbare Datei des Programms, mit dem nahmen "QGroundControl.AppImage". + +\section{Documentation} +\subsection{Structure of QGroundControl with WiMA-Extension} +Figure \ref{fig:QGCMainButtonExplain} shows a detail view of the QGC main window. Relevant for this documentation are the flight view, the plan view and the WiMA main window. Their function will now be briefly summarized. + +The \textbf{plan view window} is +\begin{figure} + \includegraphics[width=\textwidth]{pics/QGCMainWindowCroppedRect} + \centering + \caption{Detail view of the QQC window, which appears after start-up. Marked in red is the button for switching to the plan view window, green indicates the flight view button (current window) and marked in magenta is the button for switching to the WiMA main window.} + \label{fig:QGCMainButtonExplain} +\end{figure} + +\end{document} diff --git a/WimaDok/pics/QGCMainWindowCropped.png b/WimaDok/pics/QGCMainWindowCropped.png new file mode 100644 index 0000000000000000000000000000000000000000..7ccd4e412ea3948c286e42fe96cf9a985db0b342 Binary files /dev/null and b/WimaDok/pics/QGCMainWindowCropped.png differ diff --git a/WimaDok/pics/QGCMainWindowCroppedRect.png b/WimaDok/pics/QGCMainWindowCroppedRect.png new file mode 100644 index 0000000000000000000000000000000000000000..3924a695fbb7c0b1e87b484cb27e673ec3d16a05 Binary files /dev/null and b/WimaDok/pics/QGCMainWindowCroppedRect.png differ diff --git a/resources/measurement.xcf b/resources/measurement.xcf index 6686e8453fe0fdc6a91c4124c935c507a3400e6e..09cbdea3449512906dc7b15b80a07051fc63e338 100644 Binary files a/resources/measurement.xcf and b/resources/measurement.xcf differ diff --git a/resources/service.xcf b/resources/service.xcf index 5e73d4c6bfd662d1552301c1b507f2ed3ad84100..74a855d5fec25754567ccc4f0fa072d6d7268c09 100644 Binary files a/resources/service.xcf and b/resources/service.xcf differ