@aircast-4g/mavlink 1.1.9 → 1.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dialects/ardupilotmega/index.d.ts +160 -160
- package/dist/dialects/ardupilotmega/index.js +732 -732
- package/dist/dialects/ardupilotmega/index.js.map +1 -1
- package/dist/dialects/common/index.d.ts +137 -137
- package/dist/dialects/common/index.js +617 -617
- package/dist/dialects/common/index.js.map +1 -1
- package/dist/dialects/minimal/index.d.ts +2 -2
- package/dist/dialects/minimal/index.js +10 -10
- package/dist/dialects/minimal/index.js.map +1 -1
- package/dist/dialects/paparazzi/index.d.ts +138 -138
- package/dist/dialects/paparazzi/index.js +622 -622
- package/dist/dialects/paparazzi/index.js.map +1 -1
- package/dist/dialects/python_array_test/index.d.ts +143 -143
- package/dist/dialects/python_array_test/index.js +637 -637
- package/dist/dialects/python_array_test/index.js.map +1 -1
- package/dist/dialects/standard/index.d.ts +2 -2
- package/dist/dialects/standard/index.js +10 -10
- package/dist/dialects/standard/index.js.map +1 -1
- package/dist/dialects/test/index.d.ts +11 -11
- package/dist/dialects/test/index.js +39 -39
- package/dist/dialects/test/index.js.map +1 -1
- package/package.json +2 -1
|
@@ -6603,6 +6603,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6603
6603
|
id: 300,
|
|
6604
6604
|
name: 'PROTOCOL_VERSION',
|
|
6605
6605
|
fields: [
|
|
6606
|
+
{
|
|
6607
|
+
name: 'spec_version_hash',
|
|
6608
|
+
type: 'uint8_t',
|
|
6609
|
+
arrayLength: 8,
|
|
6610
|
+
},
|
|
6611
|
+
{
|
|
6612
|
+
name: 'library_version_hash',
|
|
6613
|
+
type: 'uint8_t',
|
|
6614
|
+
arrayLength: 8,
|
|
6615
|
+
},
|
|
6606
6616
|
{
|
|
6607
6617
|
name: 'version',
|
|
6608
6618
|
type: 'uint16_t',
|
|
@@ -6615,16 +6625,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6615
6625
|
name: 'max_version',
|
|
6616
6626
|
type: 'uint16_t',
|
|
6617
6627
|
},
|
|
6618
|
-
{
|
|
6619
|
-
name: 'spec_version_hash',
|
|
6620
|
-
type: 'uint8_t',
|
|
6621
|
-
arrayLength: 8,
|
|
6622
|
-
},
|
|
6623
|
-
{
|
|
6624
|
-
name: 'library_version_hash',
|
|
6625
|
-
type: 'uint8_t',
|
|
6626
|
-
arrayLength: 8,
|
|
6627
|
-
},
|
|
6628
6628
|
]
|
|
6629
6629
|
},
|
|
6630
6630
|
{
|
|
@@ -6740,6 +6740,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6740
6740
|
id: 5,
|
|
6741
6741
|
name: 'CHANGE_OPERATOR_CONTROL',
|
|
6742
6742
|
fields: [
|
|
6743
|
+
{
|
|
6744
|
+
name: 'passkey',
|
|
6745
|
+
type: 'char',
|
|
6746
|
+
arrayLength: 25,
|
|
6747
|
+
},
|
|
6743
6748
|
{
|
|
6744
6749
|
name: 'target_system',
|
|
6745
6750
|
type: 'uint8_t',
|
|
@@ -6752,11 +6757,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6752
6757
|
name: 'version',
|
|
6753
6758
|
type: 'uint8_t',
|
|
6754
6759
|
},
|
|
6755
|
-
{
|
|
6756
|
-
name: 'passkey',
|
|
6757
|
-
type: 'char',
|
|
6758
|
-
arrayLength: 25,
|
|
6759
|
-
},
|
|
6760
6760
|
]
|
|
6761
6761
|
},
|
|
6762
6762
|
{
|
|
@@ -6860,6 +6860,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6860
6860
|
id: 20,
|
|
6861
6861
|
name: 'PARAM_REQUEST_READ',
|
|
6862
6862
|
fields: [
|
|
6863
|
+
{
|
|
6864
|
+
name: 'param_id',
|
|
6865
|
+
type: 'char',
|
|
6866
|
+
arrayLength: 16,
|
|
6867
|
+
},
|
|
6863
6868
|
{
|
|
6864
6869
|
name: 'param_index',
|
|
6865
6870
|
type: 'int16_t',
|
|
@@ -6872,11 +6877,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6872
6877
|
name: 'target_component',
|
|
6873
6878
|
type: 'uint8_t',
|
|
6874
6879
|
},
|
|
6875
|
-
{
|
|
6876
|
-
name: 'param_id',
|
|
6877
|
-
type: 'char',
|
|
6878
|
-
arrayLength: 16,
|
|
6879
|
-
},
|
|
6880
6880
|
]
|
|
6881
6881
|
},
|
|
6882
6882
|
{
|
|
@@ -6897,6 +6897,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6897
6897
|
id: 22,
|
|
6898
6898
|
name: 'PARAM_VALUE',
|
|
6899
6899
|
fields: [
|
|
6900
|
+
{
|
|
6901
|
+
name: 'param_id',
|
|
6902
|
+
type: 'char',
|
|
6903
|
+
arrayLength: 16,
|
|
6904
|
+
},
|
|
6900
6905
|
{
|
|
6901
6906
|
name: 'param_value',
|
|
6902
6907
|
type: 'float',
|
|
@@ -6909,11 +6914,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6909
6914
|
name: 'param_index',
|
|
6910
6915
|
type: 'uint16_t',
|
|
6911
6916
|
},
|
|
6912
|
-
{
|
|
6913
|
-
name: 'param_id',
|
|
6914
|
-
type: 'char',
|
|
6915
|
-
arrayLength: 16,
|
|
6916
|
-
},
|
|
6917
6917
|
{
|
|
6918
6918
|
name: 'param_type',
|
|
6919
6919
|
type: 'uint8_t',
|
|
@@ -6924,6 +6924,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6924
6924
|
id: 23,
|
|
6925
6925
|
name: 'PARAM_SET',
|
|
6926
6926
|
fields: [
|
|
6927
|
+
{
|
|
6928
|
+
name: 'param_id',
|
|
6929
|
+
type: 'char',
|
|
6930
|
+
arrayLength: 16,
|
|
6931
|
+
},
|
|
6927
6932
|
{
|
|
6928
6933
|
name: 'param_value',
|
|
6929
6934
|
type: 'float',
|
|
@@ -6936,11 +6941,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
6936
6941
|
name: 'target_component',
|
|
6937
6942
|
type: 'uint8_t',
|
|
6938
6943
|
},
|
|
6939
|
-
{
|
|
6940
|
-
name: 'param_id',
|
|
6941
|
-
type: 'char',
|
|
6942
|
-
arrayLength: 16,
|
|
6943
|
-
},
|
|
6944
6944
|
{
|
|
6945
6945
|
name: 'param_type',
|
|
6946
6946
|
type: 'uint8_t',
|
|
@@ -7027,10 +7027,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
7027
7027
|
id: 25,
|
|
7028
7028
|
name: 'GPS_STATUS',
|
|
7029
7029
|
fields: [
|
|
7030
|
-
{
|
|
7031
|
-
name: 'satellites_visible',
|
|
7032
|
-
type: 'uint8_t',
|
|
7033
|
-
},
|
|
7034
7030
|
{
|
|
7035
7031
|
name: 'satellite_prn',
|
|
7036
7032
|
type: 'uint8_t',
|
|
@@ -7056,6 +7052,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
7056
7052
|
type: 'uint8_t',
|
|
7057
7053
|
arrayLength: 20,
|
|
7058
7054
|
},
|
|
7055
|
+
{
|
|
7056
|
+
name: 'satellites_visible',
|
|
7057
|
+
type: 'uint8_t',
|
|
7058
|
+
},
|
|
7059
7059
|
]
|
|
7060
7060
|
},
|
|
7061
7061
|
{
|
|
@@ -7918,6 +7918,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
7918
7918
|
id: 50,
|
|
7919
7919
|
name: 'PARAM_MAP_RC',
|
|
7920
7920
|
fields: [
|
|
7921
|
+
{
|
|
7922
|
+
name: 'param_id',
|
|
7923
|
+
type: 'char',
|
|
7924
|
+
arrayLength: 16,
|
|
7925
|
+
},
|
|
7921
7926
|
{
|
|
7922
7927
|
name: 'param_value0',
|
|
7923
7928
|
type: 'float',
|
|
@@ -7946,11 +7951,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
7946
7951
|
name: 'target_component',
|
|
7947
7952
|
type: 'uint8_t',
|
|
7948
7953
|
},
|
|
7949
|
-
{
|
|
7950
|
-
name: 'param_id',
|
|
7951
|
-
type: 'char',
|
|
7952
|
-
arrayLength: 16,
|
|
7953
|
-
},
|
|
7954
7954
|
{
|
|
7955
7955
|
name: 'parameter_rc_channel_index',
|
|
7956
7956
|
type: 'uint8_t',
|
|
@@ -8061,14 +8061,19 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8061
8061
|
name: 'ATTITUDE_QUATERNION_COV',
|
|
8062
8062
|
fields: [
|
|
8063
8063
|
{
|
|
8064
|
-
name: '
|
|
8065
|
-
type: '
|
|
8064
|
+
name: 'covariance',
|
|
8065
|
+
type: 'float',
|
|
8066
|
+
arrayLength: 9,
|
|
8066
8067
|
},
|
|
8067
8068
|
{
|
|
8068
8069
|
name: 'q',
|
|
8069
8070
|
type: 'float',
|
|
8070
8071
|
arrayLength: 4,
|
|
8071
8072
|
},
|
|
8073
|
+
{
|
|
8074
|
+
name: 'time_usec',
|
|
8075
|
+
type: 'uint64_t',
|
|
8076
|
+
},
|
|
8072
8077
|
{
|
|
8073
8078
|
name: 'rollspeed',
|
|
8074
8079
|
type: 'float',
|
|
@@ -8081,11 +8086,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8081
8086
|
name: 'yawspeed',
|
|
8082
8087
|
type: 'float',
|
|
8083
8088
|
},
|
|
8084
|
-
{
|
|
8085
|
-
name: 'covariance',
|
|
8086
|
-
type: 'float',
|
|
8087
|
-
arrayLength: 9,
|
|
8088
|
-
},
|
|
8089
8089
|
]
|
|
8090
8090
|
},
|
|
8091
8091
|
{
|
|
@@ -8130,6 +8130,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8130
8130
|
id: 63,
|
|
8131
8131
|
name: 'GLOBAL_POSITION_INT_COV',
|
|
8132
8132
|
fields: [
|
|
8133
|
+
{
|
|
8134
|
+
name: 'covariance',
|
|
8135
|
+
type: 'float',
|
|
8136
|
+
arrayLength: 36,
|
|
8137
|
+
},
|
|
8133
8138
|
{
|
|
8134
8139
|
name: 'time_usec',
|
|
8135
8140
|
type: 'uint64_t',
|
|
@@ -8162,11 +8167,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8162
8167
|
name: 'vz',
|
|
8163
8168
|
type: 'float',
|
|
8164
8169
|
},
|
|
8165
|
-
{
|
|
8166
|
-
name: 'covariance',
|
|
8167
|
-
type: 'float',
|
|
8168
|
-
arrayLength: 36,
|
|
8169
|
-
},
|
|
8170
8170
|
{
|
|
8171
8171
|
name: 'estimator_type',
|
|
8172
8172
|
type: 'uint8_t',
|
|
@@ -8177,6 +8177,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8177
8177
|
id: 64,
|
|
8178
8178
|
name: 'LOCAL_POSITION_NED_COV',
|
|
8179
8179
|
fields: [
|
|
8180
|
+
{
|
|
8181
|
+
name: 'covariance',
|
|
8182
|
+
type: 'float',
|
|
8183
|
+
arrayLength: 45,
|
|
8184
|
+
},
|
|
8180
8185
|
{
|
|
8181
8186
|
name: 'time_usec',
|
|
8182
8187
|
type: 'uint64_t',
|
|
@@ -8217,11 +8222,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8217
8222
|
name: 'az',
|
|
8218
8223
|
type: 'float',
|
|
8219
8224
|
},
|
|
8220
|
-
{
|
|
8221
|
-
name: 'covariance',
|
|
8222
|
-
type: 'float',
|
|
8223
|
-
arrayLength: 45,
|
|
8224
|
-
},
|
|
8225
8225
|
{
|
|
8226
8226
|
name: 'estimator_type',
|
|
8227
8227
|
type: 'uint8_t',
|
|
@@ -8833,15 +8833,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8833
8833
|
id: 82,
|
|
8834
8834
|
name: 'SET_ATTITUDE_TARGET',
|
|
8835
8835
|
fields: [
|
|
8836
|
-
{
|
|
8837
|
-
name: 'time_boot_ms',
|
|
8838
|
-
type: 'uint32_t',
|
|
8839
|
-
},
|
|
8840
8836
|
{
|
|
8841
8837
|
name: 'q',
|
|
8842
8838
|
type: 'float',
|
|
8843
8839
|
arrayLength: 4,
|
|
8844
8840
|
},
|
|
8841
|
+
{
|
|
8842
|
+
name: 'time_boot_ms',
|
|
8843
|
+
type: 'uint32_t',
|
|
8844
|
+
},
|
|
8845
8845
|
{
|
|
8846
8846
|
name: 'body_roll_rate',
|
|
8847
8847
|
type: 'float',
|
|
@@ -8882,15 +8882,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
8882
8882
|
id: 83,
|
|
8883
8883
|
name: 'ATTITUDE_TARGET',
|
|
8884
8884
|
fields: [
|
|
8885
|
-
{
|
|
8886
|
-
name: 'time_boot_ms',
|
|
8887
|
-
type: 'uint32_t',
|
|
8888
|
-
},
|
|
8889
8885
|
{
|
|
8890
8886
|
name: 'q',
|
|
8891
8887
|
type: 'float',
|
|
8892
8888
|
arrayLength: 4,
|
|
8893
8889
|
},
|
|
8890
|
+
{
|
|
8891
|
+
name: 'time_boot_ms',
|
|
8892
|
+
type: 'uint32_t',
|
|
8893
|
+
},
|
|
8894
8894
|
{
|
|
8895
8895
|
name: 'body_roll_rate',
|
|
8896
8896
|
type: 'float',
|
|
@@ -9397,6 +9397,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9397
9397
|
id: 93,
|
|
9398
9398
|
name: 'HIL_ACTUATOR_CONTROLS',
|
|
9399
9399
|
fields: [
|
|
9400
|
+
{
|
|
9401
|
+
name: 'controls',
|
|
9402
|
+
type: 'float',
|
|
9403
|
+
arrayLength: 16,
|
|
9404
|
+
},
|
|
9400
9405
|
{
|
|
9401
9406
|
name: 'time_usec',
|
|
9402
9407
|
type: 'uint64_t',
|
|
@@ -9405,11 +9410,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9405
9410
|
name: 'flags',
|
|
9406
9411
|
type: 'uint64_t',
|
|
9407
9412
|
},
|
|
9408
|
-
{
|
|
9409
|
-
name: 'controls',
|
|
9410
|
-
type: 'float',
|
|
9411
|
-
arrayLength: 16,
|
|
9412
|
-
},
|
|
9413
9413
|
{
|
|
9414
9414
|
name: 'mode',
|
|
9415
9415
|
type: 'uint8_t',
|
|
@@ -9962,21 +9962,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
9962
9962
|
name: 'FILE_TRANSFER_PROTOCOL',
|
|
9963
9963
|
fields: [
|
|
9964
9964
|
{
|
|
9965
|
-
name: '
|
|
9965
|
+
name: 'payload',
|
|
9966
9966
|
type: 'uint8_t',
|
|
9967
|
+
arrayLength: 251,
|
|
9967
9968
|
},
|
|
9968
9969
|
{
|
|
9969
|
-
name: '
|
|
9970
|
+
name: 'target_network',
|
|
9970
9971
|
type: 'uint8_t',
|
|
9971
9972
|
},
|
|
9972
9973
|
{
|
|
9973
|
-
name: '
|
|
9974
|
+
name: 'target_system',
|
|
9974
9975
|
type: 'uint8_t',
|
|
9975
9976
|
},
|
|
9976
9977
|
{
|
|
9977
|
-
name: '
|
|
9978
|
+
name: 'target_component',
|
|
9978
9979
|
type: 'uint8_t',
|
|
9979
|
-
arrayLength: 251,
|
|
9980
9980
|
},
|
|
9981
9981
|
]
|
|
9982
9982
|
},
|
|
@@ -10144,15 +10144,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10144
10144
|
id: 115,
|
|
10145
10145
|
name: 'HIL_STATE_QUATERNION',
|
|
10146
10146
|
fields: [
|
|
10147
|
-
{
|
|
10148
|
-
name: 'time_usec',
|
|
10149
|
-
type: 'uint64_t',
|
|
10150
|
-
},
|
|
10151
10147
|
{
|
|
10152
10148
|
name: 'attitude_quaternion',
|
|
10153
10149
|
type: 'float',
|
|
10154
10150
|
arrayLength: 4,
|
|
10155
10151
|
},
|
|
10152
|
+
{
|
|
10153
|
+
name: 'time_usec',
|
|
10154
|
+
type: 'uint64_t',
|
|
10155
|
+
},
|
|
10156
10156
|
{
|
|
10157
10157
|
name: 'rollspeed',
|
|
10158
10158
|
type: 'float',
|
|
@@ -10340,6 +10340,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10340
10340
|
id: 120,
|
|
10341
10341
|
name: 'LOG_DATA',
|
|
10342
10342
|
fields: [
|
|
10343
|
+
{
|
|
10344
|
+
name: 'data',
|
|
10345
|
+
type: 'uint8_t',
|
|
10346
|
+
arrayLength: 90,
|
|
10347
|
+
},
|
|
10343
10348
|
{
|
|
10344
10349
|
name: 'ofs',
|
|
10345
10350
|
type: 'uint32_t',
|
|
@@ -10352,11 +10357,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10352
10357
|
name: 'count',
|
|
10353
10358
|
type: 'uint8_t',
|
|
10354
10359
|
},
|
|
10355
|
-
{
|
|
10356
|
-
name: 'data',
|
|
10357
|
-
type: 'uint8_t',
|
|
10358
|
-
arrayLength: 90,
|
|
10359
|
-
},
|
|
10360
10360
|
]
|
|
10361
10361
|
},
|
|
10362
10362
|
{
|
|
@@ -10392,21 +10392,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10392
10392
|
name: 'GPS_INJECT_DATA',
|
|
10393
10393
|
fields: [
|
|
10394
10394
|
{
|
|
10395
|
-
name: '
|
|
10395
|
+
name: 'data',
|
|
10396
10396
|
type: 'uint8_t',
|
|
10397
|
+
arrayLength: 110,
|
|
10397
10398
|
},
|
|
10398
10399
|
{
|
|
10399
|
-
name: '
|
|
10400
|
+
name: 'target_system',
|
|
10400
10401
|
type: 'uint8_t',
|
|
10401
10402
|
},
|
|
10402
10403
|
{
|
|
10403
|
-
name: '
|
|
10404
|
+
name: 'target_component',
|
|
10404
10405
|
type: 'uint8_t',
|
|
10405
10406
|
},
|
|
10406
10407
|
{
|
|
10407
|
-
name: '
|
|
10408
|
+
name: 'len',
|
|
10408
10409
|
type: 'uint8_t',
|
|
10409
|
-
arrayLength: 110,
|
|
10410
10410
|
},
|
|
10411
10411
|
]
|
|
10412
10412
|
},
|
|
@@ -10516,6 +10516,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10516
10516
|
id: 126,
|
|
10517
10517
|
name: 'SERIAL_CONTROL',
|
|
10518
10518
|
fields: [
|
|
10519
|
+
{
|
|
10520
|
+
name: 'data',
|
|
10521
|
+
type: 'uint8_t',
|
|
10522
|
+
arrayLength: 70,
|
|
10523
|
+
},
|
|
10519
10524
|
{
|
|
10520
10525
|
name: 'baudrate',
|
|
10521
10526
|
type: 'uint32_t',
|
|
@@ -10536,11 +10541,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10536
10541
|
name: 'count',
|
|
10537
10542
|
type: 'uint8_t',
|
|
10538
10543
|
},
|
|
10539
|
-
{
|
|
10540
|
-
name: 'data',
|
|
10541
|
-
type: 'uint8_t',
|
|
10542
|
-
arrayLength: 70,
|
|
10543
|
-
},
|
|
10544
10544
|
{
|
|
10545
10545
|
name: 'target_system',
|
|
10546
10546
|
type: 'uint8_t',
|
|
@@ -10758,15 +10758,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10758
10758
|
id: 131,
|
|
10759
10759
|
name: 'ENCAPSULATED_DATA',
|
|
10760
10760
|
fields: [
|
|
10761
|
-
{
|
|
10762
|
-
name: 'seqnr',
|
|
10763
|
-
type: 'uint16_t',
|
|
10764
|
-
},
|
|
10765
10761
|
{
|
|
10766
10762
|
name: 'data',
|
|
10767
10763
|
type: 'uint8_t',
|
|
10768
10764
|
arrayLength: 253,
|
|
10769
10765
|
},
|
|
10766
|
+
{
|
|
10767
|
+
name: 'seqnr',
|
|
10768
|
+
type: 'uint16_t',
|
|
10769
|
+
},
|
|
10770
10770
|
]
|
|
10771
10771
|
},
|
|
10772
10772
|
{
|
|
@@ -10854,6 +10854,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10854
10854
|
id: 134,
|
|
10855
10855
|
name: 'TERRAIN_DATA',
|
|
10856
10856
|
fields: [
|
|
10857
|
+
{
|
|
10858
|
+
name: 'data',
|
|
10859
|
+
type: 'int16_t',
|
|
10860
|
+
arrayLength: 16,
|
|
10861
|
+
},
|
|
10857
10862
|
{
|
|
10858
10863
|
name: 'lat',
|
|
10859
10864
|
type: 'int32_t',
|
|
@@ -10866,11 +10871,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10866
10871
|
name: 'grid_spacing',
|
|
10867
10872
|
type: 'uint16_t',
|
|
10868
10873
|
},
|
|
10869
|
-
{
|
|
10870
|
-
name: 'data',
|
|
10871
|
-
type: 'int16_t',
|
|
10872
|
-
arrayLength: 16,
|
|
10873
|
-
},
|
|
10874
10874
|
{
|
|
10875
10875
|
name: 'gridbit',
|
|
10876
10876
|
type: 'uint8_t',
|
|
@@ -10956,15 +10956,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10956
10956
|
id: 138,
|
|
10957
10957
|
name: 'ATT_POS_MOCAP',
|
|
10958
10958
|
fields: [
|
|
10959
|
-
{
|
|
10960
|
-
name: 'time_usec',
|
|
10961
|
-
type: 'uint64_t',
|
|
10962
|
-
},
|
|
10963
10959
|
{
|
|
10964
10960
|
name: 'q',
|
|
10965
10961
|
type: 'float',
|
|
10966
10962
|
arrayLength: 4,
|
|
10967
10963
|
},
|
|
10964
|
+
{
|
|
10965
|
+
name: 'time_usec',
|
|
10966
|
+
type: 'uint64_t',
|
|
10967
|
+
},
|
|
10968
10968
|
{
|
|
10969
10969
|
name: 'x',
|
|
10970
10970
|
type: 'float',
|
|
@@ -10989,15 +10989,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
10989
10989
|
id: 139,
|
|
10990
10990
|
name: 'SET_ACTUATOR_CONTROL_TARGET',
|
|
10991
10991
|
fields: [
|
|
10992
|
-
{
|
|
10993
|
-
name: 'time_usec',
|
|
10994
|
-
type: 'uint64_t',
|
|
10995
|
-
},
|
|
10996
10992
|
{
|
|
10997
10993
|
name: 'controls',
|
|
10998
10994
|
type: 'float',
|
|
10999
10995
|
arrayLength: 8,
|
|
11000
10996
|
},
|
|
10997
|
+
{
|
|
10998
|
+
name: 'time_usec',
|
|
10999
|
+
type: 'uint64_t',
|
|
11000
|
+
},
|
|
11001
11001
|
{
|
|
11002
11002
|
name: 'group_mlx',
|
|
11003
11003
|
type: 'uint8_t',
|
|
@@ -11016,15 +11016,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11016
11016
|
id: 140,
|
|
11017
11017
|
name: 'ACTUATOR_CONTROL_TARGET',
|
|
11018
11018
|
fields: [
|
|
11019
|
-
{
|
|
11020
|
-
name: 'time_usec',
|
|
11021
|
-
type: 'uint64_t',
|
|
11022
|
-
},
|
|
11023
11019
|
{
|
|
11024
11020
|
name: 'controls',
|
|
11025
11021
|
type: 'float',
|
|
11026
11022
|
arrayLength: 8,
|
|
11027
11023
|
},
|
|
11024
|
+
{
|
|
11025
|
+
name: 'time_usec',
|
|
11026
|
+
type: 'uint64_t',
|
|
11027
|
+
},
|
|
11028
11028
|
{
|
|
11029
11029
|
name: 'group_mlx',
|
|
11030
11030
|
type: 'uint8_t',
|
|
@@ -11070,26 +11070,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11070
11070
|
name: 'RESOURCE_REQUEST',
|
|
11071
11071
|
fields: [
|
|
11072
11072
|
{
|
|
11073
|
-
name: '
|
|
11073
|
+
name: 'uri',
|
|
11074
11074
|
type: 'uint8_t',
|
|
11075
|
+
arrayLength: 120,
|
|
11075
11076
|
},
|
|
11076
11077
|
{
|
|
11077
|
-
name: '
|
|
11078
|
+
name: 'storage',
|
|
11078
11079
|
type: 'uint8_t',
|
|
11080
|
+
arrayLength: 120,
|
|
11079
11081
|
},
|
|
11080
11082
|
{
|
|
11081
|
-
name: '
|
|
11083
|
+
name: 'request_id',
|
|
11082
11084
|
type: 'uint8_t',
|
|
11083
|
-
arrayLength: 120,
|
|
11084
11085
|
},
|
|
11085
11086
|
{
|
|
11086
|
-
name: '
|
|
11087
|
+
name: 'uri_type',
|
|
11087
11088
|
type: 'uint8_t',
|
|
11088
11089
|
},
|
|
11089
11090
|
{
|
|
11090
|
-
name: '
|
|
11091
|
+
name: 'transfer_type',
|
|
11091
11092
|
type: 'uint8_t',
|
|
11092
|
-
arrayLength: 120,
|
|
11093
11093
|
},
|
|
11094
11094
|
]
|
|
11095
11095
|
},
|
|
@@ -11125,49 +11125,49 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11125
11125
|
name: 'FOLLOW_TARGET',
|
|
11126
11126
|
fields: [
|
|
11127
11127
|
{
|
|
11128
|
-
name: '
|
|
11129
|
-
type: '
|
|
11130
|
-
|
|
11131
|
-
{
|
|
11132
|
-
name: 'custom_state',
|
|
11133
|
-
type: 'uint64_t',
|
|
11128
|
+
name: 'attitude_q',
|
|
11129
|
+
type: 'float',
|
|
11130
|
+
arrayLength: 4,
|
|
11134
11131
|
},
|
|
11135
11132
|
{
|
|
11136
|
-
name: '
|
|
11137
|
-
type: '
|
|
11133
|
+
name: 'vel',
|
|
11134
|
+
type: 'float',
|
|
11135
|
+
arrayLength: 3,
|
|
11138
11136
|
},
|
|
11139
11137
|
{
|
|
11140
|
-
name: '
|
|
11141
|
-
type: 'int32_t',
|
|
11142
|
-
},
|
|
11143
|
-
{
|
|
11144
|
-
name: 'alt',
|
|
11138
|
+
name: 'acc',
|
|
11145
11139
|
type: 'float',
|
|
11140
|
+
arrayLength: 3,
|
|
11146
11141
|
},
|
|
11147
11142
|
{
|
|
11148
|
-
name: '
|
|
11143
|
+
name: 'rates',
|
|
11149
11144
|
type: 'float',
|
|
11150
11145
|
arrayLength: 3,
|
|
11151
11146
|
},
|
|
11152
11147
|
{
|
|
11153
|
-
name: '
|
|
11148
|
+
name: 'position_cov',
|
|
11154
11149
|
type: 'float',
|
|
11155
11150
|
arrayLength: 3,
|
|
11156
11151
|
},
|
|
11157
11152
|
{
|
|
11158
|
-
name: '
|
|
11159
|
-
type: '
|
|
11160
|
-
arrayLength: 4,
|
|
11153
|
+
name: 'timestamp',
|
|
11154
|
+
type: 'uint64_t',
|
|
11161
11155
|
},
|
|
11162
11156
|
{
|
|
11163
|
-
name: '
|
|
11164
|
-
type: '
|
|
11165
|
-
arrayLength: 3,
|
|
11157
|
+
name: 'custom_state',
|
|
11158
|
+
type: 'uint64_t',
|
|
11166
11159
|
},
|
|
11167
11160
|
{
|
|
11168
|
-
name: '
|
|
11161
|
+
name: 'lat',
|
|
11162
|
+
type: 'int32_t',
|
|
11163
|
+
},
|
|
11164
|
+
{
|
|
11165
|
+
name: 'lon',
|
|
11166
|
+
type: 'int32_t',
|
|
11167
|
+
},
|
|
11168
|
+
{
|
|
11169
|
+
name: 'alt',
|
|
11169
11170
|
type: 'float',
|
|
11170
|
-
arrayLength: 3,
|
|
11171
11171
|
},
|
|
11172
11172
|
{
|
|
11173
11173
|
name: 'est_capabilities',
|
|
@@ -11179,6 +11179,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11179
11179
|
id: 146,
|
|
11180
11180
|
name: 'CONTROL_SYSTEM_STATE',
|
|
11181
11181
|
fields: [
|
|
11182
|
+
{
|
|
11183
|
+
name: 'q',
|
|
11184
|
+
type: 'float',
|
|
11185
|
+
arrayLength: 4,
|
|
11186
|
+
},
|
|
11187
|
+
{
|
|
11188
|
+
name: 'vel_variance',
|
|
11189
|
+
type: 'float',
|
|
11190
|
+
arrayLength: 3,
|
|
11191
|
+
},
|
|
11192
|
+
{
|
|
11193
|
+
name: 'pos_variance',
|
|
11194
|
+
type: 'float',
|
|
11195
|
+
arrayLength: 3,
|
|
11196
|
+
},
|
|
11182
11197
|
{
|
|
11183
11198
|
name: 'time_usec',
|
|
11184
11199
|
type: 'uint64_t',
|
|
@@ -11223,21 +11238,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11223
11238
|
name: 'airspeed',
|
|
11224
11239
|
type: 'float',
|
|
11225
11240
|
},
|
|
11226
|
-
{
|
|
11227
|
-
name: 'vel_variance',
|
|
11228
|
-
type: 'float',
|
|
11229
|
-
arrayLength: 3,
|
|
11230
|
-
},
|
|
11231
|
-
{
|
|
11232
|
-
name: 'pos_variance',
|
|
11233
|
-
type: 'float',
|
|
11234
|
-
arrayLength: 3,
|
|
11235
|
-
},
|
|
11236
|
-
{
|
|
11237
|
-
name: 'q',
|
|
11238
|
-
type: 'float',
|
|
11239
|
-
arrayLength: 4,
|
|
11240
|
-
},
|
|
11241
11241
|
{
|
|
11242
11242
|
name: 'roll_rate',
|
|
11243
11243
|
type: 'float',
|
|
@@ -11256,6 +11256,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11256
11256
|
id: 147,
|
|
11257
11257
|
name: 'BATTERY_STATUS',
|
|
11258
11258
|
fields: [
|
|
11259
|
+
{
|
|
11260
|
+
name: 'voltages',
|
|
11261
|
+
type: 'uint16_t',
|
|
11262
|
+
arrayLength: 10,
|
|
11263
|
+
},
|
|
11259
11264
|
{
|
|
11260
11265
|
name: 'current_consumed',
|
|
11261
11266
|
type: 'int32_t',
|
|
@@ -11268,11 +11273,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11268
11273
|
name: 'temperature',
|
|
11269
11274
|
type: 'int16_t',
|
|
11270
11275
|
},
|
|
11271
|
-
{
|
|
11272
|
-
name: 'voltages',
|
|
11273
|
-
type: 'uint16_t',
|
|
11274
|
-
arrayLength: 10,
|
|
11275
|
-
},
|
|
11276
11276
|
{
|
|
11277
11277
|
name: 'current_battery',
|
|
11278
11278
|
type: 'int16_t',
|
|
@@ -11329,6 +11329,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11329
11329
|
name: 'capabilities',
|
|
11330
11330
|
type: 'uint64_t',
|
|
11331
11331
|
},
|
|
11332
|
+
{
|
|
11333
|
+
name: 'flight_custom_version',
|
|
11334
|
+
type: 'uint8_t',
|
|
11335
|
+
arrayLength: 8,
|
|
11336
|
+
},
|
|
11337
|
+
{
|
|
11338
|
+
name: 'middleware_custom_version',
|
|
11339
|
+
type: 'uint8_t',
|
|
11340
|
+
arrayLength: 8,
|
|
11341
|
+
},
|
|
11342
|
+
{
|
|
11343
|
+
name: 'os_custom_version',
|
|
11344
|
+
type: 'uint8_t',
|
|
11345
|
+
arrayLength: 8,
|
|
11346
|
+
},
|
|
11332
11347
|
{
|
|
11333
11348
|
name: 'uid',
|
|
11334
11349
|
type: 'uint64_t',
|
|
@@ -11357,21 +11372,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11357
11372
|
name: 'product_id',
|
|
11358
11373
|
type: 'uint16_t',
|
|
11359
11374
|
},
|
|
11360
|
-
{
|
|
11361
|
-
name: 'flight_custom_version',
|
|
11362
|
-
type: 'uint8_t',
|
|
11363
|
-
arrayLength: 8,
|
|
11364
|
-
},
|
|
11365
|
-
{
|
|
11366
|
-
name: 'middleware_custom_version',
|
|
11367
|
-
type: 'uint8_t',
|
|
11368
|
-
arrayLength: 8,
|
|
11369
|
-
},
|
|
11370
|
-
{
|
|
11371
|
-
name: 'os_custom_version',
|
|
11372
|
-
type: 'uint8_t',
|
|
11373
|
-
arrayLength: 8,
|
|
11374
|
-
},
|
|
11375
11375
|
{
|
|
11376
11376
|
name: 'uid2',
|
|
11377
11377
|
type: 'uint8_t',
|
|
@@ -11818,17 +11818,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
11818
11818
|
name: 'GPS_RTCM_DATA',
|
|
11819
11819
|
fields: [
|
|
11820
11820
|
{
|
|
11821
|
-
name: '
|
|
11821
|
+
name: 'data',
|
|
11822
11822
|
type: 'uint8_t',
|
|
11823
|
+
arrayLength: 180,
|
|
11823
11824
|
},
|
|
11824
11825
|
{
|
|
11825
|
-
name: '
|
|
11826
|
+
name: 'flags',
|
|
11826
11827
|
type: 'uint8_t',
|
|
11827
11828
|
},
|
|
11828
11829
|
{
|
|
11829
|
-
name: '
|
|
11830
|
+
name: 'len',
|
|
11830
11831
|
type: 'uint8_t',
|
|
11831
|
-
arrayLength: 180,
|
|
11832
11832
|
},
|
|
11833
11833
|
]
|
|
11834
11834
|
},
|
|
@@ -12086,6 +12086,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12086
12086
|
id: 242,
|
|
12087
12087
|
name: 'HOME_POSITION',
|
|
12088
12088
|
fields: [
|
|
12089
|
+
{
|
|
12090
|
+
name: 'q',
|
|
12091
|
+
type: 'float',
|
|
12092
|
+
arrayLength: 4,
|
|
12093
|
+
},
|
|
12089
12094
|
{
|
|
12090
12095
|
name: 'latitude',
|
|
12091
12096
|
type: 'int32_t',
|
|
@@ -12110,11 +12115,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12110
12115
|
name: 'z',
|
|
12111
12116
|
type: 'float',
|
|
12112
12117
|
},
|
|
12113
|
-
{
|
|
12114
|
-
name: 'q',
|
|
12115
|
-
type: 'float',
|
|
12116
|
-
arrayLength: 4,
|
|
12117
|
-
},
|
|
12118
12118
|
{
|
|
12119
12119
|
name: 'approach_x',
|
|
12120
12120
|
type: 'float',
|
|
@@ -12138,6 +12138,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12138
12138
|
id: 243,
|
|
12139
12139
|
name: 'SET_HOME_POSITION',
|
|
12140
12140
|
fields: [
|
|
12141
|
+
{
|
|
12142
|
+
name: 'q',
|
|
12143
|
+
type: 'float',
|
|
12144
|
+
arrayLength: 4,
|
|
12145
|
+
},
|
|
12141
12146
|
{
|
|
12142
12147
|
name: 'latitude',
|
|
12143
12148
|
type: 'int32_t',
|
|
@@ -12162,11 +12167,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12162
12167
|
name: 'z',
|
|
12163
12168
|
type: 'float',
|
|
12164
12169
|
},
|
|
12165
|
-
{
|
|
12166
|
-
name: 'q',
|
|
12167
|
-
type: 'float',
|
|
12168
|
-
arrayLength: 4,
|
|
12169
|
-
},
|
|
12170
12170
|
{
|
|
12171
12171
|
name: 'approach_x',
|
|
12172
12172
|
type: 'float',
|
|
@@ -12222,6 +12222,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12222
12222
|
id: 246,
|
|
12223
12223
|
name: 'ADSB_VEHICLE',
|
|
12224
12224
|
fields: [
|
|
12225
|
+
{
|
|
12226
|
+
name: 'callsign',
|
|
12227
|
+
type: 'char',
|
|
12228
|
+
arrayLength: 9,
|
|
12229
|
+
},
|
|
12225
12230
|
{
|
|
12226
12231
|
name: 'icao_address',
|
|
12227
12232
|
type: 'uint32_t',
|
|
@@ -12262,11 +12267,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12262
12267
|
name: 'altitude_type',
|
|
12263
12268
|
type: 'uint8_t',
|
|
12264
12269
|
},
|
|
12265
|
-
{
|
|
12266
|
-
name: 'callsign',
|
|
12267
|
-
type: 'char',
|
|
12268
|
-
arrayLength: 9,
|
|
12269
|
-
},
|
|
12270
12270
|
{
|
|
12271
12271
|
name: 'emitter_type',
|
|
12272
12272
|
type: 'uint8_t',
|
|
@@ -12315,6 +12315,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12315
12315
|
id: 248,
|
|
12316
12316
|
name: 'V2_EXTENSION',
|
|
12317
12317
|
fields: [
|
|
12318
|
+
{
|
|
12319
|
+
name: 'payload',
|
|
12320
|
+
type: 'uint8_t',
|
|
12321
|
+
arrayLength: 249,
|
|
12322
|
+
},
|
|
12318
12323
|
{
|
|
12319
12324
|
name: 'message_type',
|
|
12320
12325
|
type: 'uint16_t',
|
|
@@ -12331,17 +12336,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12331
12336
|
name: 'target_component',
|
|
12332
12337
|
type: 'uint8_t',
|
|
12333
12338
|
},
|
|
12334
|
-
{
|
|
12335
|
-
name: 'payload',
|
|
12336
|
-
type: 'uint8_t',
|
|
12337
|
-
arrayLength: 249,
|
|
12338
|
-
},
|
|
12339
12339
|
]
|
|
12340
12340
|
},
|
|
12341
12341
|
{
|
|
12342
12342
|
id: 249,
|
|
12343
12343
|
name: 'MEMORY_VECT',
|
|
12344
12344
|
fields: [
|
|
12345
|
+
{
|
|
12346
|
+
name: 'value',
|
|
12347
|
+
type: 'int8_t',
|
|
12348
|
+
arrayLength: 32,
|
|
12349
|
+
},
|
|
12345
12350
|
{
|
|
12346
12351
|
name: 'address',
|
|
12347
12352
|
type: 'uint16_t',
|
|
@@ -12354,17 +12359,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12354
12359
|
name: 'type',
|
|
12355
12360
|
type: 'uint8_t',
|
|
12356
12361
|
},
|
|
12357
|
-
{
|
|
12358
|
-
name: 'value',
|
|
12359
|
-
type: 'int8_t',
|
|
12360
|
-
arrayLength: 32,
|
|
12361
|
-
},
|
|
12362
12362
|
]
|
|
12363
12363
|
},
|
|
12364
12364
|
{
|
|
12365
12365
|
id: 250,
|
|
12366
12366
|
name: 'DEBUG_VECT',
|
|
12367
12367
|
fields: [
|
|
12368
|
+
{
|
|
12369
|
+
name: 'name',
|
|
12370
|
+
type: 'char',
|
|
12371
|
+
arrayLength: 10,
|
|
12372
|
+
},
|
|
12368
12373
|
{
|
|
12369
12374
|
name: 'time_usec',
|
|
12370
12375
|
type: 'uint64_t',
|
|
@@ -12381,17 +12386,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12381
12386
|
name: 'z',
|
|
12382
12387
|
type: 'float',
|
|
12383
12388
|
},
|
|
12384
|
-
{
|
|
12385
|
-
name: 'name',
|
|
12386
|
-
type: 'char',
|
|
12387
|
-
arrayLength: 10,
|
|
12388
|
-
},
|
|
12389
12389
|
]
|
|
12390
12390
|
},
|
|
12391
12391
|
{
|
|
12392
12392
|
id: 251,
|
|
12393
12393
|
name: 'NAMED_VALUE_FLOAT',
|
|
12394
12394
|
fields: [
|
|
12395
|
+
{
|
|
12396
|
+
name: 'name',
|
|
12397
|
+
type: 'char',
|
|
12398
|
+
arrayLength: 10,
|
|
12399
|
+
},
|
|
12395
12400
|
{
|
|
12396
12401
|
name: 'time_boot_ms',
|
|
12397
12402
|
type: 'uint32_t',
|
|
@@ -12400,17 +12405,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12400
12405
|
name: 'value',
|
|
12401
12406
|
type: 'float',
|
|
12402
12407
|
},
|
|
12403
|
-
{
|
|
12404
|
-
name: 'name',
|
|
12405
|
-
type: 'char',
|
|
12406
|
-
arrayLength: 10,
|
|
12407
|
-
},
|
|
12408
12408
|
]
|
|
12409
12409
|
},
|
|
12410
12410
|
{
|
|
12411
12411
|
id: 252,
|
|
12412
12412
|
name: 'NAMED_VALUE_INT',
|
|
12413
12413
|
fields: [
|
|
12414
|
+
{
|
|
12415
|
+
name: 'name',
|
|
12416
|
+
type: 'char',
|
|
12417
|
+
arrayLength: 10,
|
|
12418
|
+
},
|
|
12414
12419
|
{
|
|
12415
12420
|
name: 'time_boot_ms',
|
|
12416
12421
|
type: 'uint32_t',
|
|
@@ -12419,26 +12424,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12419
12424
|
name: 'value',
|
|
12420
12425
|
type: 'int32_t',
|
|
12421
12426
|
},
|
|
12422
|
-
{
|
|
12423
|
-
name: 'name',
|
|
12424
|
-
type: 'char',
|
|
12425
|
-
arrayLength: 10,
|
|
12426
|
-
},
|
|
12427
12427
|
]
|
|
12428
12428
|
},
|
|
12429
12429
|
{
|
|
12430
12430
|
id: 253,
|
|
12431
12431
|
name: 'STATUSTEXT',
|
|
12432
12432
|
fields: [
|
|
12433
|
-
{
|
|
12434
|
-
name: 'severity',
|
|
12435
|
-
type: 'uint8_t',
|
|
12436
|
-
},
|
|
12437
12433
|
{
|
|
12438
12434
|
name: 'text',
|
|
12439
12435
|
type: 'char',
|
|
12440
12436
|
arrayLength: 50,
|
|
12441
12437
|
},
|
|
12438
|
+
{
|
|
12439
|
+
name: 'severity',
|
|
12440
|
+
type: 'uint8_t',
|
|
12441
|
+
},
|
|
12442
12442
|
{
|
|
12443
12443
|
name: 'id',
|
|
12444
12444
|
type: 'uint16_t',
|
|
@@ -12473,6 +12473,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12473
12473
|
id: 256,
|
|
12474
12474
|
name: 'SETUP_SIGNING',
|
|
12475
12475
|
fields: [
|
|
12476
|
+
{
|
|
12477
|
+
name: 'secret_key',
|
|
12478
|
+
type: 'uint8_t',
|
|
12479
|
+
arrayLength: 32,
|
|
12480
|
+
},
|
|
12476
12481
|
{
|
|
12477
12482
|
name: 'initial_timestamp',
|
|
12478
12483
|
type: 'uint64_t',
|
|
@@ -12485,11 +12490,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12485
12490
|
name: 'target_component',
|
|
12486
12491
|
type: 'uint8_t',
|
|
12487
12492
|
},
|
|
12488
|
-
{
|
|
12489
|
-
name: 'secret_key',
|
|
12490
|
-
type: 'uint8_t',
|
|
12491
|
-
arrayLength: 32,
|
|
12492
|
-
},
|
|
12493
12493
|
]
|
|
12494
12494
|
},
|
|
12495
12495
|
{
|
|
@@ -12514,6 +12514,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12514
12514
|
id: 258,
|
|
12515
12515
|
name: 'PLAY_TUNE',
|
|
12516
12516
|
fields: [
|
|
12517
|
+
{
|
|
12518
|
+
name: 'tune',
|
|
12519
|
+
type: 'char',
|
|
12520
|
+
arrayLength: 30,
|
|
12521
|
+
},
|
|
12517
12522
|
{
|
|
12518
12523
|
name: 'target_system',
|
|
12519
12524
|
type: 'uint8_t',
|
|
@@ -12522,11 +12527,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12522
12527
|
name: 'target_component',
|
|
12523
12528
|
type: 'uint8_t',
|
|
12524
12529
|
},
|
|
12525
|
-
{
|
|
12526
|
-
name: 'tune',
|
|
12527
|
-
type: 'char',
|
|
12528
|
-
arrayLength: 30,
|
|
12529
|
-
},
|
|
12530
12530
|
{
|
|
12531
12531
|
name: 'tune2',
|
|
12532
12532
|
type: 'char',
|
|
@@ -12539,6 +12539,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12539
12539
|
id: 259,
|
|
12540
12540
|
name: 'CAMERA_INFORMATION',
|
|
12541
12541
|
fields: [
|
|
12542
|
+
{
|
|
12543
|
+
name: 'cam_definition_uri',
|
|
12544
|
+
type: 'char',
|
|
12545
|
+
arrayLength: 140,
|
|
12546
|
+
},
|
|
12547
|
+
{
|
|
12548
|
+
name: 'vendor_name',
|
|
12549
|
+
type: 'uint8_t',
|
|
12550
|
+
arrayLength: 32,
|
|
12551
|
+
},
|
|
12552
|
+
{
|
|
12553
|
+
name: 'model_name',
|
|
12554
|
+
type: 'uint8_t',
|
|
12555
|
+
arrayLength: 32,
|
|
12556
|
+
},
|
|
12542
12557
|
{
|
|
12543
12558
|
name: 'time_boot_ms',
|
|
12544
12559
|
type: 'uint32_t',
|
|
@@ -12575,25 +12590,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12575
12590
|
name: 'cam_definition_version',
|
|
12576
12591
|
type: 'uint16_t',
|
|
12577
12592
|
},
|
|
12578
|
-
{
|
|
12579
|
-
name: 'vendor_name',
|
|
12580
|
-
type: 'uint8_t',
|
|
12581
|
-
arrayLength: 32,
|
|
12582
|
-
},
|
|
12583
|
-
{
|
|
12584
|
-
name: 'model_name',
|
|
12585
|
-
type: 'uint8_t',
|
|
12586
|
-
arrayLength: 32,
|
|
12587
|
-
},
|
|
12588
12593
|
{
|
|
12589
12594
|
name: 'lens_id',
|
|
12590
12595
|
type: 'uint8_t',
|
|
12591
12596
|
},
|
|
12592
|
-
{
|
|
12593
|
-
name: 'cam_definition_uri',
|
|
12594
|
-
type: 'char',
|
|
12595
|
-
arrayLength: 140,
|
|
12596
|
-
},
|
|
12597
12597
|
{
|
|
12598
12598
|
name: 'gimbal_device_id',
|
|
12599
12599
|
type: 'uint8_t',
|
|
@@ -12738,13 +12738,23 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12738
12738
|
name: 'CAMERA_IMAGE_CAPTURED',
|
|
12739
12739
|
fields: [
|
|
12740
12740
|
{
|
|
12741
|
-
name: '
|
|
12742
|
-
type: '
|
|
12741
|
+
name: 'file_url',
|
|
12742
|
+
type: 'char',
|
|
12743
|
+
arrayLength: 205,
|
|
12743
12744
|
},
|
|
12744
12745
|
{
|
|
12745
|
-
name: '
|
|
12746
|
-
type: '
|
|
12747
|
-
|
|
12746
|
+
name: 'q',
|
|
12747
|
+
type: 'float',
|
|
12748
|
+
arrayLength: 4,
|
|
12749
|
+
},
|
|
12750
|
+
{
|
|
12751
|
+
name: 'time_utc',
|
|
12752
|
+
type: 'uint64_t',
|
|
12753
|
+
},
|
|
12754
|
+
{
|
|
12755
|
+
name: 'time_boot_ms',
|
|
12756
|
+
type: 'uint32_t',
|
|
12757
|
+
},
|
|
12748
12758
|
{
|
|
12749
12759
|
name: 'lat',
|
|
12750
12760
|
type: 'int32_t',
|
|
@@ -12761,11 +12771,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12761
12771
|
name: 'relative_alt',
|
|
12762
12772
|
type: 'int32_t',
|
|
12763
12773
|
},
|
|
12764
|
-
{
|
|
12765
|
-
name: 'q',
|
|
12766
|
-
type: 'float',
|
|
12767
|
-
arrayLength: 4,
|
|
12768
|
-
},
|
|
12769
12774
|
{
|
|
12770
12775
|
name: 'image_index',
|
|
12771
12776
|
type: 'int32_t',
|
|
@@ -12778,11 +12783,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12778
12783
|
name: 'capture_result',
|
|
12779
12784
|
type: 'int8_t',
|
|
12780
12785
|
},
|
|
12781
|
-
{
|
|
12782
|
-
name: 'file_url',
|
|
12783
|
-
type: 'char',
|
|
12784
|
-
arrayLength: 205,
|
|
12785
|
-
},
|
|
12786
12786
|
]
|
|
12787
12787
|
},
|
|
12788
12788
|
{
|
|
@@ -12843,6 +12843,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12843
12843
|
id: 266,
|
|
12844
12844
|
name: 'LOGGING_DATA',
|
|
12845
12845
|
fields: [
|
|
12846
|
+
{
|
|
12847
|
+
name: 'data',
|
|
12848
|
+
type: 'uint8_t',
|
|
12849
|
+
arrayLength: 249,
|
|
12850
|
+
},
|
|
12846
12851
|
{
|
|
12847
12852
|
name: 'sequence',
|
|
12848
12853
|
type: 'uint16_t',
|
|
@@ -12863,17 +12868,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12863
12868
|
name: 'first_message_offset',
|
|
12864
12869
|
type: 'uint8_t',
|
|
12865
12870
|
},
|
|
12866
|
-
{
|
|
12867
|
-
name: 'data',
|
|
12868
|
-
type: 'uint8_t',
|
|
12869
|
-
arrayLength: 249,
|
|
12870
|
-
},
|
|
12871
12871
|
]
|
|
12872
12872
|
},
|
|
12873
12873
|
{
|
|
12874
12874
|
id: 267,
|
|
12875
12875
|
name: 'LOGGING_DATA_ACKED',
|
|
12876
12876
|
fields: [
|
|
12877
|
+
{
|
|
12878
|
+
name: 'data',
|
|
12879
|
+
type: 'uint8_t',
|
|
12880
|
+
arrayLength: 249,
|
|
12881
|
+
},
|
|
12877
12882
|
{
|
|
12878
12883
|
name: 'sequence',
|
|
12879
12884
|
type: 'uint16_t',
|
|
@@ -12894,11 +12899,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12894
12899
|
name: 'first_message_offset',
|
|
12895
12900
|
type: 'uint8_t',
|
|
12896
12901
|
},
|
|
12897
|
-
{
|
|
12898
|
-
name: 'data',
|
|
12899
|
-
type: 'uint8_t',
|
|
12900
|
-
arrayLength: 249,
|
|
12901
|
-
},
|
|
12902
12902
|
]
|
|
12903
12903
|
},
|
|
12904
12904
|
{
|
|
@@ -12923,6 +12923,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12923
12923
|
id: 269,
|
|
12924
12924
|
name: 'VIDEO_STREAM_INFORMATION',
|
|
12925
12925
|
fields: [
|
|
12926
|
+
{
|
|
12927
|
+
name: 'uri',
|
|
12928
|
+
type: 'char',
|
|
12929
|
+
arrayLength: 160,
|
|
12930
|
+
},
|
|
12931
|
+
{
|
|
12932
|
+
name: 'name',
|
|
12933
|
+
type: 'char',
|
|
12934
|
+
arrayLength: 32,
|
|
12935
|
+
},
|
|
12926
12936
|
{
|
|
12927
12937
|
name: 'framerate',
|
|
12928
12938
|
type: 'float',
|
|
@@ -12963,16 +12973,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
12963
12973
|
name: 'type',
|
|
12964
12974
|
type: 'uint8_t',
|
|
12965
12975
|
},
|
|
12966
|
-
{
|
|
12967
|
-
name: 'name',
|
|
12968
|
-
type: 'char',
|
|
12969
|
-
arrayLength: 32,
|
|
12970
|
-
},
|
|
12971
|
-
{
|
|
12972
|
-
name: 'uri',
|
|
12973
|
-
type: 'char',
|
|
12974
|
-
arrayLength: 160,
|
|
12975
|
-
},
|
|
12976
12976
|
{
|
|
12977
12977
|
name: 'encoding',
|
|
12978
12978
|
type: 'uint8_t',
|
|
@@ -13032,6 +13032,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13032
13032
|
id: 271,
|
|
13033
13033
|
name: 'CAMERA_FOV_STATUS',
|
|
13034
13034
|
fields: [
|
|
13035
|
+
{
|
|
13036
|
+
name: 'q',
|
|
13037
|
+
type: 'float',
|
|
13038
|
+
arrayLength: 4,
|
|
13039
|
+
},
|
|
13035
13040
|
{
|
|
13036
13041
|
name: 'time_boot_ms',
|
|
13037
13042
|
type: 'uint32_t',
|
|
@@ -13060,11 +13065,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13060
13065
|
name: 'alt_image',
|
|
13061
13066
|
type: 'int32_t',
|
|
13062
13067
|
},
|
|
13063
|
-
{
|
|
13064
|
-
name: 'q',
|
|
13065
|
-
type: 'float',
|
|
13066
|
-
arrayLength: 4,
|
|
13067
|
-
},
|
|
13068
13068
|
{
|
|
13069
13069
|
name: 'hfov',
|
|
13070
13070
|
type: 'float',
|
|
@@ -13316,15 +13316,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13316
13316
|
id: 282,
|
|
13317
13317
|
name: 'GIMBAL_MANAGER_SET_ATTITUDE',
|
|
13318
13318
|
fields: [
|
|
13319
|
-
{
|
|
13320
|
-
name: 'flags',
|
|
13321
|
-
type: 'uint32_t',
|
|
13322
|
-
},
|
|
13323
13319
|
{
|
|
13324
13320
|
name: 'q',
|
|
13325
13321
|
type: 'float',
|
|
13326
13322
|
arrayLength: 4,
|
|
13327
13323
|
},
|
|
13324
|
+
{
|
|
13325
|
+
name: 'flags',
|
|
13326
|
+
type: 'uint32_t',
|
|
13327
|
+
},
|
|
13328
13328
|
{
|
|
13329
13329
|
name: 'angular_velocity_x',
|
|
13330
13330
|
type: 'float',
|
|
@@ -13355,6 +13355,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13355
13355
|
id: 283,
|
|
13356
13356
|
name: 'GIMBAL_DEVICE_INFORMATION',
|
|
13357
13357
|
fields: [
|
|
13358
|
+
{
|
|
13359
|
+
name: 'vendor_name',
|
|
13360
|
+
type: 'char',
|
|
13361
|
+
arrayLength: 32,
|
|
13362
|
+
},
|
|
13363
|
+
{
|
|
13364
|
+
name: 'model_name',
|
|
13365
|
+
type: 'char',
|
|
13366
|
+
arrayLength: 32,
|
|
13367
|
+
},
|
|
13368
|
+
{
|
|
13369
|
+
name: 'custom_name',
|
|
13370
|
+
type: 'char',
|
|
13371
|
+
arrayLength: 32,
|
|
13372
|
+
},
|
|
13358
13373
|
{
|
|
13359
13374
|
name: 'uid',
|
|
13360
13375
|
type: 'uint64_t',
|
|
@@ -13403,21 +13418,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13403
13418
|
name: 'custom_cap_flags',
|
|
13404
13419
|
type: 'uint16_t',
|
|
13405
13420
|
},
|
|
13406
|
-
{
|
|
13407
|
-
name: 'vendor_name',
|
|
13408
|
-
type: 'char',
|
|
13409
|
-
arrayLength: 32,
|
|
13410
|
-
},
|
|
13411
|
-
{
|
|
13412
|
-
name: 'model_name',
|
|
13413
|
-
type: 'char',
|
|
13414
|
-
arrayLength: 32,
|
|
13415
|
-
},
|
|
13416
|
-
{
|
|
13417
|
-
name: 'custom_name',
|
|
13418
|
-
type: 'char',
|
|
13419
|
-
arrayLength: 32,
|
|
13420
|
-
},
|
|
13421
13421
|
{
|
|
13422
13422
|
name: 'gimbal_device_id',
|
|
13423
13423
|
type: 'uint8_t',
|
|
@@ -13464,15 +13464,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13464
13464
|
id: 285,
|
|
13465
13465
|
name: 'GIMBAL_DEVICE_ATTITUDE_STATUS',
|
|
13466
13466
|
fields: [
|
|
13467
|
-
{
|
|
13468
|
-
name: 'time_boot_ms',
|
|
13469
|
-
type: 'uint32_t',
|
|
13470
|
-
},
|
|
13471
13467
|
{
|
|
13472
13468
|
name: 'q',
|
|
13473
13469
|
type: 'float',
|
|
13474
13470
|
arrayLength: 4,
|
|
13475
13471
|
},
|
|
13472
|
+
{
|
|
13473
|
+
name: 'time_boot_ms',
|
|
13474
|
+
type: 'uint32_t',
|
|
13475
|
+
},
|
|
13476
13476
|
{
|
|
13477
13477
|
name: 'angular_velocity_x',
|
|
13478
13478
|
type: 'float',
|
|
@@ -13522,15 +13522,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13522
13522
|
id: 286,
|
|
13523
13523
|
name: 'AUTOPILOT_STATE_FOR_GIMBAL_DEVICE',
|
|
13524
13524
|
fields: [
|
|
13525
|
-
{
|
|
13526
|
-
name: 'time_boot_us',
|
|
13527
|
-
type: 'uint64_t',
|
|
13528
|
-
},
|
|
13529
13525
|
{
|
|
13530
13526
|
name: 'q',
|
|
13531
13527
|
type: 'float',
|
|
13532
13528
|
arrayLength: 4,
|
|
13533
13529
|
},
|
|
13530
|
+
{
|
|
13531
|
+
name: 'time_boot_us',
|
|
13532
|
+
type: 'uint64_t',
|
|
13533
|
+
},
|
|
13534
13534
|
{
|
|
13535
13535
|
name: 'q_estimated_delay_us',
|
|
13536
13536
|
type: 'uint32_t',
|
|
@@ -13658,18 +13658,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13658
13658
|
id: 290,
|
|
13659
13659
|
name: 'ESC_INFO',
|
|
13660
13660
|
fields: [
|
|
13661
|
-
{
|
|
13662
|
-
name: 'time_usec',
|
|
13663
|
-
type: 'uint64_t',
|
|
13664
|
-
},
|
|
13665
13661
|
{
|
|
13666
13662
|
name: 'error_count',
|
|
13667
13663
|
type: 'uint32_t',
|
|
13668
13664
|
arrayLength: 4,
|
|
13669
13665
|
},
|
|
13670
13666
|
{
|
|
13671
|
-
name: '
|
|
13672
|
-
type: '
|
|
13667
|
+
name: 'time_usec',
|
|
13668
|
+
type: 'uint64_t',
|
|
13673
13669
|
},
|
|
13674
13670
|
{
|
|
13675
13671
|
name: 'failure_flags',
|
|
@@ -13681,6 +13677,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13681
13677
|
type: 'int16_t',
|
|
13682
13678
|
arrayLength: 4,
|
|
13683
13679
|
},
|
|
13680
|
+
{
|
|
13681
|
+
name: 'counter',
|
|
13682
|
+
type: 'uint16_t',
|
|
13683
|
+
},
|
|
13684
13684
|
{
|
|
13685
13685
|
name: 'index',
|
|
13686
13686
|
type: 'uint8_t',
|
|
@@ -13703,10 +13703,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13703
13703
|
id: 291,
|
|
13704
13704
|
name: 'ESC_STATUS',
|
|
13705
13705
|
fields: [
|
|
13706
|
-
{
|
|
13707
|
-
name: 'time_usec',
|
|
13708
|
-
type: 'uint64_t',
|
|
13709
|
-
},
|
|
13710
13706
|
{
|
|
13711
13707
|
name: 'rpm',
|
|
13712
13708
|
type: 'int32_t',
|
|
@@ -13722,6 +13718,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13722
13718
|
type: 'float',
|
|
13723
13719
|
arrayLength: 4,
|
|
13724
13720
|
},
|
|
13721
|
+
{
|
|
13722
|
+
name: 'time_usec',
|
|
13723
|
+
type: 'uint64_t',
|
|
13724
|
+
},
|
|
13725
13725
|
{
|
|
13726
13726
|
name: 'index',
|
|
13727
13727
|
type: 'uint8_t',
|
|
@@ -13733,14 +13733,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13733
13733
|
name: 'WIFI_CONFIG_AP',
|
|
13734
13734
|
fields: [
|
|
13735
13735
|
{
|
|
13736
|
-
name: '
|
|
13736
|
+
name: 'password',
|
|
13737
13737
|
type: 'char',
|
|
13738
|
-
arrayLength:
|
|
13738
|
+
arrayLength: 64,
|
|
13739
13739
|
},
|
|
13740
13740
|
{
|
|
13741
|
-
name: '
|
|
13741
|
+
name: 'ssid',
|
|
13742
13742
|
type: 'char',
|
|
13743
|
-
arrayLength:
|
|
13743
|
+
arrayLength: 32,
|
|
13744
13744
|
},
|
|
13745
13745
|
{
|
|
13746
13746
|
name: 'mode',
|
|
@@ -13758,6 +13758,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13758
13758
|
id: 301,
|
|
13759
13759
|
name: 'AIS_VESSEL',
|
|
13760
13760
|
fields: [
|
|
13761
|
+
{
|
|
13762
|
+
name: 'name',
|
|
13763
|
+
type: 'char',
|
|
13764
|
+
arrayLength: 20,
|
|
13765
|
+
},
|
|
13766
|
+
{
|
|
13767
|
+
name: 'callsign',
|
|
13768
|
+
type: 'char',
|
|
13769
|
+
arrayLength: 7,
|
|
13770
|
+
},
|
|
13761
13771
|
{
|
|
13762
13772
|
name: 'mmsi',
|
|
13763
13773
|
type: 'uint32_t',
|
|
@@ -13818,16 +13828,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13818
13828
|
name: 'dimension_starboard',
|
|
13819
13829
|
type: 'uint8_t',
|
|
13820
13830
|
},
|
|
13821
|
-
{
|
|
13822
|
-
name: 'callsign',
|
|
13823
|
-
type: 'char',
|
|
13824
|
-
arrayLength: 7,
|
|
13825
|
-
},
|
|
13826
|
-
{
|
|
13827
|
-
name: 'name',
|
|
13828
|
-
type: 'char',
|
|
13829
|
-
arrayLength: 20,
|
|
13830
|
-
},
|
|
13831
13831
|
]
|
|
13832
13832
|
},
|
|
13833
13833
|
{
|
|
@@ -13864,6 +13864,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13864
13864
|
id: 311,
|
|
13865
13865
|
name: 'UAVCAN_NODE_INFO',
|
|
13866
13866
|
fields: [
|
|
13867
|
+
{
|
|
13868
|
+
name: 'name',
|
|
13869
|
+
type: 'char',
|
|
13870
|
+
arrayLength: 80,
|
|
13871
|
+
},
|
|
13872
|
+
{
|
|
13873
|
+
name: 'hw_unique_id',
|
|
13874
|
+
type: 'uint8_t',
|
|
13875
|
+
arrayLength: 16,
|
|
13876
|
+
},
|
|
13867
13877
|
{
|
|
13868
13878
|
name: 'time_usec',
|
|
13869
13879
|
type: 'uint64_t',
|
|
@@ -13876,11 +13886,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13876
13886
|
name: 'sw_vcs_commit',
|
|
13877
13887
|
type: 'uint32_t',
|
|
13878
13888
|
},
|
|
13879
|
-
{
|
|
13880
|
-
name: 'name',
|
|
13881
|
-
type: 'char',
|
|
13882
|
-
arrayLength: 80,
|
|
13883
|
-
},
|
|
13884
13889
|
{
|
|
13885
13890
|
name: 'hw_version_major',
|
|
13886
13891
|
type: 'uint8_t',
|
|
@@ -13889,11 +13894,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13889
13894
|
name: 'hw_version_minor',
|
|
13890
13895
|
type: 'uint8_t',
|
|
13891
13896
|
},
|
|
13892
|
-
{
|
|
13893
|
-
name: 'hw_unique_id',
|
|
13894
|
-
type: 'uint8_t',
|
|
13895
|
-
arrayLength: 16,
|
|
13896
|
-
},
|
|
13897
13897
|
{
|
|
13898
13898
|
name: 'sw_version_major',
|
|
13899
13899
|
type: 'uint8_t',
|
|
@@ -13908,6 +13908,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13908
13908
|
id: 320,
|
|
13909
13909
|
name: 'PARAM_EXT_REQUEST_READ',
|
|
13910
13910
|
fields: [
|
|
13911
|
+
{
|
|
13912
|
+
name: 'param_id',
|
|
13913
|
+
type: 'char',
|
|
13914
|
+
arrayLength: 16,
|
|
13915
|
+
},
|
|
13911
13916
|
{
|
|
13912
13917
|
name: 'param_index',
|
|
13913
13918
|
type: 'int16_t',
|
|
@@ -13920,11 +13925,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13920
13925
|
name: 'target_component',
|
|
13921
13926
|
type: 'uint8_t',
|
|
13922
13927
|
},
|
|
13923
|
-
{
|
|
13924
|
-
name: 'param_id',
|
|
13925
|
-
type: 'char',
|
|
13926
|
-
arrayLength: 16,
|
|
13927
|
-
},
|
|
13928
13928
|
]
|
|
13929
13929
|
},
|
|
13930
13930
|
{
|
|
@@ -13946,12 +13946,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13946
13946
|
name: 'PARAM_EXT_VALUE',
|
|
13947
13947
|
fields: [
|
|
13948
13948
|
{
|
|
13949
|
-
name: '
|
|
13950
|
-
type: '
|
|
13951
|
-
|
|
13952
|
-
{
|
|
13953
|
-
name: 'param_index',
|
|
13954
|
-
type: 'uint16_t',
|
|
13949
|
+
name: 'param_value',
|
|
13950
|
+
type: 'char',
|
|
13951
|
+
arrayLength: 128,
|
|
13955
13952
|
},
|
|
13956
13953
|
{
|
|
13957
13954
|
name: 'param_id',
|
|
@@ -13959,9 +13956,12 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13959
13956
|
arrayLength: 16,
|
|
13960
13957
|
},
|
|
13961
13958
|
{
|
|
13962
|
-
name: '
|
|
13963
|
-
type: '
|
|
13964
|
-
|
|
13959
|
+
name: 'param_count',
|
|
13960
|
+
type: 'uint16_t',
|
|
13961
|
+
},
|
|
13962
|
+
{
|
|
13963
|
+
name: 'param_index',
|
|
13964
|
+
type: 'uint16_t',
|
|
13965
13965
|
},
|
|
13966
13966
|
{
|
|
13967
13967
|
name: 'param_type',
|
|
@@ -13974,12 +13974,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13974
13974
|
name: 'PARAM_EXT_SET',
|
|
13975
13975
|
fields: [
|
|
13976
13976
|
{
|
|
13977
|
-
name: '
|
|
13978
|
-
type: '
|
|
13979
|
-
|
|
13980
|
-
{
|
|
13981
|
-
name: 'target_component',
|
|
13982
|
-
type: 'uint8_t',
|
|
13977
|
+
name: 'param_value',
|
|
13978
|
+
type: 'char',
|
|
13979
|
+
arrayLength: 128,
|
|
13983
13980
|
},
|
|
13984
13981
|
{
|
|
13985
13982
|
name: 'param_id',
|
|
@@ -13987,9 +13984,12 @@ const MESSAGE_DEFINITIONS = [
|
|
|
13987
13984
|
arrayLength: 16,
|
|
13988
13985
|
},
|
|
13989
13986
|
{
|
|
13990
|
-
name: '
|
|
13991
|
-
type: '
|
|
13992
|
-
|
|
13987
|
+
name: 'target_system',
|
|
13988
|
+
type: 'uint8_t',
|
|
13989
|
+
},
|
|
13990
|
+
{
|
|
13991
|
+
name: 'target_component',
|
|
13992
|
+
type: 'uint8_t',
|
|
13993
13993
|
},
|
|
13994
13994
|
{
|
|
13995
13995
|
name: 'param_type',
|
|
@@ -14002,14 +14002,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14002
14002
|
name: 'PARAM_EXT_ACK',
|
|
14003
14003
|
fields: [
|
|
14004
14004
|
{
|
|
14005
|
-
name: '
|
|
14005
|
+
name: 'param_value',
|
|
14006
14006
|
type: 'char',
|
|
14007
|
-
arrayLength:
|
|
14007
|
+
arrayLength: 128,
|
|
14008
14008
|
},
|
|
14009
14009
|
{
|
|
14010
|
-
name: '
|
|
14010
|
+
name: 'param_id',
|
|
14011
14011
|
type: 'char',
|
|
14012
|
-
arrayLength:
|
|
14012
|
+
arrayLength: 16,
|
|
14013
14013
|
},
|
|
14014
14014
|
{
|
|
14015
14015
|
name: 'param_type',
|
|
@@ -14025,15 +14025,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14025
14025
|
id: 330,
|
|
14026
14026
|
name: 'OBSTACLE_DISTANCE',
|
|
14027
14027
|
fields: [
|
|
14028
|
-
{
|
|
14029
|
-
name: 'time_usec',
|
|
14030
|
-
type: 'uint64_t',
|
|
14031
|
-
},
|
|
14032
14028
|
{
|
|
14033
14029
|
name: 'distances',
|
|
14034
14030
|
type: 'uint16_t',
|
|
14035
14031
|
arrayLength: 72,
|
|
14036
14032
|
},
|
|
14033
|
+
{
|
|
14034
|
+
name: 'time_usec',
|
|
14035
|
+
type: 'uint64_t',
|
|
14036
|
+
},
|
|
14037
14037
|
{
|
|
14038
14038
|
name: 'min_distance',
|
|
14039
14039
|
type: 'uint16_t',
|
|
@@ -14071,6 +14071,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14071
14071
|
id: 331,
|
|
14072
14072
|
name: 'ODOMETRY',
|
|
14073
14073
|
fields: [
|
|
14074
|
+
{
|
|
14075
|
+
name: 'pose_covariance',
|
|
14076
|
+
type: 'float',
|
|
14077
|
+
arrayLength: 21,
|
|
14078
|
+
},
|
|
14079
|
+
{
|
|
14080
|
+
name: 'velocity_covariance',
|
|
14081
|
+
type: 'float',
|
|
14082
|
+
arrayLength: 21,
|
|
14083
|
+
},
|
|
14084
|
+
{
|
|
14085
|
+
name: 'q',
|
|
14086
|
+
type: 'float',
|
|
14087
|
+
arrayLength: 4,
|
|
14088
|
+
},
|
|
14074
14089
|
{
|
|
14075
14090
|
name: 'time_usec',
|
|
14076
14091
|
type: 'uint64_t',
|
|
@@ -14087,11 +14102,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14087
14102
|
name: 'z',
|
|
14088
14103
|
type: 'float',
|
|
14089
14104
|
},
|
|
14090
|
-
{
|
|
14091
|
-
name: 'q',
|
|
14092
|
-
type: 'float',
|
|
14093
|
-
arrayLength: 4,
|
|
14094
|
-
},
|
|
14095
14105
|
{
|
|
14096
14106
|
name: 'vx',
|
|
14097
14107
|
type: 'float',
|
|
@@ -14116,16 +14126,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14116
14126
|
name: 'yawspeed',
|
|
14117
14127
|
type: 'float',
|
|
14118
14128
|
},
|
|
14119
|
-
{
|
|
14120
|
-
name: 'pose_covariance',
|
|
14121
|
-
type: 'float',
|
|
14122
|
-
arrayLength: 21,
|
|
14123
|
-
},
|
|
14124
|
-
{
|
|
14125
|
-
name: 'velocity_covariance',
|
|
14126
|
-
type: 'float',
|
|
14127
|
-
arrayLength: 21,
|
|
14128
|
-
},
|
|
14129
14129
|
{
|
|
14130
14130
|
name: 'frame_id',
|
|
14131
14131
|
type: 'uint8_t',
|
|
@@ -14155,10 +14155,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14155
14155
|
id: 332,
|
|
14156
14156
|
name: 'TRAJECTORY_REPRESENTATION_WAYPOINTS',
|
|
14157
14157
|
fields: [
|
|
14158
|
-
{
|
|
14159
|
-
name: 'time_usec',
|
|
14160
|
-
type: 'uint64_t',
|
|
14161
|
-
},
|
|
14162
14158
|
{
|
|
14163
14159
|
name: 'pos_x',
|
|
14164
14160
|
type: 'float',
|
|
@@ -14219,6 +14215,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14219
14215
|
type: 'uint16_t',
|
|
14220
14216
|
arrayLength: 5,
|
|
14221
14217
|
},
|
|
14218
|
+
{
|
|
14219
|
+
name: 'time_usec',
|
|
14220
|
+
type: 'uint64_t',
|
|
14221
|
+
},
|
|
14222
14222
|
{
|
|
14223
14223
|
name: 'valid_points',
|
|
14224
14224
|
type: 'uint8_t',
|
|
@@ -14229,10 +14229,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14229
14229
|
id: 333,
|
|
14230
14230
|
name: 'TRAJECTORY_REPRESENTATION_BEZIER',
|
|
14231
14231
|
fields: [
|
|
14232
|
-
{
|
|
14233
|
-
name: 'time_usec',
|
|
14234
|
-
type: 'uint64_t',
|
|
14235
|
-
},
|
|
14236
14232
|
{
|
|
14237
14233
|
name: 'pos_x',
|
|
14238
14234
|
type: 'float',
|
|
@@ -14258,6 +14254,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14258
14254
|
type: 'float',
|
|
14259
14255
|
arrayLength: 5,
|
|
14260
14256
|
},
|
|
14257
|
+
{
|
|
14258
|
+
name: 'time_usec',
|
|
14259
|
+
type: 'uint64_t',
|
|
14260
|
+
},
|
|
14261
14261
|
{
|
|
14262
14262
|
name: 'valid_points',
|
|
14263
14263
|
type: 'uint8_t',
|
|
@@ -14341,12 +14341,9 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14341
14341
|
name: 'CELLULAR_CONFIG',
|
|
14342
14342
|
fields: [
|
|
14343
14343
|
{
|
|
14344
|
-
name: '
|
|
14345
|
-
type: '
|
|
14346
|
-
|
|
14347
|
-
{
|
|
14348
|
-
name: 'enable_pin',
|
|
14349
|
-
type: 'uint8_t',
|
|
14344
|
+
name: 'apn',
|
|
14345
|
+
type: 'char',
|
|
14346
|
+
arrayLength: 32,
|
|
14350
14347
|
},
|
|
14351
14348
|
{
|
|
14352
14349
|
name: 'pin',
|
|
@@ -14358,16 +14355,19 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14358
14355
|
type: 'char',
|
|
14359
14356
|
arrayLength: 16,
|
|
14360
14357
|
},
|
|
14361
|
-
{
|
|
14362
|
-
name: 'apn',
|
|
14363
|
-
type: 'char',
|
|
14364
|
-
arrayLength: 32,
|
|
14365
|
-
},
|
|
14366
14358
|
{
|
|
14367
14359
|
name: 'puk',
|
|
14368
14360
|
type: 'char',
|
|
14369
14361
|
arrayLength: 16,
|
|
14370
14362
|
},
|
|
14363
|
+
{
|
|
14364
|
+
name: 'enable_lte',
|
|
14365
|
+
type: 'uint8_t',
|
|
14366
|
+
},
|
|
14367
|
+
{
|
|
14368
|
+
name: 'enable_pin',
|
|
14369
|
+
type: 'uint8_t',
|
|
14370
|
+
},
|
|
14371
14371
|
{
|
|
14372
14372
|
name: 'roaming',
|
|
14373
14373
|
type: 'uint8_t',
|
|
@@ -14396,6 +14396,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14396
14396
|
id: 340,
|
|
14397
14397
|
name: 'UTM_GLOBAL_POSITION',
|
|
14398
14398
|
fields: [
|
|
14399
|
+
{
|
|
14400
|
+
name: 'uas_id',
|
|
14401
|
+
type: 'uint8_t',
|
|
14402
|
+
arrayLength: 18,
|
|
14403
|
+
},
|
|
14399
14404
|
{
|
|
14400
14405
|
name: 'time',
|
|
14401
14406
|
type: 'uint64_t',
|
|
@@ -14456,11 +14461,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14456
14461
|
name: 'update_rate',
|
|
14457
14462
|
type: 'uint16_t',
|
|
14458
14463
|
},
|
|
14459
|
-
{
|
|
14460
|
-
name: 'uas_id',
|
|
14461
|
-
type: 'uint8_t',
|
|
14462
|
-
arrayLength: 18,
|
|
14463
|
-
},
|
|
14464
14464
|
{
|
|
14465
14465
|
name: 'flight_state',
|
|
14466
14466
|
type: 'uint8_t',
|
|
@@ -14475,6 +14475,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14475
14475
|
id: 350,
|
|
14476
14476
|
name: 'DEBUG_FLOAT_ARRAY',
|
|
14477
14477
|
fields: [
|
|
14478
|
+
{
|
|
14479
|
+
name: 'name',
|
|
14480
|
+
type: 'char',
|
|
14481
|
+
arrayLength: 10,
|
|
14482
|
+
},
|
|
14478
14483
|
{
|
|
14479
14484
|
name: 'time_usec',
|
|
14480
14485
|
type: 'uint64_t',
|
|
@@ -14483,11 +14488,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14483
14488
|
name: 'array_id',
|
|
14484
14489
|
type: 'uint16_t',
|
|
14485
14490
|
},
|
|
14486
|
-
{
|
|
14487
|
-
name: 'name',
|
|
14488
|
-
type: 'char',
|
|
14489
|
-
arrayLength: 10,
|
|
14490
|
-
},
|
|
14491
14491
|
{
|
|
14492
14492
|
name: 'data',
|
|
14493
14493
|
type: 'float',
|
|
@@ -14530,6 +14530,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14530
14530
|
id: 370,
|
|
14531
14531
|
name: 'SMART_BATTERY_INFO',
|
|
14532
14532
|
fields: [
|
|
14533
|
+
{
|
|
14534
|
+
name: 'device_name',
|
|
14535
|
+
type: 'char',
|
|
14536
|
+
arrayLength: 50,
|
|
14537
|
+
},
|
|
14538
|
+
{
|
|
14539
|
+
name: 'serial_number',
|
|
14540
|
+
type: 'char',
|
|
14541
|
+
arrayLength: 16,
|
|
14542
|
+
},
|
|
14533
14543
|
{
|
|
14534
14544
|
name: 'capacity_full_specification',
|
|
14535
14545
|
type: 'int32_t',
|
|
@@ -14570,16 +14580,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14570
14580
|
name: 'type',
|
|
14571
14581
|
type: 'uint8_t',
|
|
14572
14582
|
},
|
|
14573
|
-
{
|
|
14574
|
-
name: 'serial_number',
|
|
14575
|
-
type: 'char',
|
|
14576
|
-
arrayLength: 16,
|
|
14577
|
-
},
|
|
14578
|
-
{
|
|
14579
|
-
name: 'device_name',
|
|
14580
|
-
type: 'char',
|
|
14581
|
-
arrayLength: 50,
|
|
14582
|
-
},
|
|
14583
14583
|
{
|
|
14584
14584
|
name: 'charging_maximum_voltage',
|
|
14585
14585
|
type: 'uint16_t',
|
|
@@ -14650,6 +14650,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14650
14650
|
id: 372,
|
|
14651
14651
|
name: 'BATTERY_INFO',
|
|
14652
14652
|
fields: [
|
|
14653
|
+
{
|
|
14654
|
+
name: 'name',
|
|
14655
|
+
type: 'char',
|
|
14656
|
+
arrayLength: 50,
|
|
14657
|
+
},
|
|
14658
|
+
{
|
|
14659
|
+
name: 'serial_number',
|
|
14660
|
+
type: 'char',
|
|
14661
|
+
arrayLength: 32,
|
|
14662
|
+
},
|
|
14663
|
+
{
|
|
14664
|
+
name: 'manufacture_date',
|
|
14665
|
+
type: 'char',
|
|
14666
|
+
arrayLength: 9,
|
|
14667
|
+
},
|
|
14653
14668
|
{
|
|
14654
14669
|
name: 'discharge_minimum_voltage',
|
|
14655
14670
|
type: 'float',
|
|
@@ -14718,21 +14733,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14718
14733
|
name: 'cells_in_series',
|
|
14719
14734
|
type: 'uint8_t',
|
|
14720
14735
|
},
|
|
14721
|
-
{
|
|
14722
|
-
name: 'manufacture_date',
|
|
14723
|
-
type: 'char',
|
|
14724
|
-
arrayLength: 9,
|
|
14725
|
-
},
|
|
14726
|
-
{
|
|
14727
|
-
name: 'serial_number',
|
|
14728
|
-
type: 'char',
|
|
14729
|
-
arrayLength: 32,
|
|
14730
|
-
},
|
|
14731
|
-
{
|
|
14732
|
-
name: 'name',
|
|
14733
|
-
type: 'char',
|
|
14734
|
-
arrayLength: 50,
|
|
14735
|
-
},
|
|
14736
14736
|
]
|
|
14737
14737
|
},
|
|
14738
14738
|
{
|
|
@@ -14789,6 +14789,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14789
14789
|
id: 375,
|
|
14790
14790
|
name: 'ACTUATOR_OUTPUT_STATUS',
|
|
14791
14791
|
fields: [
|
|
14792
|
+
{
|
|
14793
|
+
name: 'actuator',
|
|
14794
|
+
type: 'float',
|
|
14795
|
+
arrayLength: 32,
|
|
14796
|
+
},
|
|
14792
14797
|
{
|
|
14793
14798
|
name: 'time_usec',
|
|
14794
14799
|
type: 'uint64_t',
|
|
@@ -14797,11 +14802,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14797
14802
|
name: 'active',
|
|
14798
14803
|
type: 'uint32_t',
|
|
14799
14804
|
},
|
|
14800
|
-
{
|
|
14801
|
-
name: 'actuator',
|
|
14802
|
-
type: 'float',
|
|
14803
|
-
arrayLength: 32,
|
|
14804
|
-
},
|
|
14805
14805
|
]
|
|
14806
14806
|
},
|
|
14807
14807
|
{
|
|
@@ -14834,6 +14834,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14834
14834
|
id: 385,
|
|
14835
14835
|
name: 'TUNNEL',
|
|
14836
14836
|
fields: [
|
|
14837
|
+
{
|
|
14838
|
+
name: 'payload',
|
|
14839
|
+
type: 'uint8_t',
|
|
14840
|
+
arrayLength: 128,
|
|
14841
|
+
},
|
|
14837
14842
|
{
|
|
14838
14843
|
name: 'payload_type',
|
|
14839
14844
|
type: 'uint16_t',
|
|
@@ -14850,17 +14855,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14850
14855
|
name: 'payload_length',
|
|
14851
14856
|
type: 'uint8_t',
|
|
14852
14857
|
},
|
|
14853
|
-
{
|
|
14854
|
-
name: 'payload',
|
|
14855
|
-
type: 'uint8_t',
|
|
14856
|
-
arrayLength: 128,
|
|
14857
|
-
},
|
|
14858
14858
|
]
|
|
14859
14859
|
},
|
|
14860
14860
|
{
|
|
14861
14861
|
id: 386,
|
|
14862
14862
|
name: 'CAN_FRAME',
|
|
14863
14863
|
fields: [
|
|
14864
|
+
{
|
|
14865
|
+
name: 'data',
|
|
14866
|
+
type: 'uint8_t',
|
|
14867
|
+
arrayLength: 8,
|
|
14868
|
+
},
|
|
14864
14869
|
{
|
|
14865
14870
|
name: 'id',
|
|
14866
14871
|
type: 'uint32_t',
|
|
@@ -14881,11 +14886,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14881
14886
|
name: 'len',
|
|
14882
14887
|
type: 'uint8_t',
|
|
14883
14888
|
},
|
|
14884
|
-
{
|
|
14885
|
-
name: 'data',
|
|
14886
|
-
type: 'uint8_t',
|
|
14887
|
-
arrayLength: 8,
|
|
14888
|
-
},
|
|
14889
14889
|
]
|
|
14890
14890
|
},
|
|
14891
14891
|
{
|
|
@@ -14893,20 +14893,29 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14893
14893
|
name: 'ONBOARD_COMPUTER_STATUS',
|
|
14894
14894
|
fields: [
|
|
14895
14895
|
{
|
|
14896
|
-
name: '
|
|
14897
|
-
type: '
|
|
14896
|
+
name: 'link_type',
|
|
14897
|
+
type: 'uint32_t',
|
|
14898
|
+
arrayLength: 6,
|
|
14898
14899
|
},
|
|
14899
14900
|
{
|
|
14900
|
-
name: '
|
|
14901
|
+
name: 'link_tx_rate',
|
|
14901
14902
|
type: 'uint32_t',
|
|
14903
|
+
arrayLength: 6,
|
|
14902
14904
|
},
|
|
14903
14905
|
{
|
|
14904
|
-
name: '
|
|
14906
|
+
name: 'link_rx_rate',
|
|
14907
|
+
type: 'uint32_t',
|
|
14908
|
+
arrayLength: 6,
|
|
14909
|
+
},
|
|
14910
|
+
{
|
|
14911
|
+
name: 'link_tx_max',
|
|
14905
14912
|
type: 'uint32_t',
|
|
14913
|
+
arrayLength: 6,
|
|
14906
14914
|
},
|
|
14907
14915
|
{
|
|
14908
|
-
name: '
|
|
14916
|
+
name: 'link_rx_max',
|
|
14909
14917
|
type: 'uint32_t',
|
|
14918
|
+
arrayLength: 6,
|
|
14910
14919
|
},
|
|
14911
14920
|
{
|
|
14912
14921
|
name: 'storage_type',
|
|
@@ -14924,29 +14933,28 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14924
14933
|
arrayLength: 4,
|
|
14925
14934
|
},
|
|
14926
14935
|
{
|
|
14927
|
-
name: '
|
|
14928
|
-
type: '
|
|
14929
|
-
arrayLength:
|
|
14936
|
+
name: 'cpu_combined',
|
|
14937
|
+
type: 'uint8_t',
|
|
14938
|
+
arrayLength: 10,
|
|
14930
14939
|
},
|
|
14931
14940
|
{
|
|
14932
|
-
name: '
|
|
14933
|
-
type: '
|
|
14934
|
-
arrayLength:
|
|
14941
|
+
name: 'gpu_combined',
|
|
14942
|
+
type: 'uint8_t',
|
|
14943
|
+
arrayLength: 10,
|
|
14935
14944
|
},
|
|
14936
14945
|
{
|
|
14937
|
-
name: '
|
|
14938
|
-
type: '
|
|
14939
|
-
arrayLength: 6,
|
|
14946
|
+
name: 'time_usec',
|
|
14947
|
+
type: 'uint64_t',
|
|
14940
14948
|
},
|
|
14941
14949
|
{
|
|
14942
|
-
name: '
|
|
14943
|
-
type: '
|
|
14944
|
-
arrayLength:
|
|
14950
|
+
name: 'cpu_cores',
|
|
14951
|
+
type: 'uint8_t',
|
|
14952
|
+
arrayLength: 8,
|
|
14945
14953
|
},
|
|
14946
14954
|
{
|
|
14947
|
-
name: '
|
|
14948
|
-
type: '
|
|
14949
|
-
arrayLength:
|
|
14955
|
+
name: 'temperature_core',
|
|
14956
|
+
type: 'int8_t',
|
|
14957
|
+
arrayLength: 8,
|
|
14950
14958
|
},
|
|
14951
14959
|
{
|
|
14952
14960
|
name: 'fan_speed',
|
|
@@ -14954,56 +14962,36 @@ const MESSAGE_DEFINITIONS = [
|
|
|
14954
14962
|
arrayLength: 4,
|
|
14955
14963
|
},
|
|
14956
14964
|
{
|
|
14957
|
-
name: '
|
|
14958
|
-
type: '
|
|
14965
|
+
name: 'uptime',
|
|
14966
|
+
type: 'uint32_t',
|
|
14959
14967
|
},
|
|
14960
14968
|
{
|
|
14961
|
-
name: '
|
|
14969
|
+
name: 'gpu_cores',
|
|
14962
14970
|
type: 'uint8_t',
|
|
14963
|
-
arrayLength:
|
|
14971
|
+
arrayLength: 4,
|
|
14964
14972
|
},
|
|
14965
14973
|
{
|
|
14966
|
-
name: '
|
|
14967
|
-
type: '
|
|
14968
|
-
arrayLength: 10,
|
|
14974
|
+
name: 'ram_usage',
|
|
14975
|
+
type: 'uint32_t',
|
|
14969
14976
|
},
|
|
14970
14977
|
{
|
|
14971
|
-
name: '
|
|
14972
|
-
type: '
|
|
14973
|
-
arrayLength: 4,
|
|
14978
|
+
name: 'ram_total',
|
|
14979
|
+
type: 'uint32_t',
|
|
14974
14980
|
},
|
|
14975
14981
|
{
|
|
14976
|
-
name: '
|
|
14982
|
+
name: 'type',
|
|
14977
14983
|
type: 'uint8_t',
|
|
14978
|
-
arrayLength: 10,
|
|
14979
14984
|
},
|
|
14980
14985
|
{
|
|
14981
14986
|
name: 'temperature_board',
|
|
14982
14987
|
type: 'int8_t',
|
|
14983
14988
|
},
|
|
14984
|
-
{
|
|
14985
|
-
name: 'temperature_core',
|
|
14986
|
-
type: 'int8_t',
|
|
14987
|
-
arrayLength: 8,
|
|
14988
|
-
},
|
|
14989
14989
|
]
|
|
14990
14990
|
},
|
|
14991
14991
|
{
|
|
14992
14992
|
id: 395,
|
|
14993
14993
|
name: 'COMPONENT_INFORMATION',
|
|
14994
14994
|
fields: [
|
|
14995
|
-
{
|
|
14996
|
-
name: 'time_boot_ms',
|
|
14997
|
-
type: 'uint32_t',
|
|
14998
|
-
},
|
|
14999
|
-
{
|
|
15000
|
-
name: 'general_metadata_file_crc',
|
|
15001
|
-
type: 'uint32_t',
|
|
15002
|
-
},
|
|
15003
|
-
{
|
|
15004
|
-
name: 'peripherals_metadata_file_crc',
|
|
15005
|
-
type: 'uint32_t',
|
|
15006
|
-
},
|
|
15007
14995
|
{
|
|
15008
14996
|
name: 'general_metadata_uri',
|
|
15009
14997
|
type: 'char',
|
|
@@ -15014,24 +15002,24 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15014
15002
|
type: 'char',
|
|
15015
15003
|
arrayLength: 100,
|
|
15016
15004
|
},
|
|
15017
|
-
]
|
|
15018
|
-
},
|
|
15019
|
-
{
|
|
15020
|
-
id: 396,
|
|
15021
|
-
name: 'COMPONENT_INFORMATION_BASIC',
|
|
15022
|
-
fields: [
|
|
15023
15005
|
{
|
|
15024
|
-
name: '
|
|
15025
|
-
type: '
|
|
15006
|
+
name: 'time_boot_ms',
|
|
15007
|
+
type: 'uint32_t',
|
|
15026
15008
|
},
|
|
15027
15009
|
{
|
|
15028
|
-
name: '
|
|
15010
|
+
name: 'general_metadata_file_crc',
|
|
15029
15011
|
type: 'uint32_t',
|
|
15030
15012
|
},
|
|
15031
15013
|
{
|
|
15032
|
-
name: '
|
|
15014
|
+
name: 'peripherals_metadata_file_crc',
|
|
15033
15015
|
type: 'uint32_t',
|
|
15034
15016
|
},
|
|
15017
|
+
]
|
|
15018
|
+
},
|
|
15019
|
+
{
|
|
15020
|
+
id: 396,
|
|
15021
|
+
name: 'COMPONENT_INFORMATION_BASIC',
|
|
15022
|
+
fields: [
|
|
15035
15023
|
{
|
|
15036
15024
|
name: 'vendor_name',
|
|
15037
15025
|
type: 'char',
|
|
@@ -15042,6 +15030,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15042
15030
|
type: 'char',
|
|
15043
15031
|
arrayLength: 32,
|
|
15044
15032
|
},
|
|
15033
|
+
{
|
|
15034
|
+
name: 'serial_number',
|
|
15035
|
+
type: 'char',
|
|
15036
|
+
arrayLength: 32,
|
|
15037
|
+
},
|
|
15045
15038
|
{
|
|
15046
15039
|
name: 'software_version',
|
|
15047
15040
|
type: 'char',
|
|
@@ -15053,9 +15046,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15053
15046
|
arrayLength: 24,
|
|
15054
15047
|
},
|
|
15055
15048
|
{
|
|
15056
|
-
name: '
|
|
15057
|
-
type: '
|
|
15058
|
-
|
|
15049
|
+
name: 'capabilities',
|
|
15050
|
+
type: 'uint64_t',
|
|
15051
|
+
},
|
|
15052
|
+
{
|
|
15053
|
+
name: 'time_boot_ms',
|
|
15054
|
+
type: 'uint32_t',
|
|
15055
|
+
},
|
|
15056
|
+
{
|
|
15057
|
+
name: 'time_manufacture_s',
|
|
15058
|
+
type: 'uint32_t',
|
|
15059
15059
|
},
|
|
15060
15060
|
]
|
|
15061
15061
|
},
|
|
@@ -15063,6 +15063,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15063
15063
|
id: 397,
|
|
15064
15064
|
name: 'COMPONENT_METADATA',
|
|
15065
15065
|
fields: [
|
|
15066
|
+
{
|
|
15067
|
+
name: 'uri',
|
|
15068
|
+
type: 'char',
|
|
15069
|
+
arrayLength: 100,
|
|
15070
|
+
},
|
|
15066
15071
|
{
|
|
15067
15072
|
name: 'time_boot_ms',
|
|
15068
15073
|
type: 'uint32_t',
|
|
@@ -15071,17 +15076,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15071
15076
|
name: 'file_crc',
|
|
15072
15077
|
type: 'uint32_t',
|
|
15073
15078
|
},
|
|
15074
|
-
{
|
|
15075
|
-
name: 'uri',
|
|
15076
|
-
type: 'char',
|
|
15077
|
-
arrayLength: 100,
|
|
15078
|
-
},
|
|
15079
15079
|
]
|
|
15080
15080
|
},
|
|
15081
15081
|
{
|
|
15082
15082
|
id: 400,
|
|
15083
15083
|
name: 'PLAY_TUNE_V2',
|
|
15084
15084
|
fields: [
|
|
15085
|
+
{
|
|
15086
|
+
name: 'tune',
|
|
15087
|
+
type: 'char',
|
|
15088
|
+
arrayLength: 248,
|
|
15089
|
+
},
|
|
15085
15090
|
{
|
|
15086
15091
|
name: 'format',
|
|
15087
15092
|
type: 'uint32_t',
|
|
@@ -15094,11 +15099,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15094
15099
|
name: 'target_component',
|
|
15095
15100
|
type: 'uint8_t',
|
|
15096
15101
|
},
|
|
15097
|
-
{
|
|
15098
|
-
name: 'tune',
|
|
15099
|
-
type: 'char',
|
|
15100
|
-
arrayLength: 248,
|
|
15101
|
-
},
|
|
15102
15102
|
]
|
|
15103
15103
|
},
|
|
15104
15104
|
{
|
|
@@ -15123,6 +15123,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15123
15123
|
id: 410,
|
|
15124
15124
|
name: 'EVENT',
|
|
15125
15125
|
fields: [
|
|
15126
|
+
{
|
|
15127
|
+
name: 'arguments',
|
|
15128
|
+
type: 'uint8_t',
|
|
15129
|
+
arrayLength: 40,
|
|
15130
|
+
},
|
|
15126
15131
|
{
|
|
15127
15132
|
name: 'id',
|
|
15128
15133
|
type: 'uint32_t',
|
|
@@ -15147,11 +15152,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15147
15152
|
name: 'log_levels',
|
|
15148
15153
|
type: 'uint8_t',
|
|
15149
15154
|
},
|
|
15150
|
-
{
|
|
15151
|
-
name: 'arguments',
|
|
15152
|
-
type: 'uint8_t',
|
|
15153
|
-
arrayLength: 40,
|
|
15154
|
-
},
|
|
15155
15155
|
]
|
|
15156
15156
|
},
|
|
15157
15157
|
{
|
|
@@ -15220,6 +15220,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15220
15220
|
id: 435,
|
|
15221
15221
|
name: 'AVAILABLE_MODES',
|
|
15222
15222
|
fields: [
|
|
15223
|
+
{
|
|
15224
|
+
name: 'mode_name',
|
|
15225
|
+
type: 'char',
|
|
15226
|
+
arrayLength: 35,
|
|
15227
|
+
},
|
|
15223
15228
|
{
|
|
15224
15229
|
name: 'custom_mode',
|
|
15225
15230
|
type: 'uint32_t',
|
|
@@ -15240,11 +15245,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15240
15245
|
name: 'standard_mode',
|
|
15241
15246
|
type: 'uint8_t',
|
|
15242
15247
|
},
|
|
15243
|
-
{
|
|
15244
|
-
name: 'mode_name',
|
|
15245
|
-
type: 'char',
|
|
15246
|
-
arrayLength: 35,
|
|
15247
|
-
},
|
|
15248
15248
|
]
|
|
15249
15249
|
},
|
|
15250
15250
|
{
|
|
@@ -15329,6 +15329,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15329
15329
|
id: 387,
|
|
15330
15330
|
name: 'CANFD_FRAME',
|
|
15331
15331
|
fields: [
|
|
15332
|
+
{
|
|
15333
|
+
name: 'data',
|
|
15334
|
+
type: 'uint8_t',
|
|
15335
|
+
arrayLength: 64,
|
|
15336
|
+
},
|
|
15332
15337
|
{
|
|
15333
15338
|
name: 'id',
|
|
15334
15339
|
type: 'uint32_t',
|
|
@@ -15349,11 +15354,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15349
15354
|
name: 'len',
|
|
15350
15355
|
type: 'uint8_t',
|
|
15351
15356
|
},
|
|
15352
|
-
{
|
|
15353
|
-
name: 'data',
|
|
15354
|
-
type: 'uint8_t',
|
|
15355
|
-
arrayLength: 64,
|
|
15356
|
-
},
|
|
15357
15357
|
]
|
|
15358
15358
|
},
|
|
15359
15359
|
{
|
|
@@ -15391,15 +15391,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15391
15391
|
id: 9000,
|
|
15392
15392
|
name: 'WHEEL_DISTANCE',
|
|
15393
15393
|
fields: [
|
|
15394
|
-
{
|
|
15395
|
-
name: 'time_usec',
|
|
15396
|
-
type: 'uint64_t',
|
|
15397
|
-
},
|
|
15398
15394
|
{
|
|
15399
15395
|
name: 'distance',
|
|
15400
15396
|
type: 'double',
|
|
15401
15397
|
arrayLength: 16,
|
|
15402
15398
|
},
|
|
15399
|
+
{
|
|
15400
|
+
name: 'time_usec',
|
|
15401
|
+
type: 'uint64_t',
|
|
15402
|
+
},
|
|
15403
15403
|
{
|
|
15404
15404
|
name: 'count',
|
|
15405
15405
|
type: 'uint8_t',
|
|
@@ -15449,30 +15449,30 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15449
15449
|
name: 'OPEN_DRONE_ID_BASIC_ID',
|
|
15450
15450
|
fields: [
|
|
15451
15451
|
{
|
|
15452
|
-
name: '
|
|
15452
|
+
name: 'id_or_mac',
|
|
15453
15453
|
type: 'uint8_t',
|
|
15454
|
+
arrayLength: 20,
|
|
15454
15455
|
},
|
|
15455
15456
|
{
|
|
15456
|
-
name: '
|
|
15457
|
+
name: 'uas_id',
|
|
15457
15458
|
type: 'uint8_t',
|
|
15459
|
+
arrayLength: 20,
|
|
15458
15460
|
},
|
|
15459
15461
|
{
|
|
15460
|
-
name: '
|
|
15462
|
+
name: 'target_system',
|
|
15461
15463
|
type: 'uint8_t',
|
|
15462
|
-
arrayLength: 20,
|
|
15463
15464
|
},
|
|
15464
15465
|
{
|
|
15465
|
-
name: '
|
|
15466
|
+
name: 'target_component',
|
|
15466
15467
|
type: 'uint8_t',
|
|
15467
15468
|
},
|
|
15468
15469
|
{
|
|
15469
|
-
name: '
|
|
15470
|
+
name: 'id_type',
|
|
15470
15471
|
type: 'uint8_t',
|
|
15471
15472
|
},
|
|
15472
15473
|
{
|
|
15473
|
-
name: '
|
|
15474
|
+
name: 'ua_type',
|
|
15474
15475
|
type: 'uint8_t',
|
|
15475
|
-
arrayLength: 20,
|
|
15476
15476
|
},
|
|
15477
15477
|
]
|
|
15478
15478
|
},
|
|
@@ -15480,6 +15480,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15480
15480
|
id: 12901,
|
|
15481
15481
|
name: 'OPEN_DRONE_ID_LOCATION',
|
|
15482
15482
|
fields: [
|
|
15483
|
+
{
|
|
15484
|
+
name: 'id_or_mac',
|
|
15485
|
+
type: 'uint8_t',
|
|
15486
|
+
arrayLength: 20,
|
|
15487
|
+
},
|
|
15483
15488
|
{
|
|
15484
15489
|
name: 'latitude',
|
|
15485
15490
|
type: 'int32_t',
|
|
@@ -15524,11 +15529,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15524
15529
|
name: 'target_component',
|
|
15525
15530
|
type: 'uint8_t',
|
|
15526
15531
|
},
|
|
15527
|
-
{
|
|
15528
|
-
name: 'id_or_mac',
|
|
15529
|
-
type: 'uint8_t',
|
|
15530
|
-
arrayLength: 20,
|
|
15531
|
-
},
|
|
15532
15532
|
{
|
|
15533
15533
|
name: 'status',
|
|
15534
15534
|
type: 'uint8_t',
|
|
@@ -15563,6 +15563,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15563
15563
|
id: 12902,
|
|
15564
15564
|
name: 'OPEN_DRONE_ID_AUTHENTICATION',
|
|
15565
15565
|
fields: [
|
|
15566
|
+
{
|
|
15567
|
+
name: 'authentication_data',
|
|
15568
|
+
type: 'uint8_t',
|
|
15569
|
+
arrayLength: 23,
|
|
15570
|
+
},
|
|
15571
|
+
{
|
|
15572
|
+
name: 'id_or_mac',
|
|
15573
|
+
type: 'uint8_t',
|
|
15574
|
+
arrayLength: 20,
|
|
15575
|
+
},
|
|
15566
15576
|
{
|
|
15567
15577
|
name: 'timestamp',
|
|
15568
15578
|
type: 'uint32_t',
|
|
@@ -15575,11 +15585,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15575
15585
|
name: 'target_component',
|
|
15576
15586
|
type: 'uint8_t',
|
|
15577
15587
|
},
|
|
15578
|
-
{
|
|
15579
|
-
name: 'id_or_mac',
|
|
15580
|
-
type: 'uint8_t',
|
|
15581
|
-
arrayLength: 20,
|
|
15582
|
-
},
|
|
15583
15588
|
{
|
|
15584
15589
|
name: 'authentication_type',
|
|
15585
15590
|
type: 'uint8_t',
|
|
@@ -15596,11 +15601,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15596
15601
|
name: 'length',
|
|
15597
15602
|
type: 'uint8_t',
|
|
15598
15603
|
},
|
|
15599
|
-
{
|
|
15600
|
-
name: 'authentication_data',
|
|
15601
|
-
type: 'uint8_t',
|
|
15602
|
-
arrayLength: 23,
|
|
15603
|
-
},
|
|
15604
15604
|
]
|
|
15605
15605
|
},
|
|
15606
15606
|
{
|
|
@@ -15608,26 +15608,26 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15608
15608
|
name: 'OPEN_DRONE_ID_SELF_ID',
|
|
15609
15609
|
fields: [
|
|
15610
15610
|
{
|
|
15611
|
-
name: '
|
|
15612
|
-
type: '
|
|
15611
|
+
name: 'description',
|
|
15612
|
+
type: 'char',
|
|
15613
|
+
arrayLength: 23,
|
|
15613
15614
|
},
|
|
15614
15615
|
{
|
|
15615
|
-
name: '
|
|
15616
|
+
name: 'id_or_mac',
|
|
15616
15617
|
type: 'uint8_t',
|
|
15618
|
+
arrayLength: 20,
|
|
15617
15619
|
},
|
|
15618
15620
|
{
|
|
15619
|
-
name: '
|
|
15621
|
+
name: 'target_system',
|
|
15620
15622
|
type: 'uint8_t',
|
|
15621
|
-
arrayLength: 20,
|
|
15622
15623
|
},
|
|
15623
15624
|
{
|
|
15624
|
-
name: '
|
|
15625
|
+
name: 'target_component',
|
|
15625
15626
|
type: 'uint8_t',
|
|
15626
15627
|
},
|
|
15627
15628
|
{
|
|
15628
|
-
name: '
|
|
15629
|
-
type: '
|
|
15630
|
-
arrayLength: 23,
|
|
15629
|
+
name: 'description_type',
|
|
15630
|
+
type: 'uint8_t',
|
|
15631
15631
|
},
|
|
15632
15632
|
]
|
|
15633
15633
|
},
|
|
@@ -15635,6 +15635,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15635
15635
|
id: 12904,
|
|
15636
15636
|
name: 'OPEN_DRONE_ID_SYSTEM',
|
|
15637
15637
|
fields: [
|
|
15638
|
+
{
|
|
15639
|
+
name: 'id_or_mac',
|
|
15640
|
+
type: 'uint8_t',
|
|
15641
|
+
arrayLength: 20,
|
|
15642
|
+
},
|
|
15638
15643
|
{
|
|
15639
15644
|
name: 'operator_latitude',
|
|
15640
15645
|
type: 'int32_t',
|
|
@@ -15675,11 +15680,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15675
15680
|
name: 'target_component',
|
|
15676
15681
|
type: 'uint8_t',
|
|
15677
15682
|
},
|
|
15678
|
-
{
|
|
15679
|
-
name: 'id_or_mac',
|
|
15680
|
-
type: 'uint8_t',
|
|
15681
|
-
arrayLength: 20,
|
|
15682
|
-
},
|
|
15683
15683
|
{
|
|
15684
15684
|
name: 'operator_location_type',
|
|
15685
15685
|
type: 'uint8_t',
|
|
@@ -15696,12 +15696,22 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15696
15696
|
name: 'class_eu',
|
|
15697
15697
|
type: 'uint8_t',
|
|
15698
15698
|
},
|
|
15699
|
-
]
|
|
15700
|
-
},
|
|
15701
|
-
{
|
|
15702
|
-
id: 12905,
|
|
15703
|
-
name: 'OPEN_DRONE_ID_OPERATOR_ID',
|
|
15704
|
-
fields: [
|
|
15699
|
+
]
|
|
15700
|
+
},
|
|
15701
|
+
{
|
|
15702
|
+
id: 12905,
|
|
15703
|
+
name: 'OPEN_DRONE_ID_OPERATOR_ID',
|
|
15704
|
+
fields: [
|
|
15705
|
+
{
|
|
15706
|
+
name: 'id_or_mac',
|
|
15707
|
+
type: 'uint8_t',
|
|
15708
|
+
arrayLength: 20,
|
|
15709
|
+
},
|
|
15710
|
+
{
|
|
15711
|
+
name: 'operator_id',
|
|
15712
|
+
type: 'char',
|
|
15713
|
+
arrayLength: 20,
|
|
15714
|
+
},
|
|
15705
15715
|
{
|
|
15706
15716
|
name: 'target_system',
|
|
15707
15717
|
type: 'uint8_t',
|
|
@@ -15710,20 +15720,10 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15710
15720
|
name: 'target_component',
|
|
15711
15721
|
type: 'uint8_t',
|
|
15712
15722
|
},
|
|
15713
|
-
{
|
|
15714
|
-
name: 'id_or_mac',
|
|
15715
|
-
type: 'uint8_t',
|
|
15716
|
-
arrayLength: 20,
|
|
15717
|
-
},
|
|
15718
15723
|
{
|
|
15719
15724
|
name: 'operator_id_type',
|
|
15720
15725
|
type: 'uint8_t',
|
|
15721
15726
|
},
|
|
15722
|
-
{
|
|
15723
|
-
name: 'operator_id',
|
|
15724
|
-
type: 'char',
|
|
15725
|
-
arrayLength: 20,
|
|
15726
|
-
},
|
|
15727
15727
|
]
|
|
15728
15728
|
},
|
|
15729
15729
|
{
|
|
@@ -15731,30 +15731,30 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15731
15731
|
name: 'OPEN_DRONE_ID_MESSAGE_PACK',
|
|
15732
15732
|
fields: [
|
|
15733
15733
|
{
|
|
15734
|
-
name: '
|
|
15734
|
+
name: 'messages',
|
|
15735
15735
|
type: 'uint8_t',
|
|
15736
|
+
arrayLength: 225,
|
|
15736
15737
|
},
|
|
15737
15738
|
{
|
|
15738
|
-
name: '
|
|
15739
|
+
name: 'id_or_mac',
|
|
15739
15740
|
type: 'uint8_t',
|
|
15741
|
+
arrayLength: 20,
|
|
15740
15742
|
},
|
|
15741
15743
|
{
|
|
15742
|
-
name: '
|
|
15744
|
+
name: 'target_system',
|
|
15743
15745
|
type: 'uint8_t',
|
|
15744
|
-
arrayLength: 20,
|
|
15745
15746
|
},
|
|
15746
15747
|
{
|
|
15747
|
-
name: '
|
|
15748
|
+
name: 'target_component',
|
|
15748
15749
|
type: 'uint8_t',
|
|
15749
15750
|
},
|
|
15750
15751
|
{
|
|
15751
|
-
name: '
|
|
15752
|
+
name: 'single_message_size',
|
|
15752
15753
|
type: 'uint8_t',
|
|
15753
15754
|
},
|
|
15754
15755
|
{
|
|
15755
|
-
name: '
|
|
15756
|
+
name: 'msg_pack_size',
|
|
15756
15757
|
type: 'uint8_t',
|
|
15757
|
-
arrayLength: 225,
|
|
15758
15758
|
},
|
|
15759
15759
|
]
|
|
15760
15760
|
},
|
|
@@ -15762,15 +15762,15 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15762
15762
|
id: 12918,
|
|
15763
15763
|
name: 'OPEN_DRONE_ID_ARM_STATUS',
|
|
15764
15764
|
fields: [
|
|
15765
|
-
{
|
|
15766
|
-
name: 'status',
|
|
15767
|
-
type: 'uint8_t',
|
|
15768
|
-
},
|
|
15769
15765
|
{
|
|
15770
15766
|
name: 'error',
|
|
15771
15767
|
type: 'char',
|
|
15772
15768
|
arrayLength: 50,
|
|
15773
15769
|
},
|
|
15770
|
+
{
|
|
15771
|
+
name: 'status',
|
|
15772
|
+
type: 'uint8_t',
|
|
15773
|
+
},
|
|
15774
15774
|
]
|
|
15775
15775
|
},
|
|
15776
15776
|
{
|
|
@@ -15825,6 +15825,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15825
15825
|
id: 10001,
|
|
15826
15826
|
name: 'UAVIONIX_ADSB_OUT_CFG',
|
|
15827
15827
|
fields: [
|
|
15828
|
+
{
|
|
15829
|
+
name: 'callsign',
|
|
15830
|
+
type: 'char',
|
|
15831
|
+
arrayLength: 9,
|
|
15832
|
+
},
|
|
15828
15833
|
{
|
|
15829
15834
|
name: 'icao',
|
|
15830
15835
|
type: 'uint32_t',
|
|
@@ -15833,11 +15838,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15833
15838
|
name: 'stallspeed',
|
|
15834
15839
|
type: 'uint16_t',
|
|
15835
15840
|
},
|
|
15836
|
-
{
|
|
15837
|
-
name: 'callsign',
|
|
15838
|
-
type: 'char',
|
|
15839
|
-
arrayLength: 9,
|
|
15840
|
-
},
|
|
15841
15841
|
{
|
|
15842
15842
|
name: 'emittertype',
|
|
15843
15843
|
type: 'uint8_t',
|
|
@@ -15976,6 +15976,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15976
15976
|
id: 10007,
|
|
15977
15977
|
name: 'UAVIONIX_ADSB_OUT_CONTROL',
|
|
15978
15978
|
fields: [
|
|
15979
|
+
{
|
|
15980
|
+
name: 'flight_id',
|
|
15981
|
+
type: 'char',
|
|
15982
|
+
arrayLength: 8,
|
|
15983
|
+
},
|
|
15979
15984
|
{
|
|
15980
15985
|
name: 'baroaltmsl',
|
|
15981
15986
|
type: 'int32_t',
|
|
@@ -15992,11 +15997,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
15992
15997
|
name: 'emergencystatus',
|
|
15993
15998
|
type: 'uint8_t',
|
|
15994
15999
|
},
|
|
15995
|
-
{
|
|
15996
|
-
name: 'flight_id',
|
|
15997
|
-
type: 'char',
|
|
15998
|
-
arrayLength: 8,
|
|
15999
|
-
},
|
|
16000
16000
|
{
|
|
16001
16001
|
name: 'x_bit',
|
|
16002
16002
|
type: 'uint8_t',
|
|
@@ -16007,6 +16007,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
16007
16007
|
id: 10008,
|
|
16008
16008
|
name: 'UAVIONIX_ADSB_OUT_STATUS',
|
|
16009
16009
|
fields: [
|
|
16010
|
+
{
|
|
16011
|
+
name: 'flight_id',
|
|
16012
|
+
type: 'char',
|
|
16013
|
+
arrayLength: 8,
|
|
16014
|
+
},
|
|
16010
16015
|
{
|
|
16011
16016
|
name: 'squawk',
|
|
16012
16017
|
type: 'uint16_t',
|
|
@@ -16027,11 +16032,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
16027
16032
|
name: 'fault',
|
|
16028
16033
|
type: 'uint8_t',
|
|
16029
16034
|
},
|
|
16030
|
-
{
|
|
16031
|
-
name: 'flight_id',
|
|
16032
|
-
type: 'char',
|
|
16033
|
-
arrayLength: 8,
|
|
16034
|
-
},
|
|
16035
16035
|
]
|
|
16036
16036
|
},
|
|
16037
16037
|
{
|
|
@@ -16227,6 +16227,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
16227
16227
|
id: 50002,
|
|
16228
16228
|
name: 'HERELINK_VIDEO_STREAM_INFORMATION',
|
|
16229
16229
|
fields: [
|
|
16230
|
+
{
|
|
16231
|
+
name: 'uri',
|
|
16232
|
+
type: 'char',
|
|
16233
|
+
arrayLength: 230,
|
|
16234
|
+
},
|
|
16230
16235
|
{
|
|
16231
16236
|
name: 'framerate',
|
|
16232
16237
|
type: 'float',
|
|
@@ -16255,11 +16260,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
16255
16260
|
name: 'status',
|
|
16256
16261
|
type: 'uint8_t',
|
|
16257
16262
|
},
|
|
16258
|
-
{
|
|
16259
|
-
name: 'uri',
|
|
16260
|
-
type: 'char',
|
|
16261
|
-
arrayLength: 230,
|
|
16262
|
-
},
|
|
16263
16263
|
]
|
|
16264
16264
|
},
|
|
16265
16265
|
{
|
|
@@ -16923,17 +16923,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
16923
16923
|
name: 'DATA16',
|
|
16924
16924
|
fields: [
|
|
16925
16925
|
{
|
|
16926
|
-
name: '
|
|
16926
|
+
name: 'data',
|
|
16927
16927
|
type: 'uint8_t',
|
|
16928
|
+
arrayLength: 16,
|
|
16928
16929
|
},
|
|
16929
16930
|
{
|
|
16930
|
-
name: '
|
|
16931
|
+
name: 'type',
|
|
16931
16932
|
type: 'uint8_t',
|
|
16932
16933
|
},
|
|
16933
16934
|
{
|
|
16934
|
-
name: '
|
|
16935
|
+
name: 'len',
|
|
16935
16936
|
type: 'uint8_t',
|
|
16936
|
-
arrayLength: 16,
|
|
16937
16937
|
},
|
|
16938
16938
|
]
|
|
16939
16939
|
},
|
|
@@ -16942,17 +16942,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
16942
16942
|
name: 'DATA32',
|
|
16943
16943
|
fields: [
|
|
16944
16944
|
{
|
|
16945
|
-
name: '
|
|
16945
|
+
name: 'data',
|
|
16946
16946
|
type: 'uint8_t',
|
|
16947
|
+
arrayLength: 32,
|
|
16947
16948
|
},
|
|
16948
16949
|
{
|
|
16949
|
-
name: '
|
|
16950
|
+
name: 'type',
|
|
16950
16951
|
type: 'uint8_t',
|
|
16951
16952
|
},
|
|
16952
16953
|
{
|
|
16953
|
-
name: '
|
|
16954
|
+
name: 'len',
|
|
16954
16955
|
type: 'uint8_t',
|
|
16955
|
-
arrayLength: 32,
|
|
16956
16956
|
},
|
|
16957
16957
|
]
|
|
16958
16958
|
},
|
|
@@ -16961,17 +16961,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
16961
16961
|
name: 'DATA64',
|
|
16962
16962
|
fields: [
|
|
16963
16963
|
{
|
|
16964
|
-
name: '
|
|
16964
|
+
name: 'data',
|
|
16965
16965
|
type: 'uint8_t',
|
|
16966
|
+
arrayLength: 64,
|
|
16966
16967
|
},
|
|
16967
16968
|
{
|
|
16968
|
-
name: '
|
|
16969
|
+
name: 'type',
|
|
16969
16970
|
type: 'uint8_t',
|
|
16970
16971
|
},
|
|
16971
16972
|
{
|
|
16972
|
-
name: '
|
|
16973
|
+
name: 'len',
|
|
16973
16974
|
type: 'uint8_t',
|
|
16974
|
-
arrayLength: 64,
|
|
16975
16975
|
},
|
|
16976
16976
|
]
|
|
16977
16977
|
},
|
|
@@ -16980,17 +16980,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
16980
16980
|
name: 'DATA96',
|
|
16981
16981
|
fields: [
|
|
16982
16982
|
{
|
|
16983
|
-
name: '
|
|
16983
|
+
name: 'data',
|
|
16984
16984
|
type: 'uint8_t',
|
|
16985
|
+
arrayLength: 96,
|
|
16985
16986
|
},
|
|
16986
16987
|
{
|
|
16987
|
-
name: '
|
|
16988
|
+
name: 'type',
|
|
16988
16989
|
type: 'uint8_t',
|
|
16989
16990
|
},
|
|
16990
16991
|
{
|
|
16991
|
-
name: '
|
|
16992
|
+
name: 'len',
|
|
16992
16993
|
type: 'uint8_t',
|
|
16993
|
-
arrayLength: 96,
|
|
16994
16994
|
},
|
|
16995
16995
|
]
|
|
16996
16996
|
},
|
|
@@ -17369,6 +17369,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17369
17369
|
id: 184,
|
|
17370
17370
|
name: 'REMOTE_LOG_DATA_BLOCK',
|
|
17371
17371
|
fields: [
|
|
17372
|
+
{
|
|
17373
|
+
name: 'data',
|
|
17374
|
+
type: 'uint8_t',
|
|
17375
|
+
arrayLength: 200,
|
|
17376
|
+
},
|
|
17372
17377
|
{
|
|
17373
17378
|
name: 'seqno',
|
|
17374
17379
|
type: 'uint32_t',
|
|
@@ -17381,11 +17386,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17381
17386
|
name: 'target_component',
|
|
17382
17387
|
type: 'uint8_t',
|
|
17383
17388
|
},
|
|
17384
|
-
{
|
|
17385
|
-
name: 'data',
|
|
17386
|
-
type: 'uint8_t',
|
|
17387
|
-
arrayLength: 200,
|
|
17388
|
-
},
|
|
17389
17389
|
]
|
|
17390
17390
|
},
|
|
17391
17391
|
{
|
|
@@ -17414,6 +17414,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17414
17414
|
id: 186,
|
|
17415
17415
|
name: 'LED_CONTROL',
|
|
17416
17416
|
fields: [
|
|
17417
|
+
{
|
|
17418
|
+
name: 'custom_bytes',
|
|
17419
|
+
type: 'uint8_t',
|
|
17420
|
+
arrayLength: 24,
|
|
17421
|
+
},
|
|
17417
17422
|
{
|
|
17418
17423
|
name: 'target_system',
|
|
17419
17424
|
type: 'uint8_t',
|
|
@@ -17434,17 +17439,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17434
17439
|
name: 'custom_len',
|
|
17435
17440
|
type: 'uint8_t',
|
|
17436
17441
|
},
|
|
17437
|
-
{
|
|
17438
|
-
name: 'custom_bytes',
|
|
17439
|
-
type: 'uint8_t',
|
|
17440
|
-
arrayLength: 24,
|
|
17441
|
-
},
|
|
17442
17442
|
]
|
|
17443
17443
|
},
|
|
17444
17444
|
{
|
|
17445
17445
|
id: 191,
|
|
17446
17446
|
name: 'MAG_CAL_PROGRESS',
|
|
17447
17447
|
fields: [
|
|
17448
|
+
{
|
|
17449
|
+
name: 'completion_mask',
|
|
17450
|
+
type: 'uint8_t',
|
|
17451
|
+
arrayLength: 10,
|
|
17452
|
+
},
|
|
17448
17453
|
{
|
|
17449
17454
|
name: 'direction_x',
|
|
17450
17455
|
type: 'float',
|
|
@@ -17477,11 +17482,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17477
17482
|
name: 'completion_pct',
|
|
17478
17483
|
type: 'uint8_t',
|
|
17479
17484
|
},
|
|
17480
|
-
{
|
|
17481
|
-
name: 'completion_mask',
|
|
17482
|
-
type: 'uint8_t',
|
|
17483
|
-
arrayLength: 10,
|
|
17484
|
-
},
|
|
17485
17485
|
]
|
|
17486
17486
|
},
|
|
17487
17487
|
{
|
|
@@ -17756,17 +17756,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17756
17756
|
name: 'GOPRO_GET_RESPONSE',
|
|
17757
17757
|
fields: [
|
|
17758
17758
|
{
|
|
17759
|
-
name: '
|
|
17759
|
+
name: 'value',
|
|
17760
17760
|
type: 'uint8_t',
|
|
17761
|
+
arrayLength: 4,
|
|
17761
17762
|
},
|
|
17762
17763
|
{
|
|
17763
|
-
name: '
|
|
17764
|
+
name: 'cmd_id',
|
|
17764
17765
|
type: 'uint8_t',
|
|
17765
17766
|
},
|
|
17766
17767
|
{
|
|
17767
|
-
name: '
|
|
17768
|
+
name: 'status',
|
|
17768
17769
|
type: 'uint8_t',
|
|
17769
|
-
arrayLength: 4,
|
|
17770
17770
|
},
|
|
17771
17771
|
]
|
|
17772
17772
|
},
|
|
@@ -17775,21 +17775,21 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17775
17775
|
name: 'GOPRO_SET_REQUEST',
|
|
17776
17776
|
fields: [
|
|
17777
17777
|
{
|
|
17778
|
-
name: '
|
|
17778
|
+
name: 'value',
|
|
17779
17779
|
type: 'uint8_t',
|
|
17780
|
+
arrayLength: 4,
|
|
17780
17781
|
},
|
|
17781
17782
|
{
|
|
17782
|
-
name: '
|
|
17783
|
+
name: 'target_system',
|
|
17783
17784
|
type: 'uint8_t',
|
|
17784
17785
|
},
|
|
17785
17786
|
{
|
|
17786
|
-
name: '
|
|
17787
|
+
name: 'target_component',
|
|
17787
17788
|
type: 'uint8_t',
|
|
17788
17789
|
},
|
|
17789
17790
|
{
|
|
17790
|
-
name: '
|
|
17791
|
+
name: 'cmd_id',
|
|
17791
17792
|
type: 'uint8_t',
|
|
17792
|
-
arrayLength: 4,
|
|
17793
17793
|
},
|
|
17794
17794
|
]
|
|
17795
17795
|
},
|
|
@@ -17825,6 +17825,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17825
17825
|
id: 11000,
|
|
17826
17826
|
name: 'DEVICE_OP_READ',
|
|
17827
17827
|
fields: [
|
|
17828
|
+
{
|
|
17829
|
+
name: 'busname',
|
|
17830
|
+
type: 'char',
|
|
17831
|
+
arrayLength: 40,
|
|
17832
|
+
},
|
|
17828
17833
|
{
|
|
17829
17834
|
name: 'request_id',
|
|
17830
17835
|
type: 'uint32_t',
|
|
@@ -17849,11 +17854,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17849
17854
|
name: 'address',
|
|
17850
17855
|
type: 'uint8_t',
|
|
17851
17856
|
},
|
|
17852
|
-
{
|
|
17853
|
-
name: 'busname',
|
|
17854
|
-
type: 'char',
|
|
17855
|
-
arrayLength: 40,
|
|
17856
|
-
},
|
|
17857
17857
|
{
|
|
17858
17858
|
name: 'regstart',
|
|
17859
17859
|
type: 'uint8_t',
|
|
@@ -17873,6 +17873,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17873
17873
|
id: 11001,
|
|
17874
17874
|
name: 'DEVICE_OP_READ_REPLY',
|
|
17875
17875
|
fields: [
|
|
17876
|
+
{
|
|
17877
|
+
name: 'data',
|
|
17878
|
+
type: 'uint8_t',
|
|
17879
|
+
arrayLength: 128,
|
|
17880
|
+
},
|
|
17876
17881
|
{
|
|
17877
17882
|
name: 'request_id',
|
|
17878
17883
|
type: 'uint32_t',
|
|
@@ -17889,11 +17894,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17889
17894
|
name: 'count',
|
|
17890
17895
|
type: 'uint8_t',
|
|
17891
17896
|
},
|
|
17892
|
-
{
|
|
17893
|
-
name: 'data',
|
|
17894
|
-
type: 'uint8_t',
|
|
17895
|
-
arrayLength: 128,
|
|
17896
|
-
},
|
|
17897
17897
|
{
|
|
17898
17898
|
name: 'bank',
|
|
17899
17899
|
type: 'uint8_t',
|
|
@@ -17905,6 +17905,16 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17905
17905
|
id: 11002,
|
|
17906
17906
|
name: 'DEVICE_OP_WRITE',
|
|
17907
17907
|
fields: [
|
|
17908
|
+
{
|
|
17909
|
+
name: 'data',
|
|
17910
|
+
type: 'uint8_t',
|
|
17911
|
+
arrayLength: 128,
|
|
17912
|
+
},
|
|
17913
|
+
{
|
|
17914
|
+
name: 'busname',
|
|
17915
|
+
type: 'char',
|
|
17916
|
+
arrayLength: 40,
|
|
17917
|
+
},
|
|
17908
17918
|
{
|
|
17909
17919
|
name: 'request_id',
|
|
17910
17920
|
type: 'uint32_t',
|
|
@@ -17929,11 +17939,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17929
17939
|
name: 'address',
|
|
17930
17940
|
type: 'uint8_t',
|
|
17931
17941
|
},
|
|
17932
|
-
{
|
|
17933
|
-
name: 'busname',
|
|
17934
|
-
type: 'char',
|
|
17935
|
-
arrayLength: 40,
|
|
17936
|
-
},
|
|
17937
17942
|
{
|
|
17938
17943
|
name: 'regstart',
|
|
17939
17944
|
type: 'uint8_t',
|
|
@@ -17942,11 +17947,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17942
17947
|
name: 'count',
|
|
17943
17948
|
type: 'uint8_t',
|
|
17944
17949
|
},
|
|
17945
|
-
{
|
|
17946
|
-
name: 'data',
|
|
17947
|
-
type: 'uint8_t',
|
|
17948
|
-
arrayLength: 128,
|
|
17949
|
-
},
|
|
17950
17950
|
{
|
|
17951
17951
|
name: 'bank',
|
|
17952
17952
|
type: 'uint8_t',
|
|
@@ -17972,6 +17972,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17972
17972
|
id: 11004,
|
|
17973
17973
|
name: 'SECURE_COMMAND',
|
|
17974
17974
|
fields: [
|
|
17975
|
+
{
|
|
17976
|
+
name: 'data',
|
|
17977
|
+
type: 'uint8_t',
|
|
17978
|
+
arrayLength: 220,
|
|
17979
|
+
},
|
|
17975
17980
|
{
|
|
17976
17981
|
name: 'sequence',
|
|
17977
17982
|
type: 'uint32_t',
|
|
@@ -17996,17 +18001,17 @@ const MESSAGE_DEFINITIONS = [
|
|
|
17996
18001
|
name: 'sig_length',
|
|
17997
18002
|
type: 'uint8_t',
|
|
17998
18003
|
},
|
|
17999
|
-
{
|
|
18000
|
-
name: 'data',
|
|
18001
|
-
type: 'uint8_t',
|
|
18002
|
-
arrayLength: 220,
|
|
18003
|
-
},
|
|
18004
18004
|
]
|
|
18005
18005
|
},
|
|
18006
18006
|
{
|
|
18007
18007
|
id: 11005,
|
|
18008
18008
|
name: 'SECURE_COMMAND_REPLY',
|
|
18009
18009
|
fields: [
|
|
18010
|
+
{
|
|
18011
|
+
name: 'data',
|
|
18012
|
+
type: 'uint8_t',
|
|
18013
|
+
arrayLength: 220,
|
|
18014
|
+
},
|
|
18010
18015
|
{
|
|
18011
18016
|
name: 'sequence',
|
|
18012
18017
|
type: 'uint32_t',
|
|
@@ -18023,11 +18028,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
18023
18028
|
name: 'data_length',
|
|
18024
18029
|
type: 'uint8_t',
|
|
18025
18030
|
},
|
|
18026
|
-
{
|
|
18027
|
-
name: 'data',
|
|
18028
|
-
type: 'uint8_t',
|
|
18029
|
-
arrayLength: 220,
|
|
18030
|
-
},
|
|
18031
18031
|
]
|
|
18032
18032
|
},
|
|
18033
18033
|
{
|
|
@@ -18092,14 +18092,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
18092
18092
|
id: 11011,
|
|
18093
18093
|
name: 'VISION_POSITION_DELTA',
|
|
18094
18094
|
fields: [
|
|
18095
|
-
{
|
|
18096
|
-
name: 'time_usec',
|
|
18097
|
-
type: 'uint64_t',
|
|
18098
|
-
},
|
|
18099
|
-
{
|
|
18100
|
-
name: 'time_delta_usec',
|
|
18101
|
-
type: 'uint64_t',
|
|
18102
|
-
},
|
|
18103
18095
|
{
|
|
18104
18096
|
name: 'angle_delta',
|
|
18105
18097
|
type: 'float',
|
|
@@ -18110,6 +18102,14 @@ const MESSAGE_DEFINITIONS = [
|
|
|
18110
18102
|
type: 'float',
|
|
18111
18103
|
arrayLength: 3,
|
|
18112
18104
|
},
|
|
18105
|
+
{
|
|
18106
|
+
name: 'time_usec',
|
|
18107
|
+
type: 'uint64_t',
|
|
18108
|
+
},
|
|
18109
|
+
{
|
|
18110
|
+
name: 'time_delta_usec',
|
|
18111
|
+
type: 'uint64_t',
|
|
18112
|
+
},
|
|
18113
18113
|
{
|
|
18114
18114
|
name: 'confidence',
|
|
18115
18115
|
type: 'float',
|
|
@@ -18246,6 +18246,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
18246
18246
|
id: 11033,
|
|
18247
18247
|
name: 'OSD_PARAM_CONFIG',
|
|
18248
18248
|
fields: [
|
|
18249
|
+
{
|
|
18250
|
+
name: 'param_id',
|
|
18251
|
+
type: 'char',
|
|
18252
|
+
arrayLength: 16,
|
|
18253
|
+
},
|
|
18249
18254
|
{
|
|
18250
18255
|
name: 'request_id',
|
|
18251
18256
|
type: 'uint32_t',
|
|
@@ -18278,11 +18283,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
18278
18283
|
name: 'osd_index',
|
|
18279
18284
|
type: 'uint8_t',
|
|
18280
18285
|
},
|
|
18281
|
-
{
|
|
18282
|
-
name: 'param_id',
|
|
18283
|
-
type: 'char',
|
|
18284
|
-
arrayLength: 16,
|
|
18285
|
-
},
|
|
18286
18286
|
{
|
|
18287
18287
|
name: 'config_type',
|
|
18288
18288
|
type: 'uint8_t',
|
|
@@ -18333,6 +18333,11 @@ const MESSAGE_DEFINITIONS = [
|
|
|
18333
18333
|
id: 11036,
|
|
18334
18334
|
name: 'OSD_PARAM_SHOW_CONFIG_REPLY',
|
|
18335
18335
|
fields: [
|
|
18336
|
+
{
|
|
18337
|
+
name: 'param_id',
|
|
18338
|
+
type: 'char',
|
|
18339
|
+
arrayLength: 16,
|
|
18340
|
+
},
|
|
18336
18341
|
{
|
|
18337
18342
|
name: 'request_id',
|
|
18338
18343
|
type: 'uint32_t',
|
|
@@ -18353,11 +18358,6 @@ const MESSAGE_DEFINITIONS = [
|
|
|
18353
18358
|
name: 'result',
|
|
18354
18359
|
type: 'uint8_t',
|
|
18355
18360
|
},
|
|
18356
|
-
{
|
|
18357
|
-
name: 'param_id',
|
|
18358
|
-
type: 'char',
|
|
18359
|
-
arrayLength: 16,
|
|
18360
|
-
},
|
|
18361
18361
|
{
|
|
18362
18362
|
name: 'config_type',
|
|
18363
18363
|
type: 'uint8_t',
|