mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-14 05:42:57 +08:00
6.4.0
This commit is contained in:
parent
d22e7fcc4e
commit
86ca0825bc
@ -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"/>
|
||||
|
@ -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>
|
||||
|
@ -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"/>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user