3 #include "../TlmCmd/packet_handler.h"
4 #include "../TlmCmd/common_cmd_packet_util.h"
AppInfo AI_create_app_info(const char *name, void(*initializer)(void), void(*entry_point)(void))
AppInfo を作る
void CDIS_clear_command_list(CommandDispatcher *cdis)
CDIS に登録されているコマンドキューからコマンドを削除
CommandDispatcher CDIS_init(PacketList *pl)
CDIS の初期化と取得
void CDIS_dispatch_command(CommandDispatcher *cdis)
CDIS に登録されているコマンドキューからコマンドを実行
void CDIS_clear_error_status(CommandDispatcher *cdis)
CDIS に登録されているコマンドキューのコマンド実行エラー情報を削除
CCP_CmdRet CCP_make_cmd_ret_without_err_code(CCP_EXEC_STS exec_sts)
コマンド返り値である CCP_CmdRet を作成(エラーコード不使用版)
PacketList PH_rt_cmd_list
AppInfo RTCD_create_app(void)
static void RTCD_init_(void)
static void RTCD_dispatch_(void)
CCP_CmdRet Cmd_RTCD_CLEAR_ERR_LOG(const CommonCmdPacket *packet)
CCP_CmdRet Cmd_RTCD_CLEAR_ALL_REALTIME(const CommonCmdPacket *packet)
const CommandDispatcher *const realtime_command_dispatcher
static CommandDispatcher realtime_command_dispatcher_
CommandDispatcher の Info 構造体