QP/C++ 6.9.3
Example Applications

To demonstrate QP/C++ features, you need to create an application that does "something interesting". Instead of inventing this "something interesting" for each and every example, most of the example projects implement one of the three example applications, which are described on the separate pages:

Additionally, the QP/C++ distribution contains several application examples described in the PSiCC2 book.

  • Calculator example from Chapter 2 of PSiCC2
  • Orthogonal Component design pattern
  • Orthogonal Component with QM model design pattern
  • Deferred Event design pattern
  • Transition-to-History (with QP::QHsm class)
  • Transition-to-History (with QP::QMsm class)
  • QMsmTst Test State Machine based on QP::QMsm with QM model
  • QHsmTst Test State Machine based on QP::QHsm with QM model
  • Reminder design pattern from Chapter 5 of PSiCC2
  • Reminder design pattern different version

Next: Simple Blinky Application