You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.1 KiB
C
66 lines
2.1 KiB
C
//$file${.::qhsmtst.h} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
|
|
//
|
|
// Model: qhsmtst.qm
|
|
// File: ${.::qhsmtst.h}
|
|
//
|
|
// This code has been generated by QM 5.3.0 <www.state-machine.com/qm>.
|
|
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
|
|
//
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
//
|
|
// This generated code is open source software: you can redistribute it under
|
|
// 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${.::qhsmtst.h} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
#ifndef QHSMTST_H_
|
|
#define QHSMTST_H_
|
|
|
|
//$declare${Shared} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
|
|
|
|
//${Shared::QHsmTstSignals} ..................................................
|
|
enum QHsmTstSignals {
|
|
A_SIG = 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 QAsm * const the_sm;
|
|
|
|
//${Shared::QHsmTst_ctor} ....................................................
|
|
void QHsmTst_ctor(void);
|
|
|
|
//${Shared::BSP_display} .....................................................
|
|
void BSP_display(char const * msg);
|
|
|
|
//${Shared::BSP_terminate} ...................................................
|
|
void BSP_terminate(int16_t const result);
|
|
//$enddecl${Shared} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
#endif // QHSMTST_H_
|