aboutsummaryrefslogtreecommitdiff
path: root/assets/manual/tex/tables.tex
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2022-08-10 15:12:13 +0200
committerY. Wang <yw05@forksworld.de>2022-08-10 15:12:13 +0200
commit69d8388c672d695f2031ebc13ac4a83ab220b93f (patch)
tree43740f1cdda65ca2272d61154d0ff0efb41692b5 /assets/manual/tex/tables.tex
parent48b9922071c6e338a3ab6ebdea01fc57940cd7f8 (diff)
downloadadvtrains-69d8388c672d695f2031ebc13ac4a83ab220b93f.tar.gz
advtrains-69d8388c672d695f2031ebc13ac4a83ab220b93f.tar.bz2
advtrains-69d8388c672d695f2031ebc13ac4a83ab220b93f.zip
Reformat the rest of the developer's manual as manpages
Diffstat (limited to 'assets/manual/tex/tables.tex')
-rw-r--r--assets/manual/tex/tables.tex27
1 files changed, 0 insertions, 27 deletions
diff --git a/assets/manual/tex/tables.tex b/assets/manual/tex/tables.tex
deleted file mode 100644
index 91422b6..0000000
--- a/assets/manual/tex/tables.tex
+++ /dev/null
@@ -1,27 +0,0 @@
-\section{Table structures}\label{s:structs}
-
-This section only documents table structures shared among multiple modules. API-specific table structures are documented in the corresponding sections.
-
-\subsection{Signal aspect table}\label{s:sigasp}
-Signal aspect tables may contain the following members:
-\begin{apidoc}{Signal aspect table}
-\item \apifield{main} The aspect of the main signal.
-\item \apifield{type} The type of signal. Please refer to section \ref{s:srtypes} for more information.
-\item \apifield{dst} The aspect of the next main signal.
-\item \apifield{shunt} Whether shunting is allowed.
-\item \apifield{proceed\_as\_main} When shunting is not allowed, whether to let the train continue with shunt mode disabled.
-\end{apidoc}
-
-The \texttt{main} and \texttt{dst} fields may contain one of the following:
-\begin{itemize}
-\item $n \geq 0$, which changes the speed limit of the corresponding type to $n$, or (for distant signals) indicates the speed limit for the upcoming main signal.
-\item $-1$, which lifts the speed limit of the corresponding type, or (for distant signals) indicates that the speed limit is lifted at the upcoming main signal.
-\item \luanil, which keeps the speed limit unchanged.
-\end{itemize}
-
-\subsection{Train speed restriction table}
-The speed restriction table for trains includes the speed limits for a train, where the key is the type of speed limit and the value is the speed limit itself.
-
-%%% Local Variables:
-%%% TeX-master: "a4manual"
-%%% End: \ No newline at end of file