-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsatconfig.json
More file actions
62 lines (62 loc) · 1.09 KB
/
satconfig.json
File metadata and controls
62 lines (62 loc) · 1.09 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"aos_scid": 0,
"tc_scid": 0,
"tlm_apid_map": {
"1297": "AOBC"
},
"cmd_apid_map": {
"AOBC": 529
},
"tlm_channel_map": {
"RT": {
"destination_flag_mask": 3
},
"DR": {
"destination_flag_mask": 8
}
},
"cmd_prefix_map": {
"RT": {
"AOBC": {
"has_time_indicator": false,
"destination_type": 0,
"execution_type": 0
}
},
"TL": {
"AOBC": {
"has_time_indicator": true,
"destination_type": 0,
"execution_type": 1
}
},
"BL": {
"AOBC": {
"has_time_indicator": true,
"destination_type": 0,
"execution_type": 2
}
},
"UTL": {
"AOBC": {
"has_time_indicator": true,
"destination_type": 0,
"execution_type": 4
}
},
"TL_MIS": {
"AOBC": {
"has_time_indicator": true,
"destination_type": 0,
"execution_type": 7
}
},
"UTL_MIS": {
"AOBC": {
"has_time_indicator": true,
"destination_type": 0,
"execution_type": 8
}
}
}
}