QTimeEvt_noActive() behaves incorrectly in QP/C/C++ 8.1.0
Real-Time Event Frameworks based on active objects & state machines
Brought to you by:
quantum-leaps
After a time-event gets armed, but before the next tick occurs, the function QTimeEvt_noActive() returns true, meaning that the timer is NOT armed. In previous versions (before 8.1.0), the function returned the correct status. The problem occurs both in QP/C and QP/C++ 8.1.0 and 8.1.1.
Anonymous