46 lines
1.3 KiB
C++
Raw Normal View History

2019-12-31 15:56:23 -05:00
//.$file${.::qmsmtst.hpp} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
2017-11-12 21:35:04 -05:00
//
2013-12-30 17:41:15 -05:00
// Model: qmsmtst.qm
2019-10-27 12:26:31 -04:00
// File: ${.::qmsmtst.hpp}
2013-12-30 17:41:15 -05:00
//
// This code has been generated by QM 5.1.3 <www.state-machine.com/qm/>.
2013-12-30 17:41:15 -05:00
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
//
2017-05-27 10:39:57 -04:00
// This code is covered by the following QP license:
2019-03-28 11:59:31 -04:00
// License # : QPCPP-EVAL
// Issued to : Institution or an individual evaluating the QP/C++ framework
2016-12-01 10:31:49 -05:00
// Framework(s): qpcpp
// Support ends: 2022-12-31
2016-12-01 10:31:49 -05:00
// Product(s) :
// This license is available only for evaluation purposes and
// the generated code is still licensed under the terms of GPL.
2020-12-14 11:33:55 -05:00
// Please submit request for extension of the evaluation period at:
2020-10-01 12:50:17 -04:00
// <www.state-machine.com/licensing/#RequestForm>
2017-11-12 21:35:04 -05:00
//
2019-12-31 15:56:23 -05:00
//.$endhead${.::qmsmtst.hpp} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2019-10-27 12:26:31 -04:00
#ifndef QMSMTST_HPP
#define QMSMTST_HPP
2013-12-30 17:41:15 -05:00
enum QMsmTstSignals {
A_SIG = QP::Q_USER_SIG,
B_SIG,
C_SIG,
D_SIG,
E_SIG,
F_SIG,
G_SIG,
H_SIG,
I_SIG,
TERMINATE_SIG,
IGNORE_SIG,
MAX_SIG
};
extern QP::QHsm * const the_sm; // opaque pointer to the test state machine
2013-12-30 17:41:15 -05:00
// BSP functions to dispaly a message and exit
void BSP_display(char const *msg);
2013-12-30 17:41:15 -05:00
void BSP_terminate(int16_t const result);
2019-10-27 12:26:31 -04:00
#endif // QMSMTST_HPP