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

UART TLM ON OFF を追加 #450

Merged
merged 3 commits into from
Oct 4, 2022
Merged

UART TLM ON OFF を追加 #450

merged 3 commits into from
Oct 4, 2022

Conversation

yngyu
Copy link
Contributor

@yngyu yngyu commented Oct 3, 2022

概要

UART TLM ON OFF を追加

Issue

N/A

詳細

  • CCSDS は UART と比較するとレートが高速なため、TLM を大量に送出しようとすると UART 側のバッファが詰まることがある、その回避のため UART TLM ON OFF を追加した

検証結果

手元で Pytest が通った

影響範囲

補足

特に無し

注意

@yngyu yngyu added enhancement New feature or request priority::low priority low labels Oct 3, 2022
@yngyu yngyu requested review from chutaro and meltingrabbit October 3, 2022 06:00
@yngyu yngyu self-assigned this Oct 3, 2022
@yngyu yngyu marked this pull request as ready for review October 3, 2022 06:19
@@ -80,6 +80,7 @@ typedef struct
const GS_Info* latest_info;
CCSDS_Info ccsds_info;
GS_PORT_TYPE tlm_tx_port_type;
Copy link
Collaborator

Choose a reason for hiding this comment

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

[Q] この PR と関係ないんだけど, tlm_tx_port_type って今使われてない...?

Copy link
Collaborator

Choose a reason for hiding this comment

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

(ISSLでも使われてなさそうなら,issue化します)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

一応 gs_driver の値を表示する時に CCSDS 側の情報なのか、UART 側の情報を表示するかで使われてますね

Copy link
Collaborator

Choose a reason for hiding this comment

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

#452

ここで

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ありがとうございます

Copy link
Collaborator

Choose a reason for hiding this comment

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

あ,ごめん返信みそびれてた...(更新されてなかった...)

@yngyu yngyu merged commit 1a03cd3 into develop Oct 4, 2022
@yngyu yngyu deleted the feature/add_uart_tlm_on_off branch October 4, 2022 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority::low priority low
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants