From 66b5561765096076eb8537edd3fc48a9b4137cb6 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 13 Jul 2017 13:46:34 +0200 Subject: thesis/thesis.tex: Removing pdfcomment about non-negative integer checked (all source message callbacks are now overflow safe). --- thesis/thesis.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 28b15da..2b8d6b9 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -1837,9 +1837,7 @@ ssr-aap -N “server” -C “127.0.0.1:50002” internally to cast the value of the message data type (\textit{unsigned int}) to the one expected by the \gls{ssr}'s Controller implementation (\textit{signed int}) and the outcome of said operation is - implementation dependant (depending on the \gls{os} in - use)\pdfcomment[color=red,icon=Note]{Fix this for all unsigned - integers!}.\\ + implementation dependant (depending on the \gls{os} in use).\\ The second example, if not checked for empty string, would lead to the \gls{osc} interface trying to create a possibly defective address and send poll messages out to it.\\ -- cgit v1.2.3