-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cmd DB に "Cmd_" がない DB への対応 #35
Conversation
README.md
Outdated
@@ -33,6 +33,8 @@ $ python GenerateC2ACode.py | |||
"db_prefix" : "SAMPLE_MOBC", | |||
# TLM ID の定義域 | |||
"tlm_id_range" : ["0x00", "0x100"], | |||
# Cmd DB の Name に "Cmd_" の接頭辞が含まれるか?(今後は含まれないのが基本とする) | |||
"is_cmd_prefix_in_db" : 0, |
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.
is_cmd_prefixed_in_db
あるいは does_cmd_have_prefix_in_db
が正しそう。
長いので前者かな
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.
あとこれ true
/false
じゃなくていいんですか?(慣習的に 0/1 ?)
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.
了解.直します.
true/false はどっかでまとめて直したい(一部だけやると混乱するので...)
概要
Cmd DB に "Cmd_" がない DB への対応
Issue
詳細
以下とともにマージする
検証結果
影響範囲