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