You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been keeping small amounts of state in my state machine's state types (i.e. time it was activated). I'd like to be able to access this data in the logger to print it out.
So far I have been unable to figure out how to do this. I've tried log_state_change and log_event for an on_entry event but haven't figured it out.
It seems this results from the type signature and that the actual state objects could be available.
Expected Behavior
I've been keeping small amounts of state in my state machine's state types (i.e. time it was activated). I'd like to be able to access this data in the logger to print it out.
So far I have been unable to figure out how to do this. I've tried
log_state_change
andlog_event
for anon_entry
event but haven't figured it out.It seems this results from the type signature and that the actual state objects could be available.
sml/include/boost/sml.hpp
Lines 2491 to 2498 in 0387da0
Actual Behavior
No way to log
state
objects.The text was updated successfully, but these errors were encountered: