C2A_Core
|
PHのCoreTlmパラメタのオーバーライド用ヘッダー [詳解]
#include "../Applications/timeline_command_dispatcher_define.h"
#include "../Applications/data_recorder_define.h"
マクロ定義 | |
#define | TL_TLM_PAGE_SIZE (32) |
#define | TL_TLM_PAGE_MAX (8) |
#define | PH_GSC_LIST_MAX (8) |
#define | PH_RTC_LIST_MAX (32) |
#define | PH_TLC_GS_LIST_MAX (TL_TLM_PAGE_SIZE * TL_TLM_PAGE_MAX) |
#define | PH_TLC_BC_LIST_MAX (TL_TLM_PAGE_SIZE * 4) |
#define | PH_TLC_TLM_LIST_MAX (TL_TLM_PAGE_SIZE * 4) |
#define | PH_TLC_MIS_LIST_MAX (TL_TLM_PAGE_SIZE * 4) |
#define | PH_RT_TLM_LIST_MAX (16) |
#define | PH_ST_TLM_LIST_MAX (16) |
#define | PH_RP_TLM_LIST_MAX (16) |
PHのCoreTlmパラメタのオーバーライド用ヘッダー
packet_handler_params.h に定義があります。
#define PH_GSC_LIST_MAX (8) |
packet_handler_params.h の 29 行目に定義があります。
#define PH_RP_TLM_LIST_MAX (16) |
packet_handler_params.h の 42 行目に定義があります。
#define PH_RT_TLM_LIST_MAX (16) |
packet_handler_params.h の 39 行目に定義があります。
#define PH_RTC_LIST_MAX (32) |
packet_handler_params.h の 30 行目に定義があります。
#define PH_ST_TLM_LIST_MAX (16) |
packet_handler_params.h の 41 行目に定義があります。
#define PH_TLC_BC_LIST_MAX (TL_TLM_PAGE_SIZE * 4) |
packet_handler_params.h の 34 行目に定義があります。
#define PH_TLC_GS_LIST_MAX (TL_TLM_PAGE_SIZE * TL_TLM_PAGE_MAX) |
packet_handler_params.h の 31 行目に定義があります。
#define PH_TLC_MIS_LIST_MAX (TL_TLM_PAGE_SIZE * 4) |
packet_handler_params.h の 37 行目に定義があります。
#define PH_TLC_TLM_LIST_MAX (TL_TLM_PAGE_SIZE * 4) |
packet_handler_params.h の 35 行目に定義があります。
#define TL_TLM_PAGE_MAX (8) |
packet_handler_params.h の 27 行目に定義があります。
#define TL_TLM_PAGE_SIZE (32) |
packet_handler_params.h の 26 行目に定義があります。