QuantumLeaps / qpcpp

QP/C++ Real-Time Event Framework/RTOS implements event-driven Active Object (Actor) model combined with Hierarchical State Machines. Specifically designed for embedded systems (e.g., ARM Cortex-M MCUs).

Home Page:https://www.state-machine.com/products/qp

Repository from Github https://github.comQuantumLeaps/qpcppRepository from Github https://github.comQuantumLeaps/qpcpp

No Windows QActive::stop() implementation causes compiliation failure

DanielLyubin opened this issue · comments

I develop both on embedded target and windows, and have same app-level code for both. I have code that must utilize the stop mechanism. It works on target since the port file has implementation, but doesn't compile on windows.

commented

The QActive::stop() implementation will be added to all workstation QP/C/C++ ports (Win32 and POSIX) in the next official release.
--MMS