* The exit is called once, a state will be left. * * @param[in] sm Responsible state machine */
| 103 | * @param[in] sm Responsible state machine |
| 104 | */ |
| 105 | void exit(StateMachine& sm) |
| 106 | { |
| 107 | ++m_callCntExit; |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * Set next state. |
nothing calls this directly
no outgoing calls
no test coverage detected