mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
in between command line documentation
This commit is contained in:
93
slsDetectorSoftware/slsDetectorClientDocs/latex/refman.tex
Normal file
93
slsDetectorSoftware/slsDetectorClientDocs/latex/refman.tex
Normal file
@ -0,0 +1,93 @@
|
||||
\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 Tue Aug 15 17:35:40 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}
|
Reference in New Issue
Block a user