From: Mart Lubbers Date: Mon, 19 Jun 2017 14:12:07 +0000 (+0200) Subject: chapter names X-Git-Tag: hand-in~72 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=7b3621da9386dae0908163a158210e3fcedccd92;p=msc-thesis1617.git chapter names --- diff --git a/glossaries.tex b/glossaries.tex index cc00596..76a9d84 100644 --- a/glossaries.tex +++ b/glossaries.tex @@ -15,7 +15,8 @@ \newglossaryentry{Task}{name=\emph{Task}, description={is the basic building block of a \acrshort{TOP} system}} \newglossaryentry{mTask}{name=\emph{mTask}, - description={is an abstraction for \glspl{Task} living on \acrshort{IoT} devices}} + description={is an abstraction for \glspl{Task} living on \acrshort{IoT} + devices. Moreover, it is the name of an \gls{EDSL}}} \newglossaryentry{C}{name=\textsc{C}, description={is low-level imperative programming language suitable for embedded devices}} diff --git a/thesis.tex b/thesis.tex index f52913c..045fc46 100644 --- a/thesis.tex +++ b/thesis.tex @@ -46,16 +46,16 @@ \chapter{Embedded Domain Specific Language}\label{chp:dsl} \input{methods.dsl} -\chapter{mTask}\label{chp:mtask} +\chapter{The mTask EDSL}\label{chp:mtask} \input{methods.mtask} -\chapter{Architecture}\label{chp:arch} +\chapter{System Architecture}\label{chp:arch} \input{results.arch} -\chapter{mTask continued}\label{chp:mtaskcont} +\chapter{Extending the mTask EDSL}\label{chp:mtaskcont} \input{results.mtask} -\chapter{iTasks}\label{chp:itasksint} +\chapter{Integration with iTasks}\label{chp:itasksint} \input{results.itasks} \chapter{Conclusion \& Discussion}\label{chp:conclusion}