mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00:02 +02:00
94 lines
2.0 KiB
TeX
94 lines
2.0 KiB
TeX
\documentclass[a4paper]{article}
|
|
\usepackage{makeidx}
|
|
\usepackage{graphicx}
|
|
\usepackage{multicol}
|
|
\usepackage{float}
|
|
\usepackage{listings}
|
|
\usepackage{color}
|
|
\usepackage{textcomp}
|
|
\usepackage{alltt}
|
|
\usepackage{times}
|
|
\usepackage{ifpdf}
|
|
\ifpdf
|
|
\usepackage[pdftex,
|
|
pagebackref=true,
|
|
colorlinks=true,
|
|
linkcolor=blue,
|
|
unicode
|
|
]{hyperref}
|
|
\else
|
|
\usepackage[ps2pdf,
|
|
pagebackref=true,
|
|
colorlinks=true,
|
|
linkcolor=blue,
|
|
unicode
|
|
]{hyperref}
|
|
\usepackage{pspicture}
|
|
\fi
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{doxygen}
|
|
\lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=8,numbers=left }
|
|
\makeindex
|
|
\setcounter{tocdepth}{3}
|
|
\renewcommand{\footrulewidth}{0.4pt}
|
|
\begin{document}
|
|
\hypersetup{pageanchor=false}
|
|
\begin{titlepage}
|
|
\vspace*{7cm}
|
|
\begin{center}
|
|
{\Large Reference Manual}\\
|
|
\vspace*{1cm}
|
|
{\large Generated by Doxygen 1.6.1}\\
|
|
\vspace*{0.5cm}
|
|
{\small Wed Aug 16 16:12:47 2017}\\
|
|
\end{center}
|
|
\end{titlepage}
|
|
\pagenumbering{roman}
|
|
\tableofcontents
|
|
\pagenumbering{arabic}
|
|
\hypersetup{pageanchor=true}
|
|
\section{Introduction}
|
|
\label{index}\hypertarget{index}{}\input{index}
|
|
\section{Developer}
|
|
\label{test}
|
|
\hypertarget{test}{}
|
|
\input{test}
|
|
\section{Acquition commands}
|
|
\label{acquisition}
|
|
\hypertarget{acquisition}{}
|
|
\input{acquisition}
|
|
\section{Configuration commands}
|
|
\label{config}
|
|
\hypertarget{config}{}
|
|
\input{config}
|
|
\section{Data processing commands}
|
|
\label{data}
|
|
\hypertarget{data}{}
|
|
\input{data}
|
|
\section{Detector settings commands}
|
|
\label{settings}
|
|
\hypertarget{settings}{}
|
|
\input{settings}
|
|
\section{Output settings}
|
|
\label{output}
|
|
\hypertarget{output}{}
|
|
\input{output}
|
|
\section{Actions}
|
|
\label{actions}
|
|
\hypertarget{actions}{}
|
|
\input{actions}
|
|
\section{Network}
|
|
\label{network}
|
|
\hypertarget{network}{}
|
|
\input{network}
|
|
\section{Receiver commands}
|
|
\label{receiver}
|
|
\hypertarget{receiver}{}
|
|
\input{receiver}
|
|
\section{Advanced Usage}
|
|
\label{advanced}
|
|
\hypertarget{advanced}{}
|
|
\input{advanced}
|
|
\printindex
|
|
\end{document}
|