10 #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 を作成(エラーコード不使用版)
static void NOP_nop_(void)
AppInfo NOP_create_app(void)
CCP_CmdRet Cmd_NOP(const CommonCmdPacket *packet)