summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/Report/test.tex
diff options
context:
space:
mode:
authorRefik Hadzialic2011-10-23 14:28:04 +0200
committerRefik Hadzialic2011-10-23 14:28:04 +0200
commitaa6b4ccb4b74dc15c6af9363b8466526d369d5b7 (patch)
tree260896e59521f6c549a7d1251878106efe00c4db /notFinishedCode/Report/test.tex
parentReport writing (diff)
downloadgsm-selftest-aa6b4ccb4b74dc15c6af9363b8466526d369d5b7.tar.gz
gsm-selftest-aa6b4ccb4b74dc15c6af9363b8466526d369d5b7.tar.xz
gsm-selftest-aa6b4ccb4b74dc15c6af9363b8466526d369d5b7.zip
Report writing
Diffstat (limited to 'notFinishedCode/Report/test.tex')
-rw-r--r--notFinishedCode/Report/test.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/notFinishedCode/Report/test.tex b/notFinishedCode/Report/test.tex
index e29096c..ab8fb8e 100644
--- a/notFinishedCode/Report/test.tex
+++ b/notFinishedCode/Report/test.tex
@@ -203,7 +203,6 @@ The software engineering design concepts were achieved following way:
\item Fault-tolerance - the classes were designed to continue operating even if error events appear and handlers are logging all events
\item Usability - we tried to create a simple user interface and easily to use for everyone
\end{itemize}
-\par The basic scheme how our test software works can be seen on figure 5.
\begin{figure}[ht!]
\centering
@@ -211,6 +210,9 @@ The software engineering design concepts were achieved following way:
\caption[]{Working principle of the test software}
\end{figure}
+\par The basic principle how the test software works can be seen in figure 5. The test software is
+started either manually from the terminal or using the web site.
+
\begin{figure}[ht!]
\centering
\includegraphics[width=140mm]{classDiagram.png}