diff --git a/tlm-cmd-code-generator/settings_subobc.json b/tlm-cmd-code-generator/settings_subobc.json new file mode 100644 index 000000000..d1ec3f9c8 --- /dev/null +++ b/tlm-cmd-code-generator/settings_subobc.json @@ -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" : [ + ] +}