We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b514331 commit 535d54bCopy full SHA for 535d54b
1 file changed
README.md
@@ -25,7 +25,7 @@ Header-only C++ event, statemachine and active object framework
25
- Designed to call member functions of a C++ interface
26
- It is fairly simple to write statemachines "by hand" without a code generator
27
- Suitable for small systems: state declarations can be const and in RO section
28
-- Logging support (state entry/exit/handler events)
+- Logging support (state entry/exit/handler/state change events)
29
- States have names for logging (and an ostream operator<<)
30
- Statemachines have names for logging (and an ostream operator<<)
31
- A statemachine generator is available: <https://github.com/dziegel/cpp_statemachine_generator>
0 commit comments