0955b4652a8976d8cf4ba35b538ef7c0bfefb635
[phd-thesis.git] / top / imp.tex
1 \documentclass[../thesis.tex]{subfiles}
2
3 \input{subfilepreamble}
4
5 \begin{document}
6 \input{subfileprefix}
7
8 \chapter{Implementation}%
9 \label{chp:implementation}
10 \begin{chapterabstract}
11 This chapter shows the implementation of the \gls{MTASK} system.
12 It is threefold: first it shows the implementation of the byte code compiler for \gls{MTASK}'s \gls{TOP} language, then is details of the implementation of \gls{MTASK}'s \gls{TOP} engine that executes the \gls{MTASK} tasks on the microcontroller, and finally it shows how the integration of \gls{MTASK} tasks and \glspl{SDS} is implemented both on the server and on the device.
13 \end{chapterabstract}
14 IFL19 paper, bytecode instructieset~\cref{chp:bytecode_instruction_set}
15
16 \section{Integration with \texorpdfstring{\gls{ITASK}}{iTask}}
17 IFL18 paper stukken
18
19 \input{subfilepostamble}
20 \end{document}