Skip to content

Commit

Permalink
add code generator settings for examples/subobc
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Oct 5, 2023
1 parent 72493dd commit a3e33a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tlm-cmd-code-generator/settings_subobc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"path_to_src" : "../examples/subobc/src/",
"path_to_db" : "../examples/subobc/src/src_user/Settings/tlm_cmd/data_base/",
"db_prefix" : "SAMPLE_AOBC",
"tlm_id_range" : ["0x00", "0x100"],
"is_cmd_prefixed_in_db" : 0,
"input_file_encoding" : "utf-8",
"output_file_encoding" : "utf-8",
"is_main_obc" : 0,
"other_obc_data" : [
]
}

0 comments on commit a3e33a3

Please sign in to comment.