X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=arch.itasks.tex;h=5ef0e6d36cfc62343c66fef8e9abd22d5e1d5a00;hb=d87a4fd64d0bb48c3b42f46f7ea8806627b65c4d;hp=040b287c3edffead89640cf271da379a4a2e70ff;hpb=d098cf66624230390d762e9995e8fd61b0d3c71d;p=msc-thesis1617.git diff --git a/arch.itasks.tex b/arch.itasks.tex index 040b287..5ef0e6d 100644 --- a/arch.itasks.tex +++ b/arch.itasks.tex @@ -11,7 +11,7 @@ type which is in turn stored in a \gls{SDS}. This includes management for the \glspl{SDS} and \glspl{Task} stored on the device. The \CI{MTaskDevice} definition is shown in Listing~\ref{lst:mtaskdevice} accompanied with the necessary classes and sub types. Devices added to the system must be reachable -asynchronously. This implicates that the programmer only needs to keep hold of +asynchronously. This implies that the programmer only needs to keep hold of the reference to the device and not the actual device record. \begin{lstlisting}[caption={Device type},label={lst:mtaskdevice}]