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

Missing (direct) documentation of QEVT_DYN_CTOR #23

Open maxmitti opened 8 months ago

maxmitti commented 8 months ago

I discovered QEVT_DYN_CTOR by looking at the definition of Q_NEW in the qp.hpp header. It was really difficult for me to discover that it is explained in the documentation of Q_NEW. I think at least a reference to Q_NEW in the documentation of QEVT_DYN_CTOR would be helpful.

PS: The links to the html folder in the README.md don’t work when viewing on GitHub. I have seen that the folder is present in the release download. A hint about that would also be nice.

quantum-leaps commented 7 months ago

Good point. The documentation of dynamic event management will be improved and extended. --MMS