Publications
Reactive Design Patterns Implementierung eines Circuit Breaker Patterns in C++
A circuit breaker is software design pattern which safely connects different parts of the system so that failures do not spread …
Audioverarbeitung in eingebetteten Systemen
Dieser Artikel ist an Einsteiger im Bereich der Audioverarbeitung über Software in eingebetteten System gerichtet und liefert eine …
STL Container und ihre Verwendung in ressourcenkritischen Systemen
Der vorliegende Artikel gibt einen Überblick über den Einsatz von STL-Containern in ressourcenkri- tischen Systemen. Die Container …
Parallele Programmierung in C++ mit OpenMP
In den letzten Jahren haben sich Mehrkernsystem am Markt erfolgreich etabliert. Im Server Segment gibt es einzelne Prozessoren, die bis …
Robot Control Paradigms for reactive systems implemented in modern C++ standards
Within this document will be the deliberative, reactive and hybrid robot control paradigms by reference to one or more representative …
Loose Coupling and Communication in Reactive Systems in C++14
This bachelor’s thesis explores the use of different communication and event distribution techniques to achieve loose coupling in …
Embedded reactive systems - the impact of modern C++ standards on selected design patterns
Within this document the impact of the use of C++11 and C++14 facilities on the in C++ implemented design patterns factory method …
Interface-based Programming in C++
In many object oriented literature runtime polymorphism is often the only way mentioned to realize interface-based programming. In …
Eine einfache, schnelle und speicherschonende Technologie zur Implementation des Zustands-Entwurfsmusters
State machines provide a powerful way to describe dynamic behavior of systems and components. Often the suggested Pattern of Gamma et …