Skip to content

Commit

Permalink
add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Jan 28, 2022
1 parent 092fb39 commit 5f5a11c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TlmCmd/Ccsds/space_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ APID SP_get_apid(const SpacePacket* sp)
SP_extract_param_from_packet(sp, &SP_pei_apid_, &tmp);
apid = (APID)tmp;

// FIXME: ここはユーザー依存部分なので直す
switch (apid)
{
case APID_MOBC_CMD: // FALLTHROUGH
Expand Down
2 changes: 2 additions & 0 deletions TlmCmd/packet_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ PH_ACK PH_analyze_tlm_packet(const CommonTlmPacket* packet)

flags = CTP_get_dest_flags(packet);

// FIXME: flag の match は関数化したい

// Housekeeping Telemetry
if (flags & CTP_DEST_FLAG_HK) PH_add_ms_tlm_(packet); // hk_tlm のフラグが立っていても,MS_TLMとして処理する方針にした

Expand Down

0 comments on commit 5f5a11c

Please sign in to comment.