book/src/appendix.tex
changeset 1 866172a16472
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/book/src/appendix.tex	Wed Mar 23 21:10:10 2011 +0100
     1.3 @@ -0,0 +1,42 @@
     1.4 +%\pdfcompresslevel=0
     1.5 +%\pdfimageresolution=72
     1.6 +\chapter{Feinentwurf}
     1.7 +\section{ATCCL}
     1.8 +
     1.9 +\begin{figure}[h]
    1.10 +\subsection{Factory}
    1.11 +\centering \includegraphics[scale=0.7]{images/uml_factories.png}
    1.12 +\label{uml:factories}
    1.13 +%\caption{ATCCL Factory Design}
    1.14 +\end{figure}
    1.15 +
    1.16 +\begin{figure}[h]
    1.17 +\subsection{Term-Hierarchy}
    1.18 +\centering \includegraphics[scale=0.5]{images/uml_terms.png}
    1.19 +%\caption{ATCCL Term-Hierarchy}
    1.20 +\end{figure}
    1.21 +
    1.22 +\begin{figure}[h]
    1.23 +\subsection{Property (Auszug)}
    1.24 +\centering \includegraphics[scale=0.5]{images/uml_property.png}
    1.25 +%\caption{ATCCL Term-Hierarchy}
    1.26 +\label{uml:property}
    1.27 +\end{figure}
    1.28 +
    1.29 +\begin{figure}[h]
    1.30 +\subsection{Virtual Machine}
    1.31 +\centering \includegraphics[scale=0.7]{images/uml_vm.png}
    1.32 +%\caption{ATCCL Virtual Machine}
    1.33 +\end{figure}
    1.34 +
    1.35 +\newpage
    1.36 +\begin{figure}[h]
    1.37 +\subsection{Flight Plan Interface}
    1.38 +\centering \includegraphics[scale=0.7]{images/uml_flight_plan.png}
    1.39 +\label{uml:flight_plan_interface}
    1.40 +%\caption{Flight Plan Interface}
    1.41 +\end{figure}
    1.42 +
    1.43 +\chapter{\texttt{bison}-Konfiguration}
    1.44 +\lstinputlisting[label=bison_config,caption=ATCCL bison-Konfiguration,language=C]{atccl.y}
    1.45 +