C2A_Core
|
#include "../TlmCmd/common_cmd_packet.h"
#include "../IfWrapper/uart.h"
#include "../System/ApplicationManager/app_info.h"
データ構造 | |
struct | UtilityCommand |
マクロ定義 | |
#define | UTIL_CMD_SIZE_MAX (256) |
関数 | |
AppInfo | UTIL_CMD_create_app (void) |
CCP_CmdRet | Cmd_UTIL_CMD_ADD (const CommonCmdPacket *packet) |
CCP_CmdRet | Cmd_UTIL_CMD_SEND (const CommonCmdPacket *packet) |
CCP_CmdRet | Cmd_UTIL_CMD_RESET (const CommonCmdPacket *packet) |
変数 | |
const UtilityCommand *const | utility_command |
#define UTIL_CMD_SIZE_MAX (256) |
utility_command.h の 10 行目に定義があります。
CCP_CmdRet Cmd_UTIL_CMD_ADD | ( | const CommonCmdPacket * | packet | ) |
CCP_CmdRet Cmd_UTIL_CMD_RESET | ( | const CommonCmdPacket * | packet | ) |
CCP_CmdRet Cmd_UTIL_CMD_SEND | ( | const CommonCmdPacket * | packet | ) |
AppInfo UTIL_CMD_create_app | ( | void | ) |
|
extern |
utility_command.c の 11 行目に定義があります。