summaryrefslogtreecommitdiffhomepage
path: root/digital/ai/src/fsm/angfsm_renaming.h
diff options
context:
space:
mode:
authorJerome Jutteau2013-02-27 21:54:29 +0100
committerJerome Jutteau2013-02-27 22:16:07 +0100
commit0fe95079677149ca0791aa5edd7dc99c7276748b (patch)
tree0f1a0bcd9a557d5d5e006777fb33ce451196473c /digital/ai/src/fsm/angfsm_renaming.h
parentce8581af2514e8d60c0ce14f4a2c39944b6ab988 (diff)
digital/ai/src/fsm: update angfsm
Diffstat (limited to 'digital/ai/src/fsm/angfsm_renaming.h')
-rw-r--r--digital/ai/src/fsm/angfsm_renaming.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/digital/ai/src/fsm/angfsm_renaming.h b/digital/ai/src/fsm/angfsm_renaming.h
new file mode 100644
index 00000000..393fad42
--- /dev/null
+++ b/digital/ai/src/fsm/angfsm_renaming.h
@@ -0,0 +1,45 @@
+/*
+ AngFSM - Almost Non Generated Finite State Machine
+ Copyright 2011, 2012 Jerome Jutteau
+
+ This file is part of AngFSM.
+
+ AngFSM is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ AngFSM 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 Lesser General Public License
+ along with AngFSM. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef _ANGFSM_RENAME_
+#define _ANGFSM_RENAME_
+
+#define FSM_INIT ANGFSM_INIT
+#define FSM_OPTIONS ANGFSM_OPTIONS
+#define FSM_GENERATE ANGFSM_GENERATE
+#define FSM_IMPORT ANGFSM_IMPORT
+#define FSM_HANDLE ANGFSM_HANDLE
+#define FSM_CAN_HANDLE ANGFSM_CAN_HANDLE
+#define FSM_RESET ANGFSM_RESET
+#define FSM_GEN_DOTANGFSM_GEN_DOT
+#define FSM_STATES ANGFSM_STATES
+#define FSM_EVENTS ANGFSM_EVENTS
+#define FSM_START_WITH ANGFSM_START_WITH
+#define FSM_TRANS ANGFSM_TRANS
+#define FSM_NEXT ANGFSM_NEXT
+#define FSM_EVENT ANGFSM_EVENT
+#define FSM_HANDLE_VAR ANGFSM_HANDLE_VAR
+#define FSM_CAN_HANDLE_VAR ANGFSM_CAN_HANDLE_VAR
+#define FSM_TRANS_TIMEOUT ANGFSM_TRANS_TIMEOUT
+#define FSM_NEXT_TIMEOUT ANGFSM_NEXT_TIMEOUT
+#define FSM_HANDLE_TIMEOUT ANGFSM_HANDLE_TIMEOUT
+
+
+#endif /* #ifdef _ANGFSM_RENAME_ */