Opened 13 years ago
Last modified 9 years ago
#4062 assigned Tasks
Write a FAQ item on why state constructors do not have access to event data
Reported by: | Andreas Huber | Owned by: | Andreas Huber |
---|---|---|---|
Milestone: | Boost 1.46.0 | Component: | statechart |
Version: | Boost 1.42.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
The following techniques should be mentioned:
- transition actions & store data in an outer state
- repost in transition action & react in an in-state reaction
- triggering_event
Change History (4)
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:2 by , 12 years ago
Milestone: | Boost 1.43.0 → Boost-1.46.0 |
---|---|
Severity: | Cosmetic → Not Applicable |
comment:3 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
Hello Andreas, is there any progress on this issue yet? I'd like to read about these techniques.