summaryrefslogtreecommitdiffstats
path: root/ue4/protokoll/protokoll.tex
blob: 3db10b077cf1f7beea0e60f89d5358a294de1828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
\documentclass[12pt,a4paper,titlepage,oneside]{article}
\usepackage[utf8]{inputenc}
\usepackage{oop_prot}
\usepackage{url}
\usepackage{pdfpages}
\usepackage{booktabs}

\title{Beispiel 4}

\author{
Günther Neuwirth, \matrnr 0626638\\
  {\small e0626638@student.tuwien.ac.at}\\
Manuel Mausz, \matrnr 0728348\\
  {\small manuel-tu@mausz.at}\\
}

\begin{document}

% create titlepage
\maketitle
\tableofcontents
\newpage

%------------------------------------------------------------------
%------------------------------------------------------------------

\section{Aufgabenstellung - Beispiel 4}
\includegraphics[width=\textwidth,page=1]{../angabe.pdf}
\includegraphics[width=\textwidth,page=2]{../angabe.pdf}

%------------------------------------------------------------------
%------------------------------------------------------------------

\section{Beispiel 4}

\subsection{Design}\label{Design}

Abbildung~\ref{fig:classdiagram1} zeigt das Klassendiagramm der Aufgabe.

TODO

%==================================================================
\begin{center}
  \begin{figure}[htb]
    \epsfxsize=1.6\textwidth\epsfbox{mycpu.png}
    \caption{Klassendiagramm 1}
    \label{fig:classdiagram1}
  \end{figure}
\end{center}
%==================================================================

\subsection{Verwaltung der Ressourcen}

TODO

\subsection{Fehlerbehandlung}

TODO

\subsection{Implementierung}

TODO

\section{Projektverlauf}

\subsection{Probleme und Fallstricke}

TODO

\subsection{Arbeitsaufwand}

\begin{tabular}{ll}
  \toprule
  Entwicklungsschritt / Meilenstein & Arbeitsaufwand\\
  \midrule
  TODO & TODO\\
  \hline
  TODO & TODO\\
  \bottomrule
\end{tabular}

%------------------------------------------------------------------
%------------------------------------------------------------------

\newpage
\section{Listings}\label{Listings}

\subsection{mycpu.cpp}
\lstinputlisting{../mycpu/mycpu.cpp}

\end{document}