66 lines
2.0 KiB
C++
Raw Normal View History

2022-08-11 15:36:19 -04:00
//$file${.::qmsmtst.hpp} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
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.3.0 <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.
//
2022-08-11 15:36:19 -04:00
// SPDX-License-Identifier: GPL-3.0-or-later
//
2022-11-17 14:13:33 -05:00
// This generated code is open source software: you can redistribute it under
2022-08-11 15:36:19 -04:00
// the terms of the GNU General Public License as published by the Free
// Software Foundation.
//
// This code is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// NOTE:
// Alternatively, this generated code may be distributed under the terms
// of Quantum Leaps commercial licenses, which expressly supersede the GNU
// General Public License and are specifically designed for licensees
// interested in retaining the proprietary status of their code.
//
// Contact information:
// <www.state-machine.com/licensing>
// <info@state-machine.com>
//
//$endhead${.::qmsmtst.hpp} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#ifndef QMSMTST_HPP_
#define QMSMTST_HPP_
2013-12-30 17:41:15 -05:00
//$declare${Shared} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
namespace APP {
//${Shared::QMsmTstSignals} ..................................................
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
};
//${Shared::the_sm} ..........................................................
extern QP::QAsm * const the_sm;
//${Shared::BSP_display} .....................................................
void BSP_display(char const * msg);
2013-12-30 17:41:15 -05:00
//${Shared::BSP_terminate} ...................................................
void BSP_terminate(std::int16_t const result);
2013-12-30 17:41:15 -05:00
} // namespace APP
//$enddecl${Shared} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-11-17 14:13:33 -05:00
#endif // QMSMTST_HPP_