* The entry is called once, a state is entered. * * @param[in] sm Responsible state machine */
| 79 | * @param[in] sm Responsible state machine |
| 80 | */ |
| 81 | void entry(StateMachine& sm) |
| 82 | { |
| 83 | ++m_callCntEntry; |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * The process routine is called cyclic, as long as the state is active. |
nothing calls this directly
no outgoing calls
no test coverage detected