We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
のように,CTCP などのパケットは,Space Packet などの具体的なパケットを抽象化したものであり,その定義を user が持つ. しかし,現時点ではパケットの実体として主に Space Packet が用いられており,その定義を全 user でそれぞれ定義するのは管理しにくい.
そこで,デフォルト実装を core で提供する
CTP_set_on_board_subnet_time
CTP_set_global_time
The text was updated successfully, but these errors were encountered:
\tlm_cmd\common_packet\space_packet のようなフォルダをつくって,そこにデフォルト実装を入れる方針で(ひとまず SP のみ)
\tlm_cmd\common_packet\space_packet
そのためのディレクトリ変更作業を #310 で行う.
Sorry, something went wrong.
meltingrabbit
No branches or pull requests
詳細
のように,CTCP などのパケットは,Space Packet などの具体的なパケットを抽象化したものであり,その定義を user が持つ.
しかし,現時点ではパケットの実体として主に Space Packet が用いられており,その定義を全 user でそれぞれ定義するのは管理しにくい.
そこで,デフォルト実装を core で提供する
備考
CTP_set_on_board_subnet_time
が違うことに留意する(これをスイッチできるビルドオプションをつくる)CTP_set_global_time
だけ定義したい user もおおいので,ここもスイッチできるようにするThe text was updated successfully, but these errors were encountered: