Video guidance on selecting a RTOS kernel to pair with the QP framework.
Tag: active objects
Enhancing QP Development with Assert Feedback
QP/C and QP/C++ Q_ASSERT Meta Information Introducing the qassert-meta repository. This repository provides a C module with means to lookup a meta description of internal QP Q_ASSERT ids. These are the QP internal asserts encountered when developing an application for…
What is an Active Object?
What is an active object? This post describes the key elements of this critical design pattern and provides concrete examples.
Unit Testing of Active Objects and State Machines
How do we unit test an active object or state machine? This post explores techniques for successful unit testing of modules driven by state machines.