-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_settings.toml
25 lines (22 loc) · 1.34 KB
/
example_settings.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# [project_name.tlmdb]
# is_main_obc = true
# is_c2a_enable = true
# prefix = "SAMPLE_MOBC_TLM_DB_"
# path = "relative/tlm_db/directory/path/from/here"
# dest_path = "relative/tlm_db/dest/directory/path/from/here"
# max_tlm_num = 432
# [project_name.cmddb]
# path_bct = "relative/cmd_db/bct.csv/path/from/here"
# path_cmd_db = "relative/cmd_db/cmd_db.csv/path/from/here"
# allocation = "allocation/of/cmd"
[c2a_mobc_minimum.tlmdb]
is_main_obc = true
is_c2a_enable = true
prefix = "SAMPLE_MOBC_TLM_DB_" # TLM_DB/*.csvのprefix
path = "sils/FlightSW/c2a_mobc_minimum/src/src_user/Settings/TlmCmd/DataBase/TLM_DB" # ここからTLM_DBまでの相対パス
dest_path = "sils/FlightSW/c2a_mobc_minimum/src/src_user/Settings/TlmCmd/DataBase/TLM_DB/calced_data" # ここからTLM_DB/calced_dataまでの相対パス
max_tlm_num = 432
[c2a_mobc_minimum.cmddb]
path_bct = "sils/FlightSW/c2a_mobc_minimum/src/src_user/Settings/TlmCmd/DataBase/CMD_DB/SAMPLE_MOBC_CMD_DB_BCT.csv"
path_cmd_db = "sils/FlightSW/c2a_mobc_minimum/src/src_user/Settings/TlmCmd/DataBase/CMD_DB/SAMPLE_MOBC_CMD_DB_CMD_DB.csv"
allocation = { "CORE" = 256, "CDH" = 256, "POWER" = 96, "COMM" = 64, "MISSION" = 128, "PROP" = 80, "AOCS" = 64, "THERMAL" = 32, "Trajectory" = 16, "HILS" = 16, "Other" = 16, "Margin" = 512 }