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
|
\documentclass[a4paper]{book}
\usepackage{a4wide}
\usepackage{makeidx}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{float}
\usepackage{alltt}
\usepackage{doxygen}
\makeindex
\setcounter{tocdepth}{1}
\setlength{\footrulewidth}{0.4pt}
\begin{document}
\begin{titlepage}
\vspace*{7cm}
\begin{center}
{\Large TANGO Device Server for testing generic clients Reference Manual}\\
\vspace*{1cm}
{\large Generated by Doxygen 1.2.13.1}\\
\vspace*{0.5cm}
{\small Thu May 6 15:44:45 2004}\\
\end{center}
\end{titlepage}
\clearemptydoublepage
\pagenumbering{roman}
\tableofcontents
\clearemptydoublepage
\pagenumbering{arabic}
\chapter{TANGO Device Server for testing generic clients Namespace Index}
\input{namespaces}
\chapter{TANGO Device Server for testing generic clients Compound Index}
\input{annotated}
\chapter{TANGO Device Server for testing generic clients File Index}
\input{files}
\chapter{TANGO Device Server for testing generic clients Namespace Documentation}
\input{namespaceTangoTest}
\chapter{TANGO Device Server for testing generic clients Class Documentation}
\input{classTangoTest_1_1DataGenerator}
\include{classTangoTest_1_1DevBooleanCmd}
\include{classTangoTest_1_1DevDoubleCmd}
\include{classTangoTest_1_1DevFloatCmd}
\include{classTangoTest_1_1DevLongCmd}
\include{classTangoTest_1_1DevShortCmd}
\include{classTangoTest_1_1DevStringCmd}
\include{classTangoTest_1_1DevULongCmd}
\include{classTangoTest_1_1DevUShortCmd}
\include{classTangoTest_1_1DevVarCharArrayCmd}
\include{classTangoTest_1_1DevVarDoubleArrayCmd}
\include{classTangoTest_1_1DevVarDoubleStringArrayCmd}
\include{classTangoTest_1_1DevVarFloatArrayCmd}
\include{classTangoTest_1_1DevVarLongArrayCmd}
\include{classTangoTest_1_1DevVarLongStringArrayCmd}
\include{classTangoTest_1_1DevVarShortArrayCmd}
\include{classTangoTest_1_1DevVarStringArrayCmd}
\include{classTangoTest_1_1DevVarULongArrayCmd}
\include{classTangoTest_1_1DevVarUShortArrayCmd}
\include{classTangoTest_1_1DevVoidCmd}
\include{classTangoTest_1_1TangoTest}
\include{classTangoTest_1_1TangoTestClass}
\chapter{TANGO Device Server for testing generic clients File Documentation}
\input{ClassFactory_8cpp}
\include{main_8cpp}
\include{TangoTest_8cpp}
\include{TangoTest_8h}
\include{TangoTestClass_8cpp}
\include{TangoTestClass_8h}
\printindex
\end{document}
|