MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / on_event_unknown

Method on_event_unknown

src/task/include/task_fsm.hpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 return TaskStatusId::kReady;
41 }
42 auto on_event_unknown(const etl::imessage& msg) -> etl::fsm_state_id_t {
43 klog::Warn("TaskFsm: UnInit received unexpected message id={}",
44 static_cast<int>(msg.get_message_id()));
45 return STATE_ID;
46 }
47};
48
49/**

Callers

nothing calls this directly

Calls 1

WarnFunction · 0.85

Tested by

no test coverage detected