... | ... | @@ -340,8 +340,8 @@ int main() |
|
|
|
|
|
if (fsm.start())
|
|
|
{
|
|
|
// trigger post ov delayed event (timer)
|
|
|
// when the timer elapsed EV_2 is posted
|
|
|
// 1. trigger post of delayed event (timer)
|
|
|
// 2. when the timer elapsed EV_2 is posted
|
|
|
// and the FSM moves to state S2
|
|
|
broker->post(Event{EV_1}, TOPIC_1);
|
|
|
|
... | ... | |