generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Pre Release (v3.9.0-beta.1): Cmd_TG_FORWARD_TLM の実装 #544
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meltingrabbit
added
enhancement
New feature or request
priority::high
priorityg high
tools
labels
Apr 11, 2023
1 task
meltingrabbit
changed the title
WIP: Cmd_TG_FORWARD_TLM の実装
Pre Release (v3.9.0-beta.1): Cmd_TG_FORWARD_TLM の実装
Apr 16, 2023
1 task
meltingrabbit
commented
Apr 16, 2023
TlmCmd/telemetry_generator.c
Outdated
// Primary Header → 維持 | ||
|
||
// Secondary Header | ||
if ((uint64_t)TSP_get_global_time(&TG_ctp_) == 0xffffffffffffffffULL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sksat CI に u64 のリテラル表現はだめ,と怒られるんだけど,これいいワークアラウンドありませんかね?
/home/runner/work/c2a-core/c2a-core/repo/Examples/minimum_user/src/src_core/TlmCmd/telemetry_generator.c:308:50: error: 'long long' is an extension when C99 mode is not enabled [-Werror,-Wlong-long]
if ((uint64_t)TSP_get_global_time(&TG_ctp_) == 0xffffffffffffffffULL)
^
送出回数は,utilのほうはけす |
meltingrabbit
force-pushed
the
feature/forward_tlm
branch
from
April 19, 2023 02:40
4f8c102
to
682a0e7
Compare
chutaro
reviewed
Apr 19, 2023
chutaro
reviewed
Apr 19, 2023
chutaro
reviewed
Apr 19, 2023
meltingrabbit
force-pushed
the
feature/forward_tlm
branch
from
April 19, 2023 13:32
8cf5e03
to
ddf0fe6
Compare
meltingrabbit
commented
Apr 19, 2023
1 task
chutaro
reviewed
Apr 19, 2023
...ples/2nd_obc_user/src/src_user/Settings/TlmCmd/DataBase/CMD_DB/SAMPLE_AOBC_CMD_DB_CMD_DB.csv
Show resolved
Hide resolved
chutaro
approved these changes
Apr 19, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
よさそうです。お疲れ様です!
ありがとうございます! |
meltingrabbit
force-pushed
the
feature/generate_tlm
branch
from
April 20, 2023 01:59
30404dd
to
c07932e
Compare
meltingrabbit
force-pushed
the
feature/forward_tlm
branch
from
April 20, 2023 02:23
6acbda9
to
3f3dada
Compare
This was referenced Apr 20, 2023
20 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
Pre Release (v3.9.0-beta.1): Cmd_TG_FORWARD_TLM の実装
Issue
Cmd_TG_FORWARD_TLM
の実装 #539詳細
GENERATE_TLM
が残っていたら置き換える #543 で対応予定以下とともにマージする
検証結果
影響範囲
GENERATE_TLM 系コマンドでは,2nd obc のテレメの転送ができなくなる
備考
Cmd_TG_GENERATE_TLM
と便利エイリアスの実装 #541 を先にマージする補足
/api/operations/{}/tlm
が未対応なため,tlm id が重なった場合,WINGS API でのテレメ取得は未定義となる