8 #include "../System/EventManager/event_handler.h"
9 #include "../TlmCmd/common_cmd_packet_util.h"
AppInfo AI_create_app_info(const char *name, void(*initializer)(void), void(*entry_point)(void))
AppInfo を作る
CCP_CmdRet CCP_make_cmd_ret_without_err_code(CCP_EXEC_STS exec_sts)
コマンド返り値である CCP_CmdRet を作成(エラーコード不使用版)
void EH_execute(void)
event_handler の実行
CCP_CmdRet Cmd_EVENT_UTIL_EXEC_EH(const CommonCmdPacket *packet)
static void EVENT_UTIL_update_(void)
static EventUtility event_utility_
static void EVENT_UTIL_init_(void)
AppInfo EVENT_UTIL_create_app(void)
CCP_CmdRet Cmd_EVENT_UTIL_DISABLE_EH_EXEC(const CommonCmdPacket *packet)
CCP_CmdRet Cmd_EVENT_UTIL_ENABLE_EH_EXEC(const CommonCmdPacket *packet)
const EventUtility *const event_utility
EventUtility の AppInfo 構造体
uint8_t is_enabled_eh_execution
EH の実行が有効か?