Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PH の返り値を元に戻す #281

Merged
merged 2 commits into from
Mar 7, 2022
Merged

PH の返り値を元に戻す #281

merged 2 commits into from
Mar 7, 2022

Conversation

yngyu
Copy link
Contributor

@yngyu yngyu commented Mar 5, 2022

概要

PH の返り値を元に戻す

Issue

N/A

詳細

#242 で返り値が複数あってわかりにくかったので、PH_ACK_SUCCESS のみで統一していたが、実用上どこに登録されたのかデバッグなどで見にくい、という話が上がったので戻すことにした

検証結果

手元で test を通した

影響範囲

@yngyu yngyu added the priority::medium priority medium label Mar 5, 2022
@yngyu yngyu requested review from chutaro and meltingrabbit March 5, 2022 15:09
@yngyu yngyu self-assigned this Mar 5, 2022
@meltingrabbit
Copy link
Collaborator

[NITS] テレメCSVのstatus変換も?(これ,整合性担保だるいんで,なんとかしたいねぇ...)

@meltingrabbit
Copy link
Collaborator

issueはたてた ut-issl/tlm-cmd-db#9

@@ -35,9 +35,9 @@ PH_ACK PH_user_analyze_cmd(const CommonCmdPacket* packet)
switch (CCP_get_dest_type(packet))
{
case CCP_DEST_TYPE_TO_AOBC:
return (PH_add_aobc_cmd_(packet) == PH_ACK_SUCCESS) ? PH_ACK_SUCCESS : PH_ACK_PL_LIST_FULL;
return (PH_add_aobc_cmd_(packet) == PH_ACK_SUCCESS) ? PH_ACK_FORWARDED : PH_ACK_PL_LIST_FULL;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[NITS] PH_user_analyze_cmd の doxygen commentのretvalも修正お願いします

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修正しました

@yngyu yngyu force-pushed the feature/fix_ph_ret branch from 603ad73 to cafc6d2 Compare March 7, 2022 03:05
@yngyu
Copy link
Contributor Author

yngyu commented Mar 7, 2022

諸々修正して rebase しました

@yngyu yngyu force-pushed the feature/fix_ph_ret branch from cafc6d2 to b25473b Compare March 7, 2022 04:31
@yngyu
Copy link
Contributor Author

yngyu commented Mar 7, 2022

rebase して CI 通ったのでマージする

@yngyu yngyu merged commit 578c6e5 into develop Mar 7, 2022
@yngyu yngyu deleted the feature/fix_ph_ret branch March 7, 2022 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority::medium priority medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants