The processing done inside a state depends on whether another state is active or not. How can I determine if a specific state is Active or not in boost-msm?
I had sth like the following pseudo code in mind:
auto state = fsm.get_state<MyFsm_::State_x&>();
bool state_Status = state.isActive();