Transitions to history cause compilation errors in QP/C++
Real-Time Event Frameworks based on active objects & state machines
Brought to you by:
quantum-leaps
In QP/C++ 7.3.1, the operations state() and childState() needed to record the state-history are not inherited correctly in the QActive and QMActive classes. Consequently, these operations cause compilation errors when transitions to history (deep or shallow history) are used in active objects (subclasses of QActive or QMActive).
Anonymous