|
34 | 34 | },
|
35 | 35 | {
|
36 | 36 | "name": "selfIDFree",
|
37 |
| - "shortDesc": "Self ID", |
| 37 | + "shortDesc": "Flight Purpose", |
38 | 38 | "longDesc": "Optional plain text for operator to specify operations data (Free Text). Maximum 23 characters.",
|
39 | 39 | "type": "string",
|
40 | 40 | "default": ""
|
41 | 41 | },
|
42 | 42 | {
|
43 | 43 | "name": "selfIDEmergency",
|
44 |
| - "shortDesc": "Self ID", |
| 44 | + "shortDesc": "Emergency Text", |
45 | 45 | "longDesc": "Optional plain text for operator to specify operations data (Emergency Text). Maximum 23 characters.",
|
46 | 46 | "type": "string",
|
47 | 47 | "default": "Pilot Emergency Status"
|
48 | 48 | },
|
49 | 49 | {
|
50 | 50 | "name": "selfIDExtended",
|
51 |
| - "shortDesc": "Self ID", |
| 51 | + "shortDesc": "Extended Status", |
52 | 52 | "longDesc": "Optional plain text for operator to specify operations data (Extended Text). Maximum 23 characters.",
|
53 | 53 | "type": "string",
|
54 | 54 | "default": ""
|
|
57 | 57 | "name": "selfIDType",
|
58 | 58 | "shortDesc": "Self ID type",
|
59 | 59 | "type": "uint8",
|
60 |
| - "enumStrings": "Free Text,Emergency,Extended Status", |
| 60 | + "enumStrings": "Flight Purpose,Emergency,Extended Status", |
61 | 61 | "enumValues": "0,1,2",
|
62 | 62 | "default": 0
|
63 | 63 | },
|
|
78 | 78 | "name": "basicIDType",
|
79 | 79 | "shortDesc": "Basic ID Type",
|
80 | 80 | "type": "uint8",
|
81 |
| - "enumStrings": "None, SerialNumber(ANSI/CTA-2063), CAA, UTM(RFC4122), Specific", |
| 81 | + "enumStrings": "None,SerialNumber (ANSI/CTA-2063),CAA,UTM (RFC4122),Specific", |
82 | 82 | "enumValues": "0,1,2,3,4",
|
83 | 83 | "default": 2
|
84 | 84 | },
|
85 | 85 | {
|
86 | 86 | "name": "basicIDUaType",
|
87 | 87 | "shortDesc": "UA type",
|
88 | 88 | "type": "uint8",
|
89 |
| - "enumStrings": "Undefined,Airplane/FixedWing,Helicopter/Multirrotor, Gyroplane, VTOL, Ornithopter, Glider, Kite, Free Ballon, Captive Ballon, Airship, Parachute, Rocket, Tethered powered aircraft, Ground Obstacle, Other", |
| 89 | + "enumStrings": "Undefined,Airplane/FixedWing,Helicopter/Multirrotor,Gyroplane,VTOL,Ornithopter,Glider,Kite,Free Ballon,Captive Ballon,Airship,Parachute,Rocket,Tethered powered aircraft,Ground Obstacle,Other", |
90 | 90 | "enumValues": "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15",
|
91 | 91 | "default": 0
|
92 | 92 | },
|
|
111 | 111 | "shortDesc": "Location Type",
|
112 | 112 | "longDesc": "Operator location Type",
|
113 | 113 | "type": "uint8",
|
114 |
| - "enumStrings": "Takeoff(Not Supported),Live GNNS, Fixed", |
115 |
| - "enumValues": "0,1,2", |
| 114 | + "enumStrings": "Live,Fixed", |
| 115 | + "enumValues": "1,2", |
116 | 116 | "default": 1
|
117 | 117 | },
|
118 | 118 | {
|
119 |
| - "name": "latitudeFixed", |
120 |
| - "shortDesc": "Latitude Fixed", |
121 |
| - "longDesc": "Fixed latitude to send on SYSTEM message", |
122 |
| - "type": "double", |
123 |
| - "decimalPlaces":7, |
124 |
| - "default": 0 |
| 119 | + "name": "latitudeFixed", |
| 120 | + "shortDesc": "Latitude Fixed", |
| 121 | + "longDesc": "Fixed latitude to send on SYSTEM message", |
| 122 | + "type": "double", |
| 123 | + "minValue": "-90", |
| 124 | + "maxValue": "90", |
| 125 | + "decimalPlaces": 7, |
| 126 | + "default": 0 |
125 | 127 | },
|
126 | 128 | {
|
127 |
| - "name": "longitudeFixed", |
128 |
| - "shortDesc": "Longitude Fixed", |
129 |
| - "longDesc": "Fixed Longitude to send on SYSTEM message", |
130 |
| - "type": "double", |
131 |
| - "decimalPlaces":7, |
132 |
| - "default": 0 |
| 129 | + "name": "longitudeFixed", |
| 130 | + "shortDesc": "Longitude Fixed", |
| 131 | + "longDesc": "Fixed Longitude to send on SYSTEM message", |
| 132 | + "type": "double", |
| 133 | + "minValue": "-180", |
| 134 | + "maxValue": "180", |
| 135 | + "decimalPlaces": 7, |
| 136 | + "default": 0 |
133 | 137 | },
|
134 | 138 | {
|
135 |
| - "name": "altitudeFixed", |
136 |
| - "shortDesc": "Altitude Fixed", |
137 |
| - "longDesc": "Fixed Altitude to send on SYSTEM message", |
138 |
| - "type": "double", |
139 |
| - "decimalPlaces":7, |
140 |
| - "default": 0 |
| 139 | + "name": "altitudeFixed", |
| 140 | + "shortDesc": "Altitude Fixed", |
| 141 | + "longDesc": "Fixed Altitude to send on SYSTEM message", |
| 142 | + "type": "double", |
| 143 | + "decimalPlaces": 7, |
| 144 | + "default": 0 |
141 | 145 | },
|
142 | 146 | {
|
143 | 147 | "name": "classificationType",
|
144 | 148 | "shortDesc": "Classification Type",
|
145 |
| - "longDesc": "Classification Type of UA", |
| 149 | + "longDesc": "Classification Type of UAS", |
146 | 150 | "type": "uint8",
|
147 |
| - "enumStrings": "Undefined,EU", |
| 151 | + "enumStrings": "Undeclared,EU", |
148 | 152 | "enumValues": "0,1",
|
149 | 153 | "default": 0
|
150 | 154 | },
|
151 | 155 | {
|
152 | 156 | "name": "categoryEU",
|
153 |
| - "shortDesc": "Category EU", |
| 157 | + "shortDesc": "Category", |
154 | 158 | "longDesc": "Category of the UAS in the EU region",
|
155 | 159 | "type": "uint8",
|
156 |
| - "enumStrings": "Undeclared,Open, Specific, Certified", |
| 160 | + "enumStrings": "Undeclared,Open,Specific,Certified", |
157 | 161 | "enumValues": "0,1,2,3",
|
158 | 162 | "default": 0
|
159 | 163 | },
|
160 | 164 | {
|
161 | 165 | "name": "classEU",
|
162 |
| - "shortDesc": "Class EU", |
| 166 | + "shortDesc": "Class", |
163 | 167 | "longDesc": "Class of the UAS in the EU region",
|
164 | 168 | "type": "uint8",
|
165 |
| - "enumStrings": "Undeclared,Class 0, Class 1, Class 2, Class 3, Class 4, Class 5, Class 6", |
| 169 | + "enumStrings": "Undeclared,Class 0,Class 1,Class 2,Class 3,Class 4,Class 5,Class 6", |
166 | 170 | "enumValues": "0,1,2,3,4,5,6,7",
|
167 | 171 | "default": 0
|
168 | 172 | }
|
|
0 commit comments