X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=appendix-protocol.tex;h=39365888d144f3b99654762a4f76da7a99a949d5;hb=76254fbf2941fa0b5a02ab3a98104cad56959218;hp=4330283eebf4a3b8bb4ff40a9ff8158c381b4398;hpb=6ee111e09a76e74ba5d55492df62702a364216fd;p=msc-thesis1617.git diff --git a/appendix-protocol.tex b/appendix-protocol.tex index 4330283..3936588 100644 --- a/appendix-protocol.tex +++ b/appendix-protocol.tex @@ -1,6 +1,6 @@ \section{General message format} Messages are delimited by newlines to make processing by line based devices -more easy. Message exchanges have a \emph{Request} and \emph{Response} header. +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 \emph{Response} header means that the client is sending to the server. In some cases either the \emph{Request} or \emph{Response} is empty. This means that @@ -20,7 +20,7 @@ the message is not acknowledged or responded upon. byte & value\\ \midrule 1 & \texttt{'t'}\\ - 2,3 & interval\\ + 2,3 & interval or interrupt\\ 4,5 & length (\texttt{n})\\ 6 to n+6 & bytecode\\ \midrule\midrule @@ -28,10 +28,10 @@ the message is not acknowledged or responded upon. byte & value\\ \midrule 1 & \texttt{'t'}\\ - 2,3 & task id\\ + 2,3 & \gls{Task} id\\ \bottomrule \end{tabular} - \caption{Send a task} + \caption{Send a \gls{Task}} \end{subfigure} \quad% \begin{subfigure}[t]{.48\textwidth} @@ -41,18 +41,18 @@ the message is not acknowledged or responded upon. byte & meaning\\ \midrule 1 & \texttt{'d'}\\ - 2,3 & task id\\ + 2,3 & \gls{Task} id\\ \midrule\midrule \multicolumn{2}{c}{Response}\\ byte & value\\ \midrule 1 & \texttt{'d'}\\ - 2,3 & task id\\ + 2,3 & \gls{Task} id\\ \bottomrule \end{tabular} - \caption{Delete a task} + \caption{Delete a \gls{Task}} \end{subfigure} - \caption{Message protocol for exchanging tasks} + \caption{Message protocol for exchanging \glspl{Task}} \end{table} \section{SDSs}