X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=glossaries.tex;h=748a3c617284ef52a94c418481d0a80f125759d0;hb=4d476675431f33d692386c4dfc3dff02a2cc031d;hp=a13ed345c15ea2cc10688de027c2a441ab3baef4;hpb=4b4b7c7e548f53b70a2f1826c4404dc945a90b40;p=msc-thesis1617.git diff --git a/glossaries.tex b/glossaries.tex index a13ed34..748a3c6 100644 --- a/glossaries.tex +++ b/glossaries.tex @@ -30,3 +30,30 @@ \newglossaryentry{Javascript}{name={\emph{Javascript}}, description={is an imperative programming language designed to run in web browsers}} +\newglossaryentry{LED}{name={LED}, + description={Lighting Emitting Diode}} +\newcommand{\newglossacr}[2]{\newglossaryentry{#1}{ + name={#1}, + first={#2 (#1)},% + firstplural={#2\glspluralsuffix{} (#1\glspluralsuffix)}, + description={#2}}} +\newglossacr{ADT} {Algebraic Datatype} +\newglossacr{ARM} {Acorn \glsentryname{RISC} Machine} +\newglossacr{AST} {Abstract Syntax Tree} +\newglossacr{EDSL} {Embedded Domain Specific Language} +\newglossacr{GADT} {Generalized Algebraic Data type} +\newglossacr{GLONASS}{Global Navigation Satellite System} +\newglossacr{GNSS} {Global Navigation Satellite System} +\newglossacr{GPIO} {General-Purpose Input/Output} +\newglossacr{GPS} {Global Positioning System} +\newglossacr{IDE} {Integrated Development Environment} +\newglossacr{IoT} {Internet of Things} +\newglossacr{JSON} {JavaScript Object Notation} +\newglossacr{LCD} {Liquid Crystal Display} +\newglossacr{LTN} {Low Throughput Network} +\newglossacr{RFID} {Radio-Frequency Identification} +\newglossacr{RISC} {Reduced Instruction Set Computer} +\newglossacr{RWST} {Reader Writer State Transformer Monad} +\newglossacr{SDS} {Shared Data Source} +\newglossacr{TCP} {Transmission Control Protocol} +\newglossacr{TOP} {Task Oriented Programming}