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

Cmd DB に "Cmd_" がない DB への対応 #35

Merged
merged 6 commits into from
Apr 9, 2023

Conversation

meltingrabbit
Copy link
Collaborator

@meltingrabbit meltingrabbit commented Apr 3, 2023

概要

Cmd DB に "Cmd_" がない DB への対応

Issue

詳細

以下とともにマージする

検証結果

影響範囲

  • 非互換なのでリリースを打つ

@meltingrabbit meltingrabbit added enhancement New feature or request priority::high priorityg high labels Apr 3, 2023
@meltingrabbit meltingrabbit self-assigned this Apr 3, 2023
@meltingrabbit meltingrabbit requested review from chutaro and flap1 April 3, 2023 18:32
@meltingrabbit meltingrabbit changed the title WIP: Cmd DB に "Cmd_" がない DB への対応 Cmd DB に "Cmd_" がない DB への対応 Apr 3, 2023
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,
Copy link
Collaborator

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 が正しそう。
長いので前者かな

Copy link
Collaborator

Choose a reason for hiding this comment

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

あとこれ true/false じゃなくていいんですか?(慣習的に 0/1 ?)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

了解.直します.

true/false はどっかでまとめて直したい(一部だけやると混乱するので...)

@meltingrabbit meltingrabbit merged commit fcb75bb into main Apr 9, 2023
@meltingrabbit meltingrabbit deleted the feature/del_Cmd_from_cmd_db branch April 9, 2023 13:59
@meltingrabbit
Copy link
Collaborator Author

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::high priorityg high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants