This commit is contained in:
QL 2019-02-15 18:12:00 -05:00
parent d22e7fcc4e
commit 86ca0825bc
5 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<model version="4.1.0" links="0">
<model version="4.3.1" links="0">
<documentation>Dining Philosopher Problem example with MSM state machines.</documentation>
<framework name="qpcpp" license="../../../QPCPP-EVAL-171231.qlc"/>
<framework name="qpcpp" license="../../../QPCPP-EVAL.qlc"/>
<package name="Events" stereotype="0x01" namespace="DPP::">
<class name="TableEvt" superclass="qpcpp::QEvt">
<attribute name="philoNum" type="uint8_t" visibility="0x00" properties="0x00"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<model version="4.3.0" links="0">
<model version="4.3.1" links="0">
<documentation>QMsmTst is a test for the QMsm state machine based on Chapter 2 of the PSiCC2 book.</documentation>
<framework name="qpcpp" license="../../../QPCPP-EVAL-181231.qlc"/>
<framework name="qpcpp" license="../../../../QPCPP-EVAL.qlc"/>
<package name="SMs" stereotype="0x02">
<class name="QMsmTst" superclass="qpcpp::QMsm">
<documentation>Test active object</documentation>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<model version="4.3.1" links="0">
<documentation>Calc is the model of the Calculator described in Chapter 4 of PSiCC2. This version uses submachines and submachine states.</documentation>
<framework name="qpcpp" license="../../../QPCPP-EVAL-181231.qlc"/>
<framework name="qpcpp" license="../../../QPCPP-EVAL.qlc"/>
<package name="Events" stereotype="0x01">
<class name="CalcEvt" superclass="qpcpp::QEvt">
<attribute name="key_code" type="uint8_t" visibility="0x00" properties="0x00"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<model version="4.3.1" links="0">
<documentation>QMsmTst is a contrived state machine from Chapter 2 of the PSiCC2 book for testing the QMsm class implementation.</documentation>
<framework name="qpcpp" license="../../../QPCPP-EVAL-181231.qlc"/>
<framework name="qpcpp" license="../../../QPCPP-EVAL.qlc"/>
<package name="SMs" stereotype="0x02">
<class name="ToastOven" superclass="qpcpp::QMsm">
<documentation>Oven state machine</documentation>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<model version="4.3.1" links="0">
<documentation>QMsmTst is a test for the QMsm state machine based on Chapter 2 of the PSiCC2 book.</documentation>
<framework name="qpcpp" license="../../../QPCPP-EVAL-181231.qlc"/>
<framework name="qpcpp" license="../../../QPCPP-EVAL.qlc"/>
<package name="SMs" stereotype="0x02">
<class name="QMsmTst" superclass="qpcpp::QMsm">
<documentation>Test active object</documentation>