* @brief 启动 FSM(在 TCB 完全构造后调用) */
| 157 | * @brief 启动 FSM(在 TCB 完全构造后调用) |
| 158 | */ |
| 159 | auto Start() -> void { |
| 160 | fsm_.start(); |
| 161 | cached_state_.store(fsm_.get_state_id(), std::memory_order_release); |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * @brief 向 FSM 发送消息 |
no outgoing calls
no test coverage detected