-
Notifications
You must be signed in to change notification settings - Fork 3
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
[hotfix] SetValueの修正 #14
Conversation
めっちゃ助かる!今確認します |
@TomokiMochizuki ありがとう! このケースがだめなんだけど,わかりますか? TLM1 uint32_t PACKET 81 0 24 NONE 試しに, TLM1 = 0x48494A TLM1 = 0x48 となってしまいました. |
ひとまず治ってそう!!!ありがとう 下のブロックは正常なんだけど,上はDUMMY01が0になってしまってそう |
まあどうなんだろう.これでもいいのかな. |
bitpos を 8 以上 を認めるかどうか,って感じか~~~ |
セル結合してもそこまで処理がめんどくさくなるわけではないので,あってもいいと思います! |
OK! |
bitpos も bitlenも 0 ~ 31 を考慮する感じか |
632b2e6
to
e49df29
Compare
aspnetapp/WINGS/Services/TMTC/Processor/Abstracts/TmPacketAnalyzerBase.cs
Outdated
Show resolved
Hide resolved
では検証します |
@TomokiMochizuki あれ? |
SQLとか消さないと行けないやつだっけ?(image buildもキャッシュ消さないとだめなやつだっけ?) |
ee6f21c
to
0db3ef0
Compare
SQLはいじってないのでしなくていいと思います |
dbcbd2b
to
055c06b
Compare
|
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.
お疲れ様
概要
[hotfix] SetValueの修正
Issue
詳細
TypeTlmLenCheck(tlm.TelemetryInfo.Type, tlm.TelemetryInfo.BitLen)
がfalseの時にテレメの値をUInt16
やUInt32
に変換する箇所が誤っているため修正.