@aircast-4g/mavlink 1.0.1 → 1.1.2

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.
Files changed (135) hide show
  1. package/dist/cli.js +0 -0
  2. package/dist/dialects/ardupilotmega/decoder.js +11930 -0
  3. package/dist/dialects/common/decoder.js +9098 -0
  4. package/dist/dialects/minimal/decoder.js +67 -0
  5. package/dist/generator/generator.d.ts +1 -0
  6. package/dist/generator/generator.d.ts.map +1 -1
  7. package/dist/generator/generator.js +49 -5
  8. package/dist/generator/generator.js.map +1 -1
  9. package/dist/generator/template-engine.d.ts +1 -0
  10. package/dist/generator/template-engine.d.ts.map +1 -1
  11. package/dist/generator/template-engine.js +50 -0
  12. package/dist/generator/template-engine.js.map +1 -1
  13. package/dist/parser/mavlink-parser.d.ts.map +1 -1
  14. package/dist/parser/mavlink-parser.js +17 -6
  15. package/dist/parser/mavlink-parser.js.map +1 -1
  16. package/dist/parser/message-decoder.d.ts +40 -4
  17. package/dist/parser/message-decoder.d.ts.map +1 -1
  18. package/dist/parser/message-decoder.js +263 -222
  19. package/dist/parser/message-decoder.js.map +1 -1
  20. package/dist/parser/types.d.ts +1 -0
  21. package/dist/parser/types.d.ts.map +1 -1
  22. package/dist/parser/types.js.map +1 -1
  23. package/package.json +17 -26
  24. package/dist/batch-processor.d.ts +0 -17
  25. package/dist/batch-processor.d.ts.map +0 -1
  26. package/dist/batch-processor.js +0 -141
  27. package/dist/batch-processor.js.map +0 -1
  28. package/dist/generator.d.ts +0 -15
  29. package/dist/generator.d.ts.map +0 -1
  30. package/dist/generator.js +0 -92
  31. package/dist/generator.js.map +0 -1
  32. package/dist/template-engine.d.ts +0 -13
  33. package/dist/template-engine.d.ts.map +0 -1
  34. package/dist/template-engine.js +0 -220
  35. package/dist/template-engine.js.map +0 -1
  36. package/dist/type-converter.d.ts +0 -15
  37. package/dist/type-converter.d.ts.map +0 -1
  38. package/dist/type-converter.js +0 -179
  39. package/dist/type-converter.js.map +0 -1
  40. package/dist/xml-parser.d.ts +0 -13
  41. package/dist/xml-parser.d.ts.map +0 -1
  42. package/dist/xml-parser.js +0 -170
  43. package/dist/xml-parser.js.map +0 -1
  44. package/types/ardupilotmega/enums.d.ts +0 -2427
  45. package/types/ardupilotmega/enums.d.ts.map +0 -1
  46. package/types/ardupilotmega/enums.js +0 -4636
  47. package/types/ardupilotmega/enums.js.map +0 -1
  48. package/types/ardupilotmega/index.d.ts +0 -4
  49. package/types/ardupilotmega/index.d.ts.map +0 -1
  50. package/types/ardupilotmega/index.js +0 -22
  51. package/types/ardupilotmega/index.js.map +0 -1
  52. package/types/ardupilotmega/messages.d.ts +0 -3719
  53. package/types/ardupilotmega/messages.d.ts.map +0 -1
  54. package/types/ardupilotmega/messages.js +0 -1281
  55. package/types/ardupilotmega/messages.js.map +0 -1
  56. package/types/ardupilotmega/types.d.ts +0 -221
  57. package/types/ardupilotmega/types.d.ts.map +0 -1
  58. package/types/ardupilotmega/types.js +0 -5
  59. package/types/ardupilotmega/types.js.map +0 -1
  60. package/types/common/enums.d.ts +0 -1843
  61. package/types/common/enums.d.ts.map +0 -1
  62. package/types/common/enums.js +0 -3636
  63. package/types/common/enums.js.map +0 -1
  64. package/types/common/index.d.ts +0 -4
  65. package/types/common/index.d.ts.map +0 -1
  66. package/types/common/index.js +0 -21
  67. package/types/common/index.js.map +0 -1
  68. package/types/common/messages.d.ts +0 -2805
  69. package/types/common/messages.d.ts.map +0 -1
  70. package/types/common/messages.js +0 -920
  71. package/types/common/messages.js.map +0 -1
  72. package/types/common/types.d.ts +0 -157
  73. package/types/common/types.d.ts.map +0 -1
  74. package/types/common/types.js +0 -4
  75. package/types/common/types.js.map +0 -1
  76. package/types/minimal/enums.d.ts +0 -244
  77. package/types/minimal/enums.d.ts.map +0 -1
  78. package/types/minimal/enums.js +0 -496
  79. package/types/minimal/enums.js.map +0 -1
  80. package/types/minimal/index.d.ts +0 -4
  81. package/types/minimal/index.d.ts.map +0 -1
  82. package/types/minimal/index.js +0 -21
  83. package/types/minimal/index.js.map +0 -1
  84. package/types/minimal/messages.d.ts +0 -25
  85. package/types/minimal/messages.d.ts.map +0 -1
  86. package/types/minimal/messages.js +0 -12
  87. package/types/minimal/messages.js.map +0 -1
  88. package/types/minimal/types.d.ts +0 -14
  89. package/types/minimal/types.d.ts.map +0 -1
  90. package/types/minimal/types.js +0 -4
  91. package/types/minimal/types.js.map +0 -1
  92. package/types/paparazzi/enums.ts +0 -3632
  93. package/types/paparazzi/index.ts +0 -6
  94. package/types/paparazzi/messages.ts +0 -6185
  95. package/types/paparazzi/types.ts +0 -2159
  96. package/types/python_array_test/enums.ts +0 -3632
  97. package/types/python_array_test/index.ts +0 -6
  98. package/types/python_array_test/messages.ts +0 -6258
  99. package/types/python_array_test/types.ts +0 -2159
  100. package/types/standard/enums.d.ts +0 -248
  101. package/types/standard/enums.d.ts.map +0 -1
  102. package/types/standard/enums.js +0 -505
  103. package/types/standard/enums.js.map +0 -1
  104. package/types/standard/enums.ts +0 -502
  105. package/types/standard/index.d.ts +0 -4
  106. package/types/standard/index.d.ts.map +0 -1
  107. package/types/standard/index.js +0 -22
  108. package/types/standard/index.js.map +0 -1
  109. package/types/standard/index.ts +0 -6
  110. package/types/standard/messages.d.ts +0 -25
  111. package/types/standard/messages.d.ts.map +0 -1
  112. package/types/standard/messages.js +0 -13
  113. package/types/standard/messages.js.map +0 -1
  114. package/types/standard/messages.ts +0 -63
  115. package/types/standard/types.d.ts +0 -15
  116. package/types/standard/types.d.ts.map +0 -1
  117. package/types/standard/types.js +0 -5
  118. package/types/standard/types.js.map +0 -1
  119. package/types/standard/types.ts +0 -278
  120. package/types/test/enums.ts +0 -2
  121. package/types/test/index.ts +0 -6
  122. package/types/test/messages.ts +0 -69
  123. package/types/test/types.ts +0 -11
  124. /package/{types/ardupilotmega/enums.ts → dist/dialects/ardupilotmega/enums.d.ts} +0 -0
  125. /package/{types/ardupilotmega/index.ts → dist/dialects/ardupilotmega/index.d.ts} +0 -0
  126. /package/{types/ardupilotmega/messages.ts → dist/dialects/ardupilotmega/messages.d.ts} +0 -0
  127. /package/{types/ardupilotmega/types.ts → dist/dialects/ardupilotmega/types.d.ts} +0 -0
  128. /package/{types/common/enums.ts → dist/dialects/common/enums.d.ts} +0 -0
  129. /package/{types/common/index.ts → dist/dialects/common/index.d.ts} +0 -0
  130. /package/{types/common/messages.ts → dist/dialects/common/messages.d.ts} +0 -0
  131. /package/{types/common/types.ts → dist/dialects/common/types.d.ts} +0 -0
  132. /package/{types/minimal/enums.ts → dist/dialects/minimal/enums.d.ts} +0 -0
  133. /package/{types/minimal/index.ts → dist/dialects/minimal/index.d.ts} +0 -0
  134. /package/{types/minimal/messages.ts → dist/dialects/minimal/messages.d.ts} +0 -0
  135. /package/{types/minimal/types.ts → dist/dialects/minimal/types.d.ts} +0 -0
@@ -1,1281 +0,0 @@
1
- "use strict";
2
- // Auto-generated TypeScript message interfaces for ardupilotmega dialect
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.isHeartbeat = isHeartbeat;
5
- exports.isProtocolVersion = isProtocolVersion;
6
- exports.isSysStatus = isSysStatus;
7
- exports.isSystemTime = isSystemTime;
8
- exports.isPing = isPing;
9
- exports.isChangeOperatorControl = isChangeOperatorControl;
10
- exports.isChangeOperatorControlAck = isChangeOperatorControlAck;
11
- exports.isAuthKey = isAuthKey;
12
- exports.isLinkNodeStatus = isLinkNodeStatus;
13
- exports.isSetMode = isSetMode;
14
- exports.isParamRequestRead = isParamRequestRead;
15
- exports.isParamRequestList = isParamRequestList;
16
- exports.isParamValue = isParamValue;
17
- exports.isParamSet = isParamSet;
18
- exports.isGpsRawInt = isGpsRawInt;
19
- exports.isGpsStatus = isGpsStatus;
20
- exports.isScaledImu = isScaledImu;
21
- exports.isRawImu = isRawImu;
22
- exports.isRawPressure = isRawPressure;
23
- exports.isScaledPressure = isScaledPressure;
24
- exports.isAttitude = isAttitude;
25
- exports.isAttitudeQuaternion = isAttitudeQuaternion;
26
- exports.isLocalPositionNed = isLocalPositionNed;
27
- exports.isGlobalPositionInt = isGlobalPositionInt;
28
- exports.isRcChannelsScaled = isRcChannelsScaled;
29
- exports.isRcChannelsRaw = isRcChannelsRaw;
30
- exports.isServoOutputRaw = isServoOutputRaw;
31
- exports.isMissionRequestPartialList = isMissionRequestPartialList;
32
- exports.isMissionWritePartialList = isMissionWritePartialList;
33
- exports.isMissionItem = isMissionItem;
34
- exports.isMissionRequest = isMissionRequest;
35
- exports.isMissionSetCurrent = isMissionSetCurrent;
36
- exports.isMissionCurrent = isMissionCurrent;
37
- exports.isMissionRequestList = isMissionRequestList;
38
- exports.isMissionCount = isMissionCount;
39
- exports.isMissionClearAll = isMissionClearAll;
40
- exports.isMissionItemReached = isMissionItemReached;
41
- exports.isMissionAck = isMissionAck;
42
- exports.isSetGpsGlobalOrigin = isSetGpsGlobalOrigin;
43
- exports.isGpsGlobalOrigin = isGpsGlobalOrigin;
44
- exports.isParamMapRc = isParamMapRc;
45
- exports.isMissionRequestInt = isMissionRequestInt;
46
- exports.isSafetySetAllowedArea = isSafetySetAllowedArea;
47
- exports.isSafetyAllowedArea = isSafetyAllowedArea;
48
- exports.isAttitudeQuaternionCov = isAttitudeQuaternionCov;
49
- exports.isNavControllerOutput = isNavControllerOutput;
50
- exports.isGlobalPositionIntCov = isGlobalPositionIntCov;
51
- exports.isLocalPositionNedCov = isLocalPositionNedCov;
52
- exports.isRcChannels = isRcChannels;
53
- exports.isRequestDataStream = isRequestDataStream;
54
- exports.isDataStream = isDataStream;
55
- exports.isManualControl = isManualControl;
56
- exports.isRcChannelsOverride = isRcChannelsOverride;
57
- exports.isMissionItemInt = isMissionItemInt;
58
- exports.isVfrHud = isVfrHud;
59
- exports.isCommandInt = isCommandInt;
60
- exports.isCommandLong = isCommandLong;
61
- exports.isCommandAck = isCommandAck;
62
- exports.isCommandCancel = isCommandCancel;
63
- exports.isManualSetpoint = isManualSetpoint;
64
- exports.isSetAttitudeTarget = isSetAttitudeTarget;
65
- exports.isAttitudeTarget = isAttitudeTarget;
66
- exports.isSetPositionTargetLocalNed = isSetPositionTargetLocalNed;
67
- exports.isPositionTargetLocalNed = isPositionTargetLocalNed;
68
- exports.isSetPositionTargetGlobalInt = isSetPositionTargetGlobalInt;
69
- exports.isPositionTargetGlobalInt = isPositionTargetGlobalInt;
70
- exports.isLocalPositionNedSystemGlobalOffset = isLocalPositionNedSystemGlobalOffset;
71
- exports.isHilState = isHilState;
72
- exports.isHilControls = isHilControls;
73
- exports.isHilRcInputsRaw = isHilRcInputsRaw;
74
- exports.isHilActuatorControls = isHilActuatorControls;
75
- exports.isOpticalFlow = isOpticalFlow;
76
- exports.isGlobalVisionPositionEstimate = isGlobalVisionPositionEstimate;
77
- exports.isVisionPositionEstimate = isVisionPositionEstimate;
78
- exports.isVisionSpeedEstimate = isVisionSpeedEstimate;
79
- exports.isViconPositionEstimate = isViconPositionEstimate;
80
- exports.isHighresImu = isHighresImu;
81
- exports.isOpticalFlowRad = isOpticalFlowRad;
82
- exports.isHilSensor = isHilSensor;
83
- exports.isSimState = isSimState;
84
- exports.isRadioStatus = isRadioStatus;
85
- exports.isFileTransferProtocol = isFileTransferProtocol;
86
- exports.isTimesync = isTimesync;
87
- exports.isCameraTrigger = isCameraTrigger;
88
- exports.isHilGps = isHilGps;
89
- exports.isHilOpticalFlow = isHilOpticalFlow;
90
- exports.isHilStateQuaternion = isHilStateQuaternion;
91
- exports.isScaledImu2 = isScaledImu2;
92
- exports.isLogRequestList = isLogRequestList;
93
- exports.isLogEntry = isLogEntry;
94
- exports.isLogRequestData = isLogRequestData;
95
- exports.isLogData = isLogData;
96
- exports.isLogErase = isLogErase;
97
- exports.isLogRequestEnd = isLogRequestEnd;
98
- exports.isGpsInjectData = isGpsInjectData;
99
- exports.isGps2Raw = isGps2Raw;
100
- exports.isPowerStatus = isPowerStatus;
101
- exports.isSerialControl = isSerialControl;
102
- exports.isGpsRtk = isGpsRtk;
103
- exports.isGps2Rtk = isGps2Rtk;
104
- exports.isScaledImu3 = isScaledImu3;
105
- exports.isDataTransmissionHandshake = isDataTransmissionHandshake;
106
- exports.isEncapsulatedData = isEncapsulatedData;
107
- exports.isDistanceSensor = isDistanceSensor;
108
- exports.isTerrainRequest = isTerrainRequest;
109
- exports.isTerrainData = isTerrainData;
110
- exports.isTerrainCheck = isTerrainCheck;
111
- exports.isTerrainReport = isTerrainReport;
112
- exports.isScaledPressure2 = isScaledPressure2;
113
- exports.isAttPosMocap = isAttPosMocap;
114
- exports.isSetActuatorControlTarget = isSetActuatorControlTarget;
115
- exports.isActuatorControlTarget = isActuatorControlTarget;
116
- exports.isAltitude = isAltitude;
117
- exports.isResourceRequest = isResourceRequest;
118
- exports.isScaledPressure3 = isScaledPressure3;
119
- exports.isFollowTarget = isFollowTarget;
120
- exports.isControlSystemState = isControlSystemState;
121
- exports.isBatteryStatus = isBatteryStatus;
122
- exports.isAutopilotVersion = isAutopilotVersion;
123
- exports.isLandingTarget = isLandingTarget;
124
- exports.isFenceStatus = isFenceStatus;
125
- exports.isMagCalReport = isMagCalReport;
126
- exports.isEfiStatus = isEfiStatus;
127
- exports.isEstimatorStatus = isEstimatorStatus;
128
- exports.isWindCov = isWindCov;
129
- exports.isGpsInput = isGpsInput;
130
- exports.isGpsRtcmData = isGpsRtcmData;
131
- exports.isHighLatency = isHighLatency;
132
- exports.isHighLatency2 = isHighLatency2;
133
- exports.isVibration = isVibration;
134
- exports.isHomePosition = isHomePosition;
135
- exports.isSetHomePosition = isSetHomePosition;
136
- exports.isMessageInterval = isMessageInterval;
137
- exports.isExtendedSysState = isExtendedSysState;
138
- exports.isAdsbVehicle = isAdsbVehicle;
139
- exports.isCollision = isCollision;
140
- exports.isV2Extension = isV2Extension;
141
- exports.isMemoryVect = isMemoryVect;
142
- exports.isDebugVect = isDebugVect;
143
- exports.isNamedValueFloat = isNamedValueFloat;
144
- exports.isNamedValueInt = isNamedValueInt;
145
- exports.isStatustext = isStatustext;
146
- exports.isDebug = isDebug;
147
- exports.isSetupSigning = isSetupSigning;
148
- exports.isButtonChange = isButtonChange;
149
- exports.isPlayTune = isPlayTune;
150
- exports.isCameraInformation = isCameraInformation;
151
- exports.isCameraSettings = isCameraSettings;
152
- exports.isStorageInformation = isStorageInformation;
153
- exports.isCameraCaptureStatus = isCameraCaptureStatus;
154
- exports.isCameraImageCaptured = isCameraImageCaptured;
155
- exports.isFlightInformation = isFlightInformation;
156
- exports.isMountOrientation = isMountOrientation;
157
- exports.isLoggingData = isLoggingData;
158
- exports.isLoggingDataAcked = isLoggingDataAcked;
159
- exports.isLoggingAck = isLoggingAck;
160
- exports.isVideoStreamInformation = isVideoStreamInformation;
161
- exports.isVideoStreamStatus = isVideoStreamStatus;
162
- exports.isCameraFovStatus = isCameraFovStatus;
163
- exports.isCameraTrackingImageStatus = isCameraTrackingImageStatus;
164
- exports.isCameraTrackingGeoStatus = isCameraTrackingGeoStatus;
165
- exports.isCameraThermalRange = isCameraThermalRange;
166
- exports.isGimbalManagerInformation = isGimbalManagerInformation;
167
- exports.isGimbalManagerStatus = isGimbalManagerStatus;
168
- exports.isGimbalManagerSetAttitude = isGimbalManagerSetAttitude;
169
- exports.isGimbalDeviceInformation = isGimbalDeviceInformation;
170
- exports.isGimbalDeviceSetAttitude = isGimbalDeviceSetAttitude;
171
- exports.isGimbalDeviceAttitudeStatus = isGimbalDeviceAttitudeStatus;
172
- exports.isAutopilotStateForGimbalDevice = isAutopilotStateForGimbalDevice;
173
- exports.isGimbalManagerSetPitchyaw = isGimbalManagerSetPitchyaw;
174
- exports.isGimbalManagerSetManualControl = isGimbalManagerSetManualControl;
175
- exports.isEscInfo = isEscInfo;
176
- exports.isEscStatus = isEscStatus;
177
- exports.isWifiConfigAp = isWifiConfigAp;
178
- exports.isAisVessel = isAisVessel;
179
- exports.isUavcanNodeStatus = isUavcanNodeStatus;
180
- exports.isUavcanNodeInfo = isUavcanNodeInfo;
181
- exports.isParamExtRequestRead = isParamExtRequestRead;
182
- exports.isParamExtRequestList = isParamExtRequestList;
183
- exports.isParamExtValue = isParamExtValue;
184
- exports.isParamExtSet = isParamExtSet;
185
- exports.isParamExtAck = isParamExtAck;
186
- exports.isObstacleDistance = isObstacleDistance;
187
- exports.isOdometry = isOdometry;
188
- exports.isTrajectoryRepresentationWaypoints = isTrajectoryRepresentationWaypoints;
189
- exports.isTrajectoryRepresentationBezier = isTrajectoryRepresentationBezier;
190
- exports.isCellularStatus = isCellularStatus;
191
- exports.isIsbdLinkStatus = isIsbdLinkStatus;
192
- exports.isCellularConfig = isCellularConfig;
193
- exports.isRawRpm = isRawRpm;
194
- exports.isUtmGlobalPosition = isUtmGlobalPosition;
195
- exports.isDebugFloatArray = isDebugFloatArray;
196
- exports.isOrbitExecutionStatus = isOrbitExecutionStatus;
197
- exports.isSmartBatteryInfo = isSmartBatteryInfo;
198
- exports.isFuelStatus = isFuelStatus;
199
- exports.isBatteryInfo = isBatteryInfo;
200
- exports.isGeneratorStatus = isGeneratorStatus;
201
- exports.isActuatorOutputStatus = isActuatorOutputStatus;
202
- exports.isTimeEstimateToTarget = isTimeEstimateToTarget;
203
- exports.isTunnel = isTunnel;
204
- exports.isCanFrame = isCanFrame;
205
- exports.isOnboardComputerStatus = isOnboardComputerStatus;
206
- exports.isComponentInformation = isComponentInformation;
207
- exports.isComponentInformationBasic = isComponentInformationBasic;
208
- exports.isComponentMetadata = isComponentMetadata;
209
- exports.isPlayTuneV2 = isPlayTuneV2;
210
- exports.isSupportedTunes = isSupportedTunes;
211
- exports.isEvent = isEvent;
212
- exports.isCurrentEventSequence = isCurrentEventSequence;
213
- exports.isRequestEvent = isRequestEvent;
214
- exports.isResponseEventError = isResponseEventError;
215
- exports.isAvailableModes = isAvailableModes;
216
- exports.isCurrentMode = isCurrentMode;
217
- exports.isAvailableModesMonitor = isAvailableModesMonitor;
218
- exports.isIlluminatorStatus = isIlluminatorStatus;
219
- exports.isCanfdFrame = isCanfdFrame;
220
- exports.isCanFilterModify = isCanFilterModify;
221
- exports.isWheelDistance = isWheelDistance;
222
- exports.isWinchStatus = isWinchStatus;
223
- exports.isOpenDroneIdBasicId = isOpenDroneIdBasicId;
224
- exports.isOpenDroneIdLocation = isOpenDroneIdLocation;
225
- exports.isOpenDroneIdAuthentication = isOpenDroneIdAuthentication;
226
- exports.isOpenDroneIdSelfId = isOpenDroneIdSelfId;
227
- exports.isOpenDroneIdSystem = isOpenDroneIdSystem;
228
- exports.isOpenDroneIdOperatorId = isOpenDroneIdOperatorId;
229
- exports.isOpenDroneIdMessagePack = isOpenDroneIdMessagePack;
230
- exports.isOpenDroneIdArmStatus = isOpenDroneIdArmStatus;
231
- exports.isOpenDroneIdSystemUpdate = isOpenDroneIdSystemUpdate;
232
- exports.isHygrometerSensor = isHygrometerSensor;
233
- exports.isUavionixAdsbOutCfg = isUavionixAdsbOutCfg;
234
- exports.isUavionixAdsbOutDynamic = isUavionixAdsbOutDynamic;
235
- exports.isUavionixAdsbTransceiverHealthReport = isUavionixAdsbTransceiverHealthReport;
236
- exports.isUavionixAdsbOutCfgRegistration = isUavionixAdsbOutCfgRegistration;
237
- exports.isUavionixAdsbOutCfgFlightid = isUavionixAdsbOutCfgFlightid;
238
- exports.isUavionixAdsbGet = isUavionixAdsbGet;
239
- exports.isUavionixAdsbOutControl = isUavionixAdsbOutControl;
240
- exports.isUavionixAdsbOutStatus = isUavionixAdsbOutStatus;
241
- exports.isIcarousHeartbeat = isIcarousHeartbeat;
242
- exports.isIcarousKinematicBands = isIcarousKinematicBands;
243
- exports.isLoweheiserGovEfi = isLoweheiserGovEfi;
244
- exports.isCubepilotRawRc = isCubepilotRawRc;
245
- exports.isHerelinkVideoStreamInformation = isHerelinkVideoStreamInformation;
246
- exports.isHerelinkTelem = isHerelinkTelem;
247
- exports.isCubepilotFirmwareUpdateStart = isCubepilotFirmwareUpdateStart;
248
- exports.isCubepilotFirmwareUpdateResp = isCubepilotFirmwareUpdateResp;
249
- exports.isAirlinkAuth = isAirlinkAuth;
250
- exports.isAirlinkAuthResponse = isAirlinkAuthResponse;
251
- exports.isSensorOffsets = isSensorOffsets;
252
- exports.isSetMagOffsets = isSetMagOffsets;
253
- exports.isMeminfo = isMeminfo;
254
- exports.isApAdc = isApAdc;
255
- exports.isDigicamConfigure = isDigicamConfigure;
256
- exports.isDigicamControl = isDigicamControl;
257
- exports.isMountConfigure = isMountConfigure;
258
- exports.isMountControl = isMountControl;
259
- exports.isMountStatus = isMountStatus;
260
- exports.isFencePoint = isFencePoint;
261
- exports.isFenceFetchPoint = isFenceFetchPoint;
262
- exports.isAhrs = isAhrs;
263
- exports.isSimstate = isSimstate;
264
- exports.isHwstatus = isHwstatus;
265
- exports.isRadio = isRadio;
266
- exports.isLimitsStatus = isLimitsStatus;
267
- exports.isWind = isWind;
268
- exports.isData16 = isData16;
269
- exports.isData32 = isData32;
270
- exports.isData64 = isData64;
271
- exports.isData96 = isData96;
272
- exports.isRangefinder = isRangefinder;
273
- exports.isAirspeedAutocal = isAirspeedAutocal;
274
- exports.isRallyPoint = isRallyPoint;
275
- exports.isRallyFetchPoint = isRallyFetchPoint;
276
- exports.isCompassmotStatus = isCompassmotStatus;
277
- exports.isAhrs2 = isAhrs2;
278
- exports.isCameraStatus = isCameraStatus;
279
- exports.isCameraFeedback = isCameraFeedback;
280
- exports.isBattery2 = isBattery2;
281
- exports.isAhrs3 = isAhrs3;
282
- exports.isAutopilotVersionRequest = isAutopilotVersionRequest;
283
- exports.isRemoteLogDataBlock = isRemoteLogDataBlock;
284
- exports.isRemoteLogBlockStatus = isRemoteLogBlockStatus;
285
- exports.isLedControl = isLedControl;
286
- exports.isMagCalProgress = isMagCalProgress;
287
- exports.isEkfStatusReport = isEkfStatusReport;
288
- exports.isPidTuning = isPidTuning;
289
- exports.isDeepstall = isDeepstall;
290
- exports.isGimbalReport = isGimbalReport;
291
- exports.isGimbalControl = isGimbalControl;
292
- exports.isGimbalTorqueCmdReport = isGimbalTorqueCmdReport;
293
- exports.isGoproHeartbeat = isGoproHeartbeat;
294
- exports.isGoproGetRequest = isGoproGetRequest;
295
- exports.isGoproGetResponse = isGoproGetResponse;
296
- exports.isGoproSetRequest = isGoproSetRequest;
297
- exports.isGoproSetResponse = isGoproSetResponse;
298
- exports.isRpm = isRpm;
299
- exports.isDeviceOpRead = isDeviceOpRead;
300
- exports.isDeviceOpReadReply = isDeviceOpReadReply;
301
- exports.isDeviceOpWrite = isDeviceOpWrite;
302
- exports.isDeviceOpWriteReply = isDeviceOpWriteReply;
303
- exports.isSecureCommand = isSecureCommand;
304
- exports.isSecureCommandReply = isSecureCommandReply;
305
- exports.isAdapTuning = isAdapTuning;
306
- exports.isVisionPositionDelta = isVisionPositionDelta;
307
- exports.isAoaSsa = isAoaSsa;
308
- exports.isEscTelemetry1To4 = isEscTelemetry1To4;
309
- exports.isEscTelemetry5To8 = isEscTelemetry5To8;
310
- exports.isEscTelemetry9To12 = isEscTelemetry9To12;
311
- exports.isOsdParamConfig = isOsdParamConfig;
312
- exports.isOsdParamConfigReply = isOsdParamConfigReply;
313
- exports.isOsdParamShowConfig = isOsdParamShowConfig;
314
- exports.isOsdParamShowConfigReply = isOsdParamShowConfigReply;
315
- exports.isObstacleDistance3d = isObstacleDistance3d;
316
- exports.isWaterDepth = isWaterDepth;
317
- exports.isMcuStatus = isMcuStatus;
318
- exports.isEscTelemetry13To16 = isEscTelemetry13To16;
319
- exports.isEscTelemetry17To20 = isEscTelemetry17To20;
320
- exports.isEscTelemetry21To24 = isEscTelemetry21To24;
321
- exports.isEscTelemetry25To28 = isEscTelemetry25To28;
322
- exports.isEscTelemetry29To32 = isEscTelemetry29To32;
323
- // Type guard functions
324
- function isHeartbeat(msg) {
325
- return msg.type === 'HEARTBEAT';
326
- }
327
- function isProtocolVersion(msg) {
328
- return msg.type === 'PROTOCOL_VERSION';
329
- }
330
- function isSysStatus(msg) {
331
- return msg.type === 'SYS_STATUS';
332
- }
333
- function isSystemTime(msg) {
334
- return msg.type === 'SYSTEM_TIME';
335
- }
336
- function isPing(msg) {
337
- return msg.type === 'PING';
338
- }
339
- function isChangeOperatorControl(msg) {
340
- return msg.type === 'CHANGE_OPERATOR_CONTROL';
341
- }
342
- function isChangeOperatorControlAck(msg) {
343
- return msg.type === 'CHANGE_OPERATOR_CONTROL_ACK';
344
- }
345
- function isAuthKey(msg) {
346
- return msg.type === 'AUTH_KEY';
347
- }
348
- function isLinkNodeStatus(msg) {
349
- return msg.type === 'LINK_NODE_STATUS';
350
- }
351
- function isSetMode(msg) {
352
- return msg.type === 'SET_MODE';
353
- }
354
- function isParamRequestRead(msg) {
355
- return msg.type === 'PARAM_REQUEST_READ';
356
- }
357
- function isParamRequestList(msg) {
358
- return msg.type === 'PARAM_REQUEST_LIST';
359
- }
360
- function isParamValue(msg) {
361
- return msg.type === 'PARAM_VALUE';
362
- }
363
- function isParamSet(msg) {
364
- return msg.type === 'PARAM_SET';
365
- }
366
- function isGpsRawInt(msg) {
367
- return msg.type === 'GPS_RAW_INT';
368
- }
369
- function isGpsStatus(msg) {
370
- return msg.type === 'GPS_STATUS';
371
- }
372
- function isScaledImu(msg) {
373
- return msg.type === 'SCALED_IMU';
374
- }
375
- function isRawImu(msg) {
376
- return msg.type === 'RAW_IMU';
377
- }
378
- function isRawPressure(msg) {
379
- return msg.type === 'RAW_PRESSURE';
380
- }
381
- function isScaledPressure(msg) {
382
- return msg.type === 'SCALED_PRESSURE';
383
- }
384
- function isAttitude(msg) {
385
- return msg.type === 'ATTITUDE';
386
- }
387
- function isAttitudeQuaternion(msg) {
388
- return msg.type === 'ATTITUDE_QUATERNION';
389
- }
390
- function isLocalPositionNed(msg) {
391
- return msg.type === 'LOCAL_POSITION_NED';
392
- }
393
- function isGlobalPositionInt(msg) {
394
- return msg.type === 'GLOBAL_POSITION_INT';
395
- }
396
- function isRcChannelsScaled(msg) {
397
- return msg.type === 'RC_CHANNELS_SCALED';
398
- }
399
- function isRcChannelsRaw(msg) {
400
- return msg.type === 'RC_CHANNELS_RAW';
401
- }
402
- function isServoOutputRaw(msg) {
403
- return msg.type === 'SERVO_OUTPUT_RAW';
404
- }
405
- function isMissionRequestPartialList(msg) {
406
- return msg.type === 'MISSION_REQUEST_PARTIAL_LIST';
407
- }
408
- function isMissionWritePartialList(msg) {
409
- return msg.type === 'MISSION_WRITE_PARTIAL_LIST';
410
- }
411
- function isMissionItem(msg) {
412
- return msg.type === 'MISSION_ITEM';
413
- }
414
- function isMissionRequest(msg) {
415
- return msg.type === 'MISSION_REQUEST';
416
- }
417
- function isMissionSetCurrent(msg) {
418
- return msg.type === 'MISSION_SET_CURRENT';
419
- }
420
- function isMissionCurrent(msg) {
421
- return msg.type === 'MISSION_CURRENT';
422
- }
423
- function isMissionRequestList(msg) {
424
- return msg.type === 'MISSION_REQUEST_LIST';
425
- }
426
- function isMissionCount(msg) {
427
- return msg.type === 'MISSION_COUNT';
428
- }
429
- function isMissionClearAll(msg) {
430
- return msg.type === 'MISSION_CLEAR_ALL';
431
- }
432
- function isMissionItemReached(msg) {
433
- return msg.type === 'MISSION_ITEM_REACHED';
434
- }
435
- function isMissionAck(msg) {
436
- return msg.type === 'MISSION_ACK';
437
- }
438
- function isSetGpsGlobalOrigin(msg) {
439
- return msg.type === 'SET_GPS_GLOBAL_ORIGIN';
440
- }
441
- function isGpsGlobalOrigin(msg) {
442
- return msg.type === 'GPS_GLOBAL_ORIGIN';
443
- }
444
- function isParamMapRc(msg) {
445
- return msg.type === 'PARAM_MAP_RC';
446
- }
447
- function isMissionRequestInt(msg) {
448
- return msg.type === 'MISSION_REQUEST_INT';
449
- }
450
- function isSafetySetAllowedArea(msg) {
451
- return msg.type === 'SAFETY_SET_ALLOWED_AREA';
452
- }
453
- function isSafetyAllowedArea(msg) {
454
- return msg.type === 'SAFETY_ALLOWED_AREA';
455
- }
456
- function isAttitudeQuaternionCov(msg) {
457
- return msg.type === 'ATTITUDE_QUATERNION_COV';
458
- }
459
- function isNavControllerOutput(msg) {
460
- return msg.type === 'NAV_CONTROLLER_OUTPUT';
461
- }
462
- function isGlobalPositionIntCov(msg) {
463
- return msg.type === 'GLOBAL_POSITION_INT_COV';
464
- }
465
- function isLocalPositionNedCov(msg) {
466
- return msg.type === 'LOCAL_POSITION_NED_COV';
467
- }
468
- function isRcChannels(msg) {
469
- return msg.type === 'RC_CHANNELS';
470
- }
471
- function isRequestDataStream(msg) {
472
- return msg.type === 'REQUEST_DATA_STREAM';
473
- }
474
- function isDataStream(msg) {
475
- return msg.type === 'DATA_STREAM';
476
- }
477
- function isManualControl(msg) {
478
- return msg.type === 'MANUAL_CONTROL';
479
- }
480
- function isRcChannelsOverride(msg) {
481
- return msg.type === 'RC_CHANNELS_OVERRIDE';
482
- }
483
- function isMissionItemInt(msg) {
484
- return msg.type === 'MISSION_ITEM_INT';
485
- }
486
- function isVfrHud(msg) {
487
- return msg.type === 'VFR_HUD';
488
- }
489
- function isCommandInt(msg) {
490
- return msg.type === 'COMMAND_INT';
491
- }
492
- function isCommandLong(msg) {
493
- return msg.type === 'COMMAND_LONG';
494
- }
495
- function isCommandAck(msg) {
496
- return msg.type === 'COMMAND_ACK';
497
- }
498
- function isCommandCancel(msg) {
499
- return msg.type === 'COMMAND_CANCEL';
500
- }
501
- function isManualSetpoint(msg) {
502
- return msg.type === 'MANUAL_SETPOINT';
503
- }
504
- function isSetAttitudeTarget(msg) {
505
- return msg.type === 'SET_ATTITUDE_TARGET';
506
- }
507
- function isAttitudeTarget(msg) {
508
- return msg.type === 'ATTITUDE_TARGET';
509
- }
510
- function isSetPositionTargetLocalNed(msg) {
511
- return msg.type === 'SET_POSITION_TARGET_LOCAL_NED';
512
- }
513
- function isPositionTargetLocalNed(msg) {
514
- return msg.type === 'POSITION_TARGET_LOCAL_NED';
515
- }
516
- function isSetPositionTargetGlobalInt(msg) {
517
- return msg.type === 'SET_POSITION_TARGET_GLOBAL_INT';
518
- }
519
- function isPositionTargetGlobalInt(msg) {
520
- return msg.type === 'POSITION_TARGET_GLOBAL_INT';
521
- }
522
- function isLocalPositionNedSystemGlobalOffset(msg) {
523
- return msg.type === 'LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET';
524
- }
525
- function isHilState(msg) {
526
- return msg.type === 'HIL_STATE';
527
- }
528
- function isHilControls(msg) {
529
- return msg.type === 'HIL_CONTROLS';
530
- }
531
- function isHilRcInputsRaw(msg) {
532
- return msg.type === 'HIL_RC_INPUTS_RAW';
533
- }
534
- function isHilActuatorControls(msg) {
535
- return msg.type === 'HIL_ACTUATOR_CONTROLS';
536
- }
537
- function isOpticalFlow(msg) {
538
- return msg.type === 'OPTICAL_FLOW';
539
- }
540
- function isGlobalVisionPositionEstimate(msg) {
541
- return msg.type === 'GLOBAL_VISION_POSITION_ESTIMATE';
542
- }
543
- function isVisionPositionEstimate(msg) {
544
- return msg.type === 'VISION_POSITION_ESTIMATE';
545
- }
546
- function isVisionSpeedEstimate(msg) {
547
- return msg.type === 'VISION_SPEED_ESTIMATE';
548
- }
549
- function isViconPositionEstimate(msg) {
550
- return msg.type === 'VICON_POSITION_ESTIMATE';
551
- }
552
- function isHighresImu(msg) {
553
- return msg.type === 'HIGHRES_IMU';
554
- }
555
- function isOpticalFlowRad(msg) {
556
- return msg.type === 'OPTICAL_FLOW_RAD';
557
- }
558
- function isHilSensor(msg) {
559
- return msg.type === 'HIL_SENSOR';
560
- }
561
- function isSimState(msg) {
562
- return msg.type === 'SIM_STATE';
563
- }
564
- function isRadioStatus(msg) {
565
- return msg.type === 'RADIO_STATUS';
566
- }
567
- function isFileTransferProtocol(msg) {
568
- return msg.type === 'FILE_TRANSFER_PROTOCOL';
569
- }
570
- function isTimesync(msg) {
571
- return msg.type === 'TIMESYNC';
572
- }
573
- function isCameraTrigger(msg) {
574
- return msg.type === 'CAMERA_TRIGGER';
575
- }
576
- function isHilGps(msg) {
577
- return msg.type === 'HIL_GPS';
578
- }
579
- function isHilOpticalFlow(msg) {
580
- return msg.type === 'HIL_OPTICAL_FLOW';
581
- }
582
- function isHilStateQuaternion(msg) {
583
- return msg.type === 'HIL_STATE_QUATERNION';
584
- }
585
- function isScaledImu2(msg) {
586
- return msg.type === 'SCALED_IMU2';
587
- }
588
- function isLogRequestList(msg) {
589
- return msg.type === 'LOG_REQUEST_LIST';
590
- }
591
- function isLogEntry(msg) {
592
- return msg.type === 'LOG_ENTRY';
593
- }
594
- function isLogRequestData(msg) {
595
- return msg.type === 'LOG_REQUEST_DATA';
596
- }
597
- function isLogData(msg) {
598
- return msg.type === 'LOG_DATA';
599
- }
600
- function isLogErase(msg) {
601
- return msg.type === 'LOG_ERASE';
602
- }
603
- function isLogRequestEnd(msg) {
604
- return msg.type === 'LOG_REQUEST_END';
605
- }
606
- function isGpsInjectData(msg) {
607
- return msg.type === 'GPS_INJECT_DATA';
608
- }
609
- function isGps2Raw(msg) {
610
- return msg.type === 'GPS2_RAW';
611
- }
612
- function isPowerStatus(msg) {
613
- return msg.type === 'POWER_STATUS';
614
- }
615
- function isSerialControl(msg) {
616
- return msg.type === 'SERIAL_CONTROL';
617
- }
618
- function isGpsRtk(msg) {
619
- return msg.type === 'GPS_RTK';
620
- }
621
- function isGps2Rtk(msg) {
622
- return msg.type === 'GPS2_RTK';
623
- }
624
- function isScaledImu3(msg) {
625
- return msg.type === 'SCALED_IMU3';
626
- }
627
- function isDataTransmissionHandshake(msg) {
628
- return msg.type === 'DATA_TRANSMISSION_HANDSHAKE';
629
- }
630
- function isEncapsulatedData(msg) {
631
- return msg.type === 'ENCAPSULATED_DATA';
632
- }
633
- function isDistanceSensor(msg) {
634
- return msg.type === 'DISTANCE_SENSOR';
635
- }
636
- function isTerrainRequest(msg) {
637
- return msg.type === 'TERRAIN_REQUEST';
638
- }
639
- function isTerrainData(msg) {
640
- return msg.type === 'TERRAIN_DATA';
641
- }
642
- function isTerrainCheck(msg) {
643
- return msg.type === 'TERRAIN_CHECK';
644
- }
645
- function isTerrainReport(msg) {
646
- return msg.type === 'TERRAIN_REPORT';
647
- }
648
- function isScaledPressure2(msg) {
649
- return msg.type === 'SCALED_PRESSURE2';
650
- }
651
- function isAttPosMocap(msg) {
652
- return msg.type === 'ATT_POS_MOCAP';
653
- }
654
- function isSetActuatorControlTarget(msg) {
655
- return msg.type === 'SET_ACTUATOR_CONTROL_TARGET';
656
- }
657
- function isActuatorControlTarget(msg) {
658
- return msg.type === 'ACTUATOR_CONTROL_TARGET';
659
- }
660
- function isAltitude(msg) {
661
- return msg.type === 'ALTITUDE';
662
- }
663
- function isResourceRequest(msg) {
664
- return msg.type === 'RESOURCE_REQUEST';
665
- }
666
- function isScaledPressure3(msg) {
667
- return msg.type === 'SCALED_PRESSURE3';
668
- }
669
- function isFollowTarget(msg) {
670
- return msg.type === 'FOLLOW_TARGET';
671
- }
672
- function isControlSystemState(msg) {
673
- return msg.type === 'CONTROL_SYSTEM_STATE';
674
- }
675
- function isBatteryStatus(msg) {
676
- return msg.type === 'BATTERY_STATUS';
677
- }
678
- function isAutopilotVersion(msg) {
679
- return msg.type === 'AUTOPILOT_VERSION';
680
- }
681
- function isLandingTarget(msg) {
682
- return msg.type === 'LANDING_TARGET';
683
- }
684
- function isFenceStatus(msg) {
685
- return msg.type === 'FENCE_STATUS';
686
- }
687
- function isMagCalReport(msg) {
688
- return msg.type === 'MAG_CAL_REPORT';
689
- }
690
- function isEfiStatus(msg) {
691
- return msg.type === 'EFI_STATUS';
692
- }
693
- function isEstimatorStatus(msg) {
694
- return msg.type === 'ESTIMATOR_STATUS';
695
- }
696
- function isWindCov(msg) {
697
- return msg.type === 'WIND_COV';
698
- }
699
- function isGpsInput(msg) {
700
- return msg.type === 'GPS_INPUT';
701
- }
702
- function isGpsRtcmData(msg) {
703
- return msg.type === 'GPS_RTCM_DATA';
704
- }
705
- function isHighLatency(msg) {
706
- return msg.type === 'HIGH_LATENCY';
707
- }
708
- function isHighLatency2(msg) {
709
- return msg.type === 'HIGH_LATENCY2';
710
- }
711
- function isVibration(msg) {
712
- return msg.type === 'VIBRATION';
713
- }
714
- function isHomePosition(msg) {
715
- return msg.type === 'HOME_POSITION';
716
- }
717
- function isSetHomePosition(msg) {
718
- return msg.type === 'SET_HOME_POSITION';
719
- }
720
- function isMessageInterval(msg) {
721
- return msg.type === 'MESSAGE_INTERVAL';
722
- }
723
- function isExtendedSysState(msg) {
724
- return msg.type === 'EXTENDED_SYS_STATE';
725
- }
726
- function isAdsbVehicle(msg) {
727
- return msg.type === 'ADSB_VEHICLE';
728
- }
729
- function isCollision(msg) {
730
- return msg.type === 'COLLISION';
731
- }
732
- function isV2Extension(msg) {
733
- return msg.type === 'V2_EXTENSION';
734
- }
735
- function isMemoryVect(msg) {
736
- return msg.type === 'MEMORY_VECT';
737
- }
738
- function isDebugVect(msg) {
739
- return msg.type === 'DEBUG_VECT';
740
- }
741
- function isNamedValueFloat(msg) {
742
- return msg.type === 'NAMED_VALUE_FLOAT';
743
- }
744
- function isNamedValueInt(msg) {
745
- return msg.type === 'NAMED_VALUE_INT';
746
- }
747
- function isStatustext(msg) {
748
- return msg.type === 'STATUSTEXT';
749
- }
750
- function isDebug(msg) {
751
- return msg.type === 'DEBUG';
752
- }
753
- function isSetupSigning(msg) {
754
- return msg.type === 'SETUP_SIGNING';
755
- }
756
- function isButtonChange(msg) {
757
- return msg.type === 'BUTTON_CHANGE';
758
- }
759
- function isPlayTune(msg) {
760
- return msg.type === 'PLAY_TUNE';
761
- }
762
- function isCameraInformation(msg) {
763
- return msg.type === 'CAMERA_INFORMATION';
764
- }
765
- function isCameraSettings(msg) {
766
- return msg.type === 'CAMERA_SETTINGS';
767
- }
768
- function isStorageInformation(msg) {
769
- return msg.type === 'STORAGE_INFORMATION';
770
- }
771
- function isCameraCaptureStatus(msg) {
772
- return msg.type === 'CAMERA_CAPTURE_STATUS';
773
- }
774
- function isCameraImageCaptured(msg) {
775
- return msg.type === 'CAMERA_IMAGE_CAPTURED';
776
- }
777
- function isFlightInformation(msg) {
778
- return msg.type === 'FLIGHT_INFORMATION';
779
- }
780
- function isMountOrientation(msg) {
781
- return msg.type === 'MOUNT_ORIENTATION';
782
- }
783
- function isLoggingData(msg) {
784
- return msg.type === 'LOGGING_DATA';
785
- }
786
- function isLoggingDataAcked(msg) {
787
- return msg.type === 'LOGGING_DATA_ACKED';
788
- }
789
- function isLoggingAck(msg) {
790
- return msg.type === 'LOGGING_ACK';
791
- }
792
- function isVideoStreamInformation(msg) {
793
- return msg.type === 'VIDEO_STREAM_INFORMATION';
794
- }
795
- function isVideoStreamStatus(msg) {
796
- return msg.type === 'VIDEO_STREAM_STATUS';
797
- }
798
- function isCameraFovStatus(msg) {
799
- return msg.type === 'CAMERA_FOV_STATUS';
800
- }
801
- function isCameraTrackingImageStatus(msg) {
802
- return msg.type === 'CAMERA_TRACKING_IMAGE_STATUS';
803
- }
804
- function isCameraTrackingGeoStatus(msg) {
805
- return msg.type === 'CAMERA_TRACKING_GEO_STATUS';
806
- }
807
- function isCameraThermalRange(msg) {
808
- return msg.type === 'CAMERA_THERMAL_RANGE';
809
- }
810
- function isGimbalManagerInformation(msg) {
811
- return msg.type === 'GIMBAL_MANAGER_INFORMATION';
812
- }
813
- function isGimbalManagerStatus(msg) {
814
- return msg.type === 'GIMBAL_MANAGER_STATUS';
815
- }
816
- function isGimbalManagerSetAttitude(msg) {
817
- return msg.type === 'GIMBAL_MANAGER_SET_ATTITUDE';
818
- }
819
- function isGimbalDeviceInformation(msg) {
820
- return msg.type === 'GIMBAL_DEVICE_INFORMATION';
821
- }
822
- function isGimbalDeviceSetAttitude(msg) {
823
- return msg.type === 'GIMBAL_DEVICE_SET_ATTITUDE';
824
- }
825
- function isGimbalDeviceAttitudeStatus(msg) {
826
- return msg.type === 'GIMBAL_DEVICE_ATTITUDE_STATUS';
827
- }
828
- function isAutopilotStateForGimbalDevice(msg) {
829
- return msg.type === 'AUTOPILOT_STATE_FOR_GIMBAL_DEVICE';
830
- }
831
- function isGimbalManagerSetPitchyaw(msg) {
832
- return msg.type === 'GIMBAL_MANAGER_SET_PITCHYAW';
833
- }
834
- function isGimbalManagerSetManualControl(msg) {
835
- return msg.type === 'GIMBAL_MANAGER_SET_MANUAL_CONTROL';
836
- }
837
- function isEscInfo(msg) {
838
- return msg.type === 'ESC_INFO';
839
- }
840
- function isEscStatus(msg) {
841
- return msg.type === 'ESC_STATUS';
842
- }
843
- function isWifiConfigAp(msg) {
844
- return msg.type === 'WIFI_CONFIG_AP';
845
- }
846
- function isAisVessel(msg) {
847
- return msg.type === 'AIS_VESSEL';
848
- }
849
- function isUavcanNodeStatus(msg) {
850
- return msg.type === 'UAVCAN_NODE_STATUS';
851
- }
852
- function isUavcanNodeInfo(msg) {
853
- return msg.type === 'UAVCAN_NODE_INFO';
854
- }
855
- function isParamExtRequestRead(msg) {
856
- return msg.type === 'PARAM_EXT_REQUEST_READ';
857
- }
858
- function isParamExtRequestList(msg) {
859
- return msg.type === 'PARAM_EXT_REQUEST_LIST';
860
- }
861
- function isParamExtValue(msg) {
862
- return msg.type === 'PARAM_EXT_VALUE';
863
- }
864
- function isParamExtSet(msg) {
865
- return msg.type === 'PARAM_EXT_SET';
866
- }
867
- function isParamExtAck(msg) {
868
- return msg.type === 'PARAM_EXT_ACK';
869
- }
870
- function isObstacleDistance(msg) {
871
- return msg.type === 'OBSTACLE_DISTANCE';
872
- }
873
- function isOdometry(msg) {
874
- return msg.type === 'ODOMETRY';
875
- }
876
- function isTrajectoryRepresentationWaypoints(msg) {
877
- return msg.type === 'TRAJECTORY_REPRESENTATION_WAYPOINTS';
878
- }
879
- function isTrajectoryRepresentationBezier(msg) {
880
- return msg.type === 'TRAJECTORY_REPRESENTATION_BEZIER';
881
- }
882
- function isCellularStatus(msg) {
883
- return msg.type === 'CELLULAR_STATUS';
884
- }
885
- function isIsbdLinkStatus(msg) {
886
- return msg.type === 'ISBD_LINK_STATUS';
887
- }
888
- function isCellularConfig(msg) {
889
- return msg.type === 'CELLULAR_CONFIG';
890
- }
891
- function isRawRpm(msg) {
892
- return msg.type === 'RAW_RPM';
893
- }
894
- function isUtmGlobalPosition(msg) {
895
- return msg.type === 'UTM_GLOBAL_POSITION';
896
- }
897
- function isDebugFloatArray(msg) {
898
- return msg.type === 'DEBUG_FLOAT_ARRAY';
899
- }
900
- function isOrbitExecutionStatus(msg) {
901
- return msg.type === 'ORBIT_EXECUTION_STATUS';
902
- }
903
- function isSmartBatteryInfo(msg) {
904
- return msg.type === 'SMART_BATTERY_INFO';
905
- }
906
- function isFuelStatus(msg) {
907
- return msg.type === 'FUEL_STATUS';
908
- }
909
- function isBatteryInfo(msg) {
910
- return msg.type === 'BATTERY_INFO';
911
- }
912
- function isGeneratorStatus(msg) {
913
- return msg.type === 'GENERATOR_STATUS';
914
- }
915
- function isActuatorOutputStatus(msg) {
916
- return msg.type === 'ACTUATOR_OUTPUT_STATUS';
917
- }
918
- function isTimeEstimateToTarget(msg) {
919
- return msg.type === 'TIME_ESTIMATE_TO_TARGET';
920
- }
921
- function isTunnel(msg) {
922
- return msg.type === 'TUNNEL';
923
- }
924
- function isCanFrame(msg) {
925
- return msg.type === 'CAN_FRAME';
926
- }
927
- function isOnboardComputerStatus(msg) {
928
- return msg.type === 'ONBOARD_COMPUTER_STATUS';
929
- }
930
- function isComponentInformation(msg) {
931
- return msg.type === 'COMPONENT_INFORMATION';
932
- }
933
- function isComponentInformationBasic(msg) {
934
- return msg.type === 'COMPONENT_INFORMATION_BASIC';
935
- }
936
- function isComponentMetadata(msg) {
937
- return msg.type === 'COMPONENT_METADATA';
938
- }
939
- function isPlayTuneV2(msg) {
940
- return msg.type === 'PLAY_TUNE_V2';
941
- }
942
- function isSupportedTunes(msg) {
943
- return msg.type === 'SUPPORTED_TUNES';
944
- }
945
- function isEvent(msg) {
946
- return msg.type === 'EVENT';
947
- }
948
- function isCurrentEventSequence(msg) {
949
- return msg.type === 'CURRENT_EVENT_SEQUENCE';
950
- }
951
- function isRequestEvent(msg) {
952
- return msg.type === 'REQUEST_EVENT';
953
- }
954
- function isResponseEventError(msg) {
955
- return msg.type === 'RESPONSE_EVENT_ERROR';
956
- }
957
- function isAvailableModes(msg) {
958
- return msg.type === 'AVAILABLE_MODES';
959
- }
960
- function isCurrentMode(msg) {
961
- return msg.type === 'CURRENT_MODE';
962
- }
963
- function isAvailableModesMonitor(msg) {
964
- return msg.type === 'AVAILABLE_MODES_MONITOR';
965
- }
966
- function isIlluminatorStatus(msg) {
967
- return msg.type === 'ILLUMINATOR_STATUS';
968
- }
969
- function isCanfdFrame(msg) {
970
- return msg.type === 'CANFD_FRAME';
971
- }
972
- function isCanFilterModify(msg) {
973
- return msg.type === 'CAN_FILTER_MODIFY';
974
- }
975
- function isWheelDistance(msg) {
976
- return msg.type === 'WHEEL_DISTANCE';
977
- }
978
- function isWinchStatus(msg) {
979
- return msg.type === 'WINCH_STATUS';
980
- }
981
- function isOpenDroneIdBasicId(msg) {
982
- return msg.type === 'OPEN_DRONE_ID_BASIC_ID';
983
- }
984
- function isOpenDroneIdLocation(msg) {
985
- return msg.type === 'OPEN_DRONE_ID_LOCATION';
986
- }
987
- function isOpenDroneIdAuthentication(msg) {
988
- return msg.type === 'OPEN_DRONE_ID_AUTHENTICATION';
989
- }
990
- function isOpenDroneIdSelfId(msg) {
991
- return msg.type === 'OPEN_DRONE_ID_SELF_ID';
992
- }
993
- function isOpenDroneIdSystem(msg) {
994
- return msg.type === 'OPEN_DRONE_ID_SYSTEM';
995
- }
996
- function isOpenDroneIdOperatorId(msg) {
997
- return msg.type === 'OPEN_DRONE_ID_OPERATOR_ID';
998
- }
999
- function isOpenDroneIdMessagePack(msg) {
1000
- return msg.type === 'OPEN_DRONE_ID_MESSAGE_PACK';
1001
- }
1002
- function isOpenDroneIdArmStatus(msg) {
1003
- return msg.type === 'OPEN_DRONE_ID_ARM_STATUS';
1004
- }
1005
- function isOpenDroneIdSystemUpdate(msg) {
1006
- return msg.type === 'OPEN_DRONE_ID_SYSTEM_UPDATE';
1007
- }
1008
- function isHygrometerSensor(msg) {
1009
- return msg.type === 'HYGROMETER_SENSOR';
1010
- }
1011
- function isUavionixAdsbOutCfg(msg) {
1012
- return msg.type === 'UAVIONIX_ADSB_OUT_CFG';
1013
- }
1014
- function isUavionixAdsbOutDynamic(msg) {
1015
- return msg.type === 'UAVIONIX_ADSB_OUT_DYNAMIC';
1016
- }
1017
- function isUavionixAdsbTransceiverHealthReport(msg) {
1018
- return msg.type === 'UAVIONIX_ADSB_TRANSCEIVER_HEALTH_REPORT';
1019
- }
1020
- function isUavionixAdsbOutCfgRegistration(msg) {
1021
- return msg.type === 'UAVIONIX_ADSB_OUT_CFG_REGISTRATION';
1022
- }
1023
- function isUavionixAdsbOutCfgFlightid(msg) {
1024
- return msg.type === 'UAVIONIX_ADSB_OUT_CFG_FLIGHTID';
1025
- }
1026
- function isUavionixAdsbGet(msg) {
1027
- return msg.type === 'UAVIONIX_ADSB_GET';
1028
- }
1029
- function isUavionixAdsbOutControl(msg) {
1030
- return msg.type === 'UAVIONIX_ADSB_OUT_CONTROL';
1031
- }
1032
- function isUavionixAdsbOutStatus(msg) {
1033
- return msg.type === 'UAVIONIX_ADSB_OUT_STATUS';
1034
- }
1035
- function isIcarousHeartbeat(msg) {
1036
- return msg.type === 'ICAROUS_HEARTBEAT';
1037
- }
1038
- function isIcarousKinematicBands(msg) {
1039
- return msg.type === 'ICAROUS_KINEMATIC_BANDS';
1040
- }
1041
- function isLoweheiserGovEfi(msg) {
1042
- return msg.type === 'LOWEHEISER_GOV_EFI';
1043
- }
1044
- function isCubepilotRawRc(msg) {
1045
- return msg.type === 'CUBEPILOT_RAW_RC';
1046
- }
1047
- function isHerelinkVideoStreamInformation(msg) {
1048
- return msg.type === 'HERELINK_VIDEO_STREAM_INFORMATION';
1049
- }
1050
- function isHerelinkTelem(msg) {
1051
- return msg.type === 'HERELINK_TELEM';
1052
- }
1053
- function isCubepilotFirmwareUpdateStart(msg) {
1054
- return msg.type === 'CUBEPILOT_FIRMWARE_UPDATE_START';
1055
- }
1056
- function isCubepilotFirmwareUpdateResp(msg) {
1057
- return msg.type === 'CUBEPILOT_FIRMWARE_UPDATE_RESP';
1058
- }
1059
- function isAirlinkAuth(msg) {
1060
- return msg.type === 'AIRLINK_AUTH';
1061
- }
1062
- function isAirlinkAuthResponse(msg) {
1063
- return msg.type === 'AIRLINK_AUTH_RESPONSE';
1064
- }
1065
- function isSensorOffsets(msg) {
1066
- return msg.type === 'SENSOR_OFFSETS';
1067
- }
1068
- function isSetMagOffsets(msg) {
1069
- return msg.type === 'SET_MAG_OFFSETS';
1070
- }
1071
- function isMeminfo(msg) {
1072
- return msg.type === 'MEMINFO';
1073
- }
1074
- function isApAdc(msg) {
1075
- return msg.type === 'AP_ADC';
1076
- }
1077
- function isDigicamConfigure(msg) {
1078
- return msg.type === 'DIGICAM_CONFIGURE';
1079
- }
1080
- function isDigicamControl(msg) {
1081
- return msg.type === 'DIGICAM_CONTROL';
1082
- }
1083
- function isMountConfigure(msg) {
1084
- return msg.type === 'MOUNT_CONFIGURE';
1085
- }
1086
- function isMountControl(msg) {
1087
- return msg.type === 'MOUNT_CONTROL';
1088
- }
1089
- function isMountStatus(msg) {
1090
- return msg.type === 'MOUNT_STATUS';
1091
- }
1092
- function isFencePoint(msg) {
1093
- return msg.type === 'FENCE_POINT';
1094
- }
1095
- function isFenceFetchPoint(msg) {
1096
- return msg.type === 'FENCE_FETCH_POINT';
1097
- }
1098
- function isAhrs(msg) {
1099
- return msg.type === 'AHRS';
1100
- }
1101
- function isSimstate(msg) {
1102
- return msg.type === 'SIMSTATE';
1103
- }
1104
- function isHwstatus(msg) {
1105
- return msg.type === 'HWSTATUS';
1106
- }
1107
- function isRadio(msg) {
1108
- return msg.type === 'RADIO';
1109
- }
1110
- function isLimitsStatus(msg) {
1111
- return msg.type === 'LIMITS_STATUS';
1112
- }
1113
- function isWind(msg) {
1114
- return msg.type === 'WIND';
1115
- }
1116
- function isData16(msg) {
1117
- return msg.type === 'DATA16';
1118
- }
1119
- function isData32(msg) {
1120
- return msg.type === 'DATA32';
1121
- }
1122
- function isData64(msg) {
1123
- return msg.type === 'DATA64';
1124
- }
1125
- function isData96(msg) {
1126
- return msg.type === 'DATA96';
1127
- }
1128
- function isRangefinder(msg) {
1129
- return msg.type === 'RANGEFINDER';
1130
- }
1131
- function isAirspeedAutocal(msg) {
1132
- return msg.type === 'AIRSPEED_AUTOCAL';
1133
- }
1134
- function isRallyPoint(msg) {
1135
- return msg.type === 'RALLY_POINT';
1136
- }
1137
- function isRallyFetchPoint(msg) {
1138
- return msg.type === 'RALLY_FETCH_POINT';
1139
- }
1140
- function isCompassmotStatus(msg) {
1141
- return msg.type === 'COMPASSMOT_STATUS';
1142
- }
1143
- function isAhrs2(msg) {
1144
- return msg.type === 'AHRS2';
1145
- }
1146
- function isCameraStatus(msg) {
1147
- return msg.type === 'CAMERA_STATUS';
1148
- }
1149
- function isCameraFeedback(msg) {
1150
- return msg.type === 'CAMERA_FEEDBACK';
1151
- }
1152
- function isBattery2(msg) {
1153
- return msg.type === 'BATTERY2';
1154
- }
1155
- function isAhrs3(msg) {
1156
- return msg.type === 'AHRS3';
1157
- }
1158
- function isAutopilotVersionRequest(msg) {
1159
- return msg.type === 'AUTOPILOT_VERSION_REQUEST';
1160
- }
1161
- function isRemoteLogDataBlock(msg) {
1162
- return msg.type === 'REMOTE_LOG_DATA_BLOCK';
1163
- }
1164
- function isRemoteLogBlockStatus(msg) {
1165
- return msg.type === 'REMOTE_LOG_BLOCK_STATUS';
1166
- }
1167
- function isLedControl(msg) {
1168
- return msg.type === 'LED_CONTROL';
1169
- }
1170
- function isMagCalProgress(msg) {
1171
- return msg.type === 'MAG_CAL_PROGRESS';
1172
- }
1173
- function isEkfStatusReport(msg) {
1174
- return msg.type === 'EKF_STATUS_REPORT';
1175
- }
1176
- function isPidTuning(msg) {
1177
- return msg.type === 'PID_TUNING';
1178
- }
1179
- function isDeepstall(msg) {
1180
- return msg.type === 'DEEPSTALL';
1181
- }
1182
- function isGimbalReport(msg) {
1183
- return msg.type === 'GIMBAL_REPORT';
1184
- }
1185
- function isGimbalControl(msg) {
1186
- return msg.type === 'GIMBAL_CONTROL';
1187
- }
1188
- function isGimbalTorqueCmdReport(msg) {
1189
- return msg.type === 'GIMBAL_TORQUE_CMD_REPORT';
1190
- }
1191
- function isGoproHeartbeat(msg) {
1192
- return msg.type === 'GOPRO_HEARTBEAT';
1193
- }
1194
- function isGoproGetRequest(msg) {
1195
- return msg.type === 'GOPRO_GET_REQUEST';
1196
- }
1197
- function isGoproGetResponse(msg) {
1198
- return msg.type === 'GOPRO_GET_RESPONSE';
1199
- }
1200
- function isGoproSetRequest(msg) {
1201
- return msg.type === 'GOPRO_SET_REQUEST';
1202
- }
1203
- function isGoproSetResponse(msg) {
1204
- return msg.type === 'GOPRO_SET_RESPONSE';
1205
- }
1206
- function isRpm(msg) {
1207
- return msg.type === 'RPM';
1208
- }
1209
- function isDeviceOpRead(msg) {
1210
- return msg.type === 'DEVICE_OP_READ';
1211
- }
1212
- function isDeviceOpReadReply(msg) {
1213
- return msg.type === 'DEVICE_OP_READ_REPLY';
1214
- }
1215
- function isDeviceOpWrite(msg) {
1216
- return msg.type === 'DEVICE_OP_WRITE';
1217
- }
1218
- function isDeviceOpWriteReply(msg) {
1219
- return msg.type === 'DEVICE_OP_WRITE_REPLY';
1220
- }
1221
- function isSecureCommand(msg) {
1222
- return msg.type === 'SECURE_COMMAND';
1223
- }
1224
- function isSecureCommandReply(msg) {
1225
- return msg.type === 'SECURE_COMMAND_REPLY';
1226
- }
1227
- function isAdapTuning(msg) {
1228
- return msg.type === 'ADAP_TUNING';
1229
- }
1230
- function isVisionPositionDelta(msg) {
1231
- return msg.type === 'VISION_POSITION_DELTA';
1232
- }
1233
- function isAoaSsa(msg) {
1234
- return msg.type === 'AOA_SSA';
1235
- }
1236
- function isEscTelemetry1To4(msg) {
1237
- return msg.type === 'ESC_TELEMETRY_1_TO_4';
1238
- }
1239
- function isEscTelemetry5To8(msg) {
1240
- return msg.type === 'ESC_TELEMETRY_5_TO_8';
1241
- }
1242
- function isEscTelemetry9To12(msg) {
1243
- return msg.type === 'ESC_TELEMETRY_9_TO_12';
1244
- }
1245
- function isOsdParamConfig(msg) {
1246
- return msg.type === 'OSD_PARAM_CONFIG';
1247
- }
1248
- function isOsdParamConfigReply(msg) {
1249
- return msg.type === 'OSD_PARAM_CONFIG_REPLY';
1250
- }
1251
- function isOsdParamShowConfig(msg) {
1252
- return msg.type === 'OSD_PARAM_SHOW_CONFIG';
1253
- }
1254
- function isOsdParamShowConfigReply(msg) {
1255
- return msg.type === 'OSD_PARAM_SHOW_CONFIG_REPLY';
1256
- }
1257
- function isObstacleDistance3d(msg) {
1258
- return msg.type === 'OBSTACLE_DISTANCE_3D';
1259
- }
1260
- function isWaterDepth(msg) {
1261
- return msg.type === 'WATER_DEPTH';
1262
- }
1263
- function isMcuStatus(msg) {
1264
- return msg.type === 'MCU_STATUS';
1265
- }
1266
- function isEscTelemetry13To16(msg) {
1267
- return msg.type === 'ESC_TELEMETRY_13_TO_16';
1268
- }
1269
- function isEscTelemetry17To20(msg) {
1270
- return msg.type === 'ESC_TELEMETRY_17_TO_20';
1271
- }
1272
- function isEscTelemetry21To24(msg) {
1273
- return msg.type === 'ESC_TELEMETRY_21_TO_24';
1274
- }
1275
- function isEscTelemetry25To28(msg) {
1276
- return msg.type === 'ESC_TELEMETRY_25_TO_28';
1277
- }
1278
- function isEscTelemetry29To32(msg) {
1279
- return msg.type === 'ESC_TELEMETRY_29_TO_32';
1280
- }
1281
- //# sourceMappingURL=messages.js.map