C2A_Core
|
GS Driver のインスタンス化 [詳解]
#include <stdint.h>
#include "../../Drivers/Com/gs.h"
#include "../../TlmCmd/Ccsds/tcp_to_m_pdu.h"
#include "../../TlmCmd/Ccsds/vcdu.h"
#include <src_core/System/ApplicationManager/app_info.h>
データ構造 | |
struct | DI_GS_TlmPacketHandler |
テレメの送信 [詳解] | |
関数 | |
AppInfo | DI_GS_cmd_packet_handler_app (void) |
AppInfo | DI_GS_rt_tlm_packet_handler_app (void) |
AppInfo | DI_GS_rp_tlm_packet_handler_app (void) |
CCP_CmdRet | Cmd_DI_GS_DRIVER_RESET (const CommonCmdPacket *packet) |
CCP_CmdRet | Cmd_DI_GS_SET_RT_FLUSH_INTERVAL (const CommonCmdPacket *packet) |
CCP_CmdRet | Cmd_DI_GS_SET_RP_FLUSH_INTERVAL (const CommonCmdPacket *packet) |
CCP_CmdRet | Cmd_DI_GS_SET_FARM_PW (const CommonCmdPacket *packet) |
CCP_CmdRet | Cmd_DI_GS_SET_INFO (const CommonCmdPacket *packet) |
CCP_CmdRet | Cmd_DI_GS_CCSDS_GET_BUFFER (const CommonCmdPacket *packet) |
CCP_CmdRet | Cmd_DI_GS_CCSDS_SET_RATE (const CommonCmdPacket *packet) |
CCP_CmdRet | Cmd_DI_GS_UART_TLM_ON (const CommonCmdPacket *packet) |
CCP_CmdRet | Cmd_DI_GS_UART_TLM_OFF (const CommonCmdPacket *packet) |
変数 | |
const GS_Driver *const | gs_driver |
const DI_GS_TlmPacketHandler *const | DI_GS_rt_tlm_packet_handler |
const DI_GS_TlmPacketHandler *const | DI_GS_rp_tlm_packet_handler |
GS Driver のインスタンス化
di_gs.h に定義があります。
CCP_CmdRet Cmd_DI_GS_CCSDS_GET_BUFFER | ( | const CommonCmdPacket * | packet | ) |
CCP_CmdRet Cmd_DI_GS_CCSDS_SET_RATE | ( | const CommonCmdPacket * | packet | ) |
CCP_CmdRet Cmd_DI_GS_DRIVER_RESET | ( | const CommonCmdPacket * | packet | ) |
CCP_CmdRet Cmd_DI_GS_SET_FARM_PW | ( | const CommonCmdPacket * | packet | ) |
CCP_CmdRet Cmd_DI_GS_SET_INFO | ( | const CommonCmdPacket * | packet | ) |
CCP_CmdRet Cmd_DI_GS_SET_RP_FLUSH_INTERVAL | ( | const CommonCmdPacket * | packet | ) |
CCP_CmdRet Cmd_DI_GS_SET_RT_FLUSH_INTERVAL | ( | const CommonCmdPacket * | packet | ) |
CCP_CmdRet Cmd_DI_GS_UART_TLM_OFF | ( | const CommonCmdPacket * | packet | ) |
CCP_CmdRet Cmd_DI_GS_UART_TLM_ON | ( | const CommonCmdPacket * | packet | ) |
|
extern |
|
extern |