Dining Philosophers Problem (DPP) example for the QP active object framework. Demonstrates: event-driven programming, hierarchical state machines in C++, modeling and graphical state machine design, code generation, preemptive multitasking, software tracing, power saving mode, direct event posting, publish-subscribe. More information available in the [[/users/QL/notebook|Quantum Leaps Notebook pages]]. See also [[http://www.state-machine.com|state-machine.com]].

Dependencies:   mbed qp

Auto generated API documentation and code listings for qp_dpp

Code

bsp.cpp [code]
bsp.h [code]
dpp.h [code]
main.cpp [code]
philo.cpp [code]
qp_config.h [code]
table.cpp [code]