![]() |
uFSM
1.0
IoT u-Micro Finite State Machine library
|
Go to the source code of this file.
Classes | |
class | uEventHandler |
Macros | |
#define | INTERNAL_ERROR 0 |
Internal error event. More... | |
Typedefs | |
typedef bool(uEventHandler::* | TransitionFunc) (void *) |
This file is part of IoT u-Micro Finite State Machine library
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program 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.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file uEventHandler.hpp.
#define INTERNAL_ERROR 0 |
Internal error event.
Definition at line 24 of file uEventHandler.hpp.
typedef bool(uEventHandler::* TransitionFunc) (void *) |
Definition at line 28 of file uEventHandler.hpp.