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

init commit(feature/excel2toml) #335

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

init commit(feature/excel2toml) #335

wants to merge 3 commits into from

Conversation

flap1
Copy link
Collaborator

@flap1 flap1 commented May 27, 2022

概要

toml-based DBの適用

Issue

詳細

  • /data以下と.gitmodulesを追加しました
  • /data/tlm-cmd-dbがsubmoduleです

検証結果

h/cファイルのdiffはありません
(他OBCを含めたPacketID順にしたので少し変更ありますが)

影響範囲

補足

DBについてはtlm-cmd-dbのREADMEを見てください

注意

  • git submodule update --init --recursiveしてください

@meltingrabbit meltingrabbit self-requested a review May 27, 2022 04:47
@meltingrabbit meltingrabbit added this to In progress in C2A via automation May 27, 2022
@chutaro
Copy link
Contributor

chutaro commented May 27, 2022

フォルダ構造についてだけど、

  • dataはExamples\minimum_user_for_s2e\ 配下に src と並列で置くのがいいかな。
  • Examples\minimum_user_for_s2e\src\src_user\Settings\TlmCmd\ 配下の DataBase, DataBaseAobc は消していいと思う

Comment on lines 1116 to 1120
# [[NonOrder]]
# name = "Cmd_OBC_CHECK_SIB_VERSION"
# params = 0
# desc = "SIBとC2Aのバージョン整合性確認"
# code = "0x05ff"
Copy link
Contributor

Choose a reason for hiding this comment

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

@meltingrabbit
tlm-cmd-generatorだとここだけ出力されない設定になってますよね?このまま走らせるとcommand_diffinision.c にdiff 出ちゃうのでコメントアウトしてます。Cmd_OBC_CHECK_SIB_VERSION が必要ないのであればtoml移行に合わせて消しちゃってもいいですかね?

Copy link
Collaborator

Choose a reason for hiding this comment

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

toml移行に合わせて消しちゃってもいいですかね?

けさなないで,コメントアウトとして残しておいてほしい.

tomlでもコメントアウトしたいことでてくるはずなので.

Copy link
Collaborator

Choose a reason for hiding this comment

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

で,コメントアウトしたものは,ちゃんと .c/.h には反映されないようにしておいてほしい @flap1

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

わかりました
現状コメントアウトしたものは反映しないようになってます

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
C2A
In progress
Development

Successfully merging this pull request may close these issues.

None yet

3 participants