C2A_Core
|
#include "utility_command.h"
#include "../System/ApplicationManager/app_info.h"
#include "../IfWrapper/uart.h"
#include <src_user/Settings/port_config.h>
#include <string.h>
#include "../TlmCmd/common_cmd_packet_util.h"
関数 | |
static void | UTIL_CMD_init_ (void) |
static void | UTIL_CMD_reset_ (void) |
static void | UTIL_CMD_add_ (unsigned char add_size, const unsigned char *cmd) |
static int | UTIL_CMD_send_ (unsigned char ch) |
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) |
変数 | |
static UtilityCommand | utility_command_ |
const UtilityCommand *const | utility_command = &utility_command_ |
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 | ) |
|
static |
AppInfo UTIL_CMD_create_app | ( | void | ) |
|
static |
|
static |
|
static |
const UtilityCommand* const utility_command = &utility_command_ |
utility_command.c の 11 行目に定義があります。
|
static |
utility_command.c の 10 行目に定義があります。