QuantumLeaps / qpcpp

QP/C++ Real-Time Embedded Framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
https://www.state-machine.com/products/qp
386 stars 82 forks source link

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

Closed DanielLyubin closed 4 years ago

DanielLyubin commented 4 years ago

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.

quantum-leaps commented 4 years ago

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