X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=results.arch.tex;h=cbd07880102c9f08883b952e525feb39a80148be;hb=36f73f706a2a868597bf92be7a3a3fd1a23444c3;hp=d5deda23734d36ff1aeb1e4e3d2e6a1eee63a185;hpb=6863f12d2bffba5c1f4c6c7756a5ee641816ce11;p=msc-thesis1617.git diff --git a/results.arch.tex b/results.arch.tex index d5deda2..cbd0788 100644 --- a/results.arch.tex +++ b/results.arch.tex @@ -72,7 +72,7 @@ the server will send a request for specification. The client will serialize his specification and send it to the server so that the server knows what the client is capable of. The exact specification is shown in Listing~\ref{lst:devicespec} and stores the peripheral availability, the memory -available for storing \glspl{Task} and \glspl{SDS}. +available for storing \glspl{Task} and \glspl{SDS} and the size of the stack. \begin{lstlisting}[label={lst:devicespec}, caption={Device specification for \glspl{mTask}}] @@ -80,9 +80,10 @@ available for storing \glspl{Task} and \glspl{SDS}. { haveLed :: Bool , haveAio :: Bool , haveDio :: Bool + , bytesMemory :: Int + , stackSize :: Int , aPins :: Int , dPins :: Int - , bytesMemory :: Int } \end{lstlisting}