diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Master/Masterarbeit/thesis/tex/glossary.tex | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Master/Masterarbeit/thesis/tex/glossary.tex')
| -rw-r--r-- | Master/Masterarbeit/thesis/tex/glossary.tex | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/Masterarbeit/thesis/tex/glossary.tex b/Master/Masterarbeit/thesis/tex/glossary.tex new file mode 100644 index 0000000..efeb786 --- /dev/null +++ b/Master/Masterarbeit/thesis/tex/glossary.tex @@ -0,0 +1,54 @@ + +\nomenclature{API}{Application Programming Interface} +\nomenclature{CAN}{Controller Area Network} +\nomenclature{GUI}{Graphical User Interface} +\nomenclature{CPU}{Central Processing Unit} +\nomenclature{PC}{Personal Computer} +\nomenclature{MFC}{Microsoft Foundation Classes} +%\nomenclature{CSMA/CD}{Carrier Sense Multiple Access/Collision Detection} +\nomenclature{CSMA/CR}{Carrier Sense Multiple Access/Collision Resolution} +%\nomenclature{CSMA/CA}{Carrier Sense Multiple Access/Collision Avoidance} +\nomenclature{RAII}{Resource Acquisition Is Initialization} +\nomenclature{ELF}{Executable and Linkable Format} +\nomenclature{LIN}{Local Interconnect Network} +\nomenclature{MOST}{Media Oriented Systems Transport} +\nomenclature{IDE}{Integrated Development Environment} +\nomenclature{PC}{Personal Computer} +\nomenclature{ISR}{Interrupt Service Routine} +\nomenclature{SO}{Shared Object} +\nomenclature{DLL}{Dynamic Link Library} +\nomenclature{STL}{Standard Template Library} +\nomenclature{DLC}{Data Length Code} +\nomenclature{POSIX}{Portable Operating System Interface} +\nomenclature{FPGA}{Field Programmable Gate Array} +\nomenclature{XML}{Extensible Markup Language} +\nomenclature{SOAP}{Simple Object Access Protocol} +\nomenclature{DTO}{Data Transfer Object} +\nomenclature{RPC}{Remote Procidure Call} +\nomenclature{HTTP}{Hypertext Transfer Protocol} +\nomenclature{FTP}{File Transfer Protocol} +\nomenclature{DMA}{Direct Memory Access} +\nomenclature{WCRT}{Worst Case Response Time} +\nomenclature{WCET}{Worst Case Execution Time} +\nomenclature{RTAI}{Real Time Application Interface} +\nomenclature{PIC}{Position Independent Code} +\nomenclature{RISC}{Reduced Instruction Set Computer} +\nomenclature{RTA}{Response Time Analysis} +\nomenclature{CRC}{Cyclic Redundancy Check} +\nomenclature{ACK}{Acknowledge} +\nomenclature{SOF}{Start Of Frame} +\nomenclature{ID}{Identifier} +\nomenclature{RTR}{Remote Transmission Request} +\nomenclature{IFS}{Intermission Frame Space} +\nomenclature{ECU}{Electronic Control Unit} +\nomenclature{MSB}{Most Significant Bit} +\nomenclature{LSB}{Least Significant Bit} +\nomenclature{VBA}{Visual Basic for Applications} +\nomenclature{RAM}{Random Access Memory} +\nomenclature{PIP}{Priority Inversion Protocol} +\nomenclature{TCP}{Transmission Control Protocol} +\nomenclature{IP}{Internet Protocol} +\nomenclature{LED}{Light--Emitting Diode} +\nomenclature{RX}{Receive} +\nomenclature{TX}{Transmit} +\nomenclature{RT}{Real-Time}
\ No newline at end of file |
