update presentation, the body is there
[msc-thesis1617.git] / appendix-protocol.tex
index 20e7fa3..489679c 100644 (file)
@@ -1,4 +1,4 @@
-\section{General message format}
+\section{General Message Format}
 Messages are delimited by newlines to make processing by line based devices
 easier. Message exchanges have a \emph{Request} and \emph{Response} header.
 The \emph{Request} header means that the server is sending to the client. The
@@ -79,10 +79,10 @@ interpreted as \gls{MSB} first integers.
        \caption{Message protocol for exchanging \glspl{Task}}
 \end{table}
 
-\section{SDSs}
+\section{\glspl{SDS}}
 \begin{table}[H]
        \centering
-       \begin{subfigure}[b]{.2\textwidth}
+       \begin{subfigure}[b]{.23\textwidth}
                \centering
                \begin{tabular}{ll}
                        \toprule
@@ -100,10 +100,10 @@ interpreted as \gls{MSB} first integers.
                        2,3 & id\\
                        \bottomrule
                \end{tabular}
-               \caption{Send an SDS specification}
+               \caption{Send an \gls{SDS} specification}
        \end{subfigure}
        \quad%
-       \begin{subfigure}[b]{.2\textwidth}
+       \begin{subfigure}[b]{.23\textwidth}
                \centering
                \begin{tabular}{ll}
                        \toprule
@@ -120,10 +120,10 @@ interpreted as \gls{MSB} first integers.
                        2,3 & SDS id\\
                        \bottomrule
                \end{tabular}
-               \caption{Delete an SDS\\~}
+               \caption{Delete an \gls{SDS}\\~}
        \end{subfigure}
        \quad%
-       \begin{subfigure}[b]{.2\textwidth}
+       \begin{subfigure}[b]{.23\textwidth}
                \centering
                \begin{tabular}{ll}
                        \toprule
@@ -137,10 +137,10 @@ interpreted as \gls{MSB} first integers.
                        \multicolumn{2}{c}{Response}\\
                        \bottomrule
                \end{tabular}
-               \caption{SDS update\\~}
+               \caption{\gls{SDS} update\\~}
        \end{subfigure}
        \quad%
-       \begin{subfigure}[b]{.2\textwidth}
+       \begin{subfigure}[b]{.23\textwidth}
                \centering
                \begin{tabular}{ll}
                        \toprule
@@ -154,7 +154,7 @@ interpreted as \gls{MSB} first integers.
                        4,5 & value\\
                        \bottomrule
                \end{tabular}
-               \caption{SDS publish\\~}
+               \caption{\gls{SDS} publish\\~}
        \end{subfigure}
-       \caption{Message protocol for exchanging SDSs}
+       \caption{Message protocol for exchanging \glspl{SDS}}
 \end{table}