-
Notifications
You must be signed in to change notification settings - Fork 18
/
adapter_TLM_CONFIG.json
125 lines (125 loc) · 3.37 KB
/
adapter_TLM_CONFIG.json
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"subsystems": {
"NONE": {},
"CDH": {
"TIME": {
"conversion": "",
"tests": {
"NOOP": "[]"
},
"description": "No description"
}
},
"GNC": {
"SAMPLE.sample_data_tlm_t.sample_data_counter": {
"conversion": "",
"tests": {
"FEASIBILITY": "[-1.0, 0.0, 10.0, 15.0]"
},
"description": "No description"
},
"SAMPLE.sample_data_tlm_t.sample_data_value": {
"conversion": "",
"tests": {
"NOOP": "[]"
},
"description": "No description"
},
"SAMPLE.sample_data_gps_t.sample_data_counter": {
"conversion": "",
"tests": {
"FEASIBILITY": "[-1.0, 0.0, 10.0, 15.0]"
},
"description": "No description"
},
"SAMPLE.sample_data_gps_t.sample_data_lat": {
"conversion": "",
"tests": {
"NOOP": "[]"
},
"description": "No description"
},
"SAMPLE.sample_data_gps_t.sample_data_lng": {
"conversion": "",
"tests": {
"NOOP": "[]"
},
"description": "No description"
},
"SAMPLE.sample_data_gps_t.sample_data_alt": {
"conversion": "",
"tests": {
"NOOP": "[]"
},
"description": "No description"
}
},
"POWER": {
"SAMPLE.sample_data_power_t.sample_data_counter": {
"conversion": "",
"tests": {
"FEASIBILITY": "[-1.0, 0.0, 10.0, 15.0]"
},
"description": "No description"
},
"SAMPLE.sample_data_power_t.sample_data_voltage": {
"conversion": "",
"tests": {
"NOOP": "[]"
},
"description": "No description"
},
"SAMPLE.sample_data_power_t.sample_data_current": {
"conversion": "",
"tests": {
"NOOP": "[]"
},
"description": "No description"
}
},
"THERMAL": {
"SAMPLE.sample_data_thermal_t.sample_data_counter": {
"conversion": "",
"tests": {
"FEASIBILITY": "[-1.0, 0.0, 10.0, 15.0]"
},
"description": "No description"
},
"SAMPLE.sample_data_thernal_t.sample_data_internal_temp": {
"conversion": "",
"tests": {
"NOOP": "[]"
},
"description": "No description"
},
"SAMPLE.sample_data_thermal_t.sample_data_external_temp": {
"conversion": "",
"tests": {
"NOOP": "[]"
},
"description": "No description"
}
}
},
"order": [
"TIME",
"SAMPLE.sample_data_tlm_t.sample_data_counter",
"SAMPLE.sample_data_tlm_t.sample_data_value",
"SAMPLE.sample_data_power_t.sample_data_counter",
"SAMPLE.sample_data_power_t.sample_data_voltage",
"SAMPLE.sample_data_power_t.sample_data_current",
"SAMPLE.sample_data_thermal_t.sample_data_counter",
"SAMPLE.sample_data_thernal_t.sample_data_internal_temp",
"SAMPLE.sample_data_thermal_t.sample_data_external_temp",
"SAMPLE.sample_data_gps_t.sample_data_counter",
"SAMPLE.sample_data_gps_t.sample_data_lat",
"SAMPLE.sample_data_gps_t.sample_data_lng",
"SAMPLE.sample_data_gps_t.sample_data_alt"
],
"channels":
{
"0x0887": ["SAMPLE", "sample_data_power_t"],
"0x0889": ["SAMPLE", "sample_data_thermal_t"],
"0x088A": ["SAMPLE", "sample_data_gps_t"]
}
}