X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=appendix-protocol.tex;h=39365888d144f3b99654762a4f76da7a99a949d5;hb=0810fd13a4d0701b7191ac4195ae933c4caa3e6d;hp=08cb71b37cccb2616d42d6b89800005aa3230096;hpb=5f23e1fc77da5ea47ca9e1f71f7c2e862e0e0df2;p=msc-thesis1617.git diff --git a/appendix-protocol.tex b/appendix-protocol.tex index 08cb71b..3936588 100644 --- a/appendix-protocol.tex +++ b/appendix-protocol.tex @@ -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}