Skip to content

Commit

Permalink
fix small
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Dec 15, 2023
1 parent f7b2498 commit 11b08aa
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions code-generator/my_mod/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def GenerateSettingNote(settings):
note += " * db_prefix: "
note += settings["db_prefix"]
note += "\n"
note += " * tlm_id_range: ["
note += settings["tlm_id_range"][0] + ", " + settings["tlm_id_range"][1] + "]"
note += " * tlm_id_range: "
note += "[" + settings["tlm_id_range"][0] + ", " + settings["tlm_id_range"][1] + "]"
note += "\n"
note += " * is_cmd_prefixed_in_db: "
note += str(settings["is_cmd_prefixed_in_db"])
Expand Down Expand Up @@ -59,7 +59,7 @@ def GenerateSubObcSettingNote(settings, obc_idx):
note += sub_obc_settings["db_prefix"]
note += "\n"
note += " * tlm_id_range: "
note += sub_obc_settings["tlm_id_range"][0] + ", " + sub_obc_settings["tlm_id_range"][1] + "]"
note += "[" + sub_obc_settings["tlm_id_range"][0] + ", " + sub_obc_settings["tlm_id_range"][1] + "]"
note += "\n"
note += " * is_cmd_prefixed_in_db: "
note += str(sub_obc_settings["is_cmd_prefixed_in_db"])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash: f7b24980106fed976f894ffd96608dfa24ad271d
* @note コード生成パラメータ:
* name: AOBC
* db_prefix: SAMPLE_AOBC
* tlm_id_range: 0x90, 0xc0]
* tlm_id_range: [0x90, 0xc0]
* is_cmd_prefixed_in_db: 0
* input_file_encoding: utf-8
* max_tlm_num: 256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash: f7b24980106fed976f894ffd96608dfa24ad271d
* @note コード生成パラメータ:
* name: AOBC
* db_prefix: SAMPLE_AOBC
* tlm_id_range: 0x90, 0xc0]
* tlm_id_range: [0x90, 0xc0]
* is_cmd_prefixed_in_db: 0
* input_file_encoding: utf-8
* max_tlm_num: 256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash: f7b24980106fed976f894ffd96608dfa24ad271d
* @note コード生成パラメータ:
* name: AOBC
* db_prefix: SAMPLE_AOBC
* tlm_id_range: 0x90, 0xc0]
* tlm_id_range: [0x90, 0xc0]
* is_cmd_prefixed_in_db: 0
* input_file_encoding: utf-8
* max_tlm_num: 256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash: f7b24980106fed976f894ffd96608dfa24ad271d
* @note コード生成パラメータ:
* name: AOBC
* db_prefix: SAMPLE_AOBC
* tlm_id_range: 0x90, 0xc0]
* tlm_id_range: [0x90, 0xc0]
* is_cmd_prefixed_in_db: 0
* input_file_encoding: utf-8
* max_tlm_num: 256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash: f7b24980106fed976f894ffd96608dfa24ad271d
* @note コード生成パラメータ:
* name: AOBC
* db_prefix: SAMPLE_AOBC
* tlm_id_range: 0x90, 0xc0]
* tlm_id_range: [0x90, 0xc0]
* is_cmd_prefixed_in_db: 0
* input_file_encoding: utf-8
* max_tlm_num: 256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash:
* @note コード生成パラメータ:
* db_prefix: SAMPLE_MOBC
* tlm_id_range: [0x00, 0x100]
Expand Down
2 changes: 1 addition & 1 deletion examples/mobc/src/src_user/tlm_cmd/command_definitions.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash:
* @note コード生成パラメータ:
* db_prefix: SAMPLE_MOBC
* tlm_id_range: [0x00, 0x100]
Expand Down
2 changes: 1 addition & 1 deletion examples/mobc/src/src_user/tlm_cmd/command_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash:
* @note コード生成パラメータ:
* db_prefix: SAMPLE_MOBC
* tlm_id_range: [0x00, 0x100]
Expand Down
2 changes: 1 addition & 1 deletion examples/mobc/src/src_user/tlm_cmd/telemetry_definitions.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash:
* @note コード生成パラメータ:
* db_prefix: SAMPLE_MOBC
* tlm_id_range: [0x00, 0x100]
Expand Down
2 changes: 1 addition & 1 deletion examples/mobc/src/src_user/tlm_cmd/telemetry_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash:
* @note コード生成パラメータ:
* db_prefix: SAMPLE_MOBC
* tlm_id_range: [0x00, 0x100]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash:
* @note コード生成パラメータ:
* db_prefix: SAMPLE_AOBC
* tlm_id_range: [0x00, 0x100]
Expand Down
2 changes: 1 addition & 1 deletion examples/subobc/src/src_user/tlm_cmd/command_definitions.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash:
* @note コード生成パラメータ:
* db_prefix: SAMPLE_AOBC
* tlm_id_range: [0x00, 0x100]
Expand Down
2 changes: 1 addition & 1 deletion examples/subobc/src/src_user/tlm_cmd/command_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash:
* @note コード生成パラメータ:
* db_prefix: SAMPLE_AOBC
* tlm_id_range: [0x00, 0x100]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash:
* @note コード生成パラメータ:
* db_prefix: SAMPLE_AOBC
* tlm_id_range: [0x00, 0x100]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @note このコードは自動生成されています!
* @note コード生成 tlm-cmd-db:
* repository: arkedge/c2a-core
* db commit hash: 58ecdef00f908ac19f3512a1155eaef65244cd81
* db commit hash:
* @note コード生成パラメータ:
* db_prefix: SAMPLE_AOBC
* tlm_id_range: [0x00, 0x100]
Expand Down

0 comments on commit 11b08aa

Please sign in to comment.