C2A_Core
nop.h
[詳解]
1
7
#ifndef NOP_H_
8
#define NOP_H_
9
10
#include "../System/ApplicationManager/app_info.h"
11
#include "../TlmCmd/common_cmd_packet.h"
12
13
AppInfo
NOP_create_app
(
void
);
14
15
CCP_CmdRet
Cmd_NOP
(
const
CommonCmdPacket
* packet);
16
17
#endif
NOP_create_app
AppInfo NOP_create_app(void)
Definition:
nop.c:14
Cmd_NOP
CCP_CmdRet Cmd_NOP(const CommonCmdPacket *packet)
Definition:
nop.c:23
AppInfo
Definition:
app_info.h:11
CCP_CmdRet
コマンド返り値
Definition:
common_cmd_packet.h:83
CmdSpacePacket
Space Packet (コマンド用)
Definition:
space_packet_typedef.h:54
src
src_core
Applications
nop.h
構築:
1.9.1