C2A_Core
|
CCSDS で規定される TC Segment の実装 [詳解]
#include "tc_segment.h"
関数 | |
TCS_SEQ_FLAG | TCS_get_seq_flag (const TcSegment *tcs) |
sequence flag を取得 [詳解] | |
TCS_MAP_ID | TCS_get_map_id (const TcSegment *tcs) |
MAP ID を取得 [詳解] | |
const CmdSpacePacket * | TCS_get_command_space_packet (const TcSegment *tcs) |
Command space packet 開始ポインタを取得 [詳解] | |
CCSDS で規定される TC Segment の実装
tc_segment.c に定義があります。
const CmdSpacePacket* TCS_get_command_space_packet | ( | const TcSegment * | tcs | ) |
TCS_MAP_ID TCS_get_map_id | ( | const TcSegment * | tcs | ) |
TCS_SEQ_FLAG TCS_get_seq_flag | ( | const TcSegment * | tcs | ) |