@kvaser/canking-api 7.1.0-beta.241 → 7.1.0

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 (504) hide show
  1. package/README.md +98 -64
  2. package/REDISTRIBUTABLES.txt +86 -2
  3. package/dist/ElectronAPIFake.js +1 -1
  4. package/dist/ElectronAPIFake.mjs +16 -13
  5. package/dist/controls.js +1 -1
  6. package/dist/controls.mjs +1103 -1107
  7. package/dist/grpc.js +1 -1
  8. package/dist/grpc.mjs +69 -55
  9. package/dist/ipc/index.d.ts +6 -0
  10. package/dist/ipc.js +1 -1
  11. package/dist/ipc.mjs +28 -25
  12. package/dist/measurement_settings.js +1 -1
  13. package/dist/measurement_settings.mjs +229 -244
  14. package/dist/models/index.d.ts +4 -1
  15. package/dist/models.js +1 -1
  16. package/dist/models.mjs +188 -181
  17. package/dist/protos/app_params.d.ts +10 -0
  18. package/dist/protos/frame_params.d.ts +2 -6
  19. package/dist/protos/measurement_params.d.ts +9 -0
  20. package/dist/protos/measurement_service.d.ts +29 -1
  21. package/dist/protos/measurement_settings.d.ts +3 -3
  22. package/dist/protos/signal_params.d.ts +3 -0
  23. package/dist/status_params.js +1 -1
  24. package/dist/status_params.mjs +589 -491
  25. package/doc/assets/favicon.png +0 -0
  26. package/doc/assets/hierarchy.js +1 -0
  27. package/doc/assets/highlight.css +16 -16
  28. package/doc/assets/icons.js +1 -1
  29. package/doc/assets/icons.svg +1 -1
  30. package/doc/assets/main.js +5 -5
  31. package/doc/assets/navigation.js +1 -1
  32. package/doc/assets/search.js +1 -1
  33. package/doc/assets/style.css +1405 -1288
  34. package/doc/classes/controls.LocalizedStrings.html +3 -176
  35. package/doc/classes/models.DataBuffer.html +16 -189
  36. package/doc/classes/models.DataBufferView.html +11 -184
  37. package/doc/classes/models.Point.html +7 -180
  38. package/doc/enums/models.AccessMode.html +9 -182
  39. package/doc/enums/models.AppEvent.html +6 -179
  40. package/doc/enums/models.CanChannelCap.html +44 -217
  41. package/doc/enums/models.CanFrameFlag.html +27 -200
  42. package/doc/enums/models.CanMode.html +7 -180
  43. package/doc/enums/models.DecimalChar.html +5 -178
  44. package/doc/enums/models.DeviceEvent.html +6 -179
  45. package/doc/enums/models.FileConflictAction.html +7 -180
  46. package/doc/enums/models.FileType.html +7 -0
  47. package/doc/enums/models.LinFrameFlag.html +12 -185
  48. package/doc/enums/models.LogFileFormat.html +48 -221
  49. package/doc/enums/models.LogLevel.html +17 -190
  50. package/doc/enums/models.LogReplayState.html +6 -179
  51. package/doc/enums/models.MeasurementEvent.html +12 -185
  52. package/doc/enums/models.MessageLoggerState.html +7 -180
  53. package/doc/enums/models.Protocols.html +9 -182
  54. package/doc/enums/models.Separator.html +5 -178
  55. package/doc/enums/models.SignalEncoding.html +5 -178
  56. package/doc/enums/models.SignalType.html +12 -185
  57. package/doc/enums/models.SignalValueTriggerOperator.html +13 -186
  58. package/doc/enums/models.StatusLevel.html +7 -180
  59. package/doc/enums/models.TimeReference.html +5 -178
  60. package/doc/enums/models.TriggerOperator.html +6 -179
  61. package/doc/functions/controls.CanChannelSelectControl.html +2 -175
  62. package/doc/functions/controls.CanIdentifierControl.html +2 -175
  63. package/doc/functions/controls.CanIdentifierFrameControl.html +2 -175
  64. package/doc/functions/controls.CanIdentifierGeneratorControl.html +2 -175
  65. package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +2 -175
  66. package/doc/functions/controls.CanKingDataProvider.html +5 -178
  67. package/doc/functions/controls.CheckboxControl.html +2 -175
  68. package/doc/functions/controls.ColumnItemControl.html +2 -175
  69. package/doc/functions/controls.ContextMenu.html +2 -175
  70. package/doc/functions/controls.DropdownButton.html +2 -175
  71. package/doc/functions/controls.DropdownButtonTextItems.html +2 -175
  72. package/doc/functions/controls.DropdownPanel.html +2 -175
  73. package/doc/functions/controls.FillBox.html +19 -192
  74. package/doc/functions/controls.FormControlRow.html +2 -175
  75. package/doc/functions/controls.InlineEditor.html +2 -175
  76. package/doc/functions/controls.NumberRangeControl.html +2 -175
  77. package/doc/functions/controls.OneLineButton.html +19 -192
  78. package/doc/functions/controls.RadioControl.html +2 -175
  79. package/doc/functions/controls.RadioGroupControl.html +2 -175
  80. package/doc/functions/controls.SectionControl.html +2 -175
  81. package/doc/functions/controls.SelectControl.html +2 -175
  82. package/doc/functions/controls.SizedBox.html +19 -192
  83. package/doc/functions/controls.TableControl.html +3 -176
  84. package/doc/functions/controls.TabsPanel.html +19 -192
  85. package/doc/functions/controls.TextControl.html +2 -175
  86. package/doc/functions/controls.ToolbarControl.html +2 -175
  87. package/doc/functions/controls.ValidateableTextControl.html +2 -175
  88. package/doc/functions/controls.useColumnItem.html +3 -176
  89. package/doc/functions/controls.useColumnItems.html +3 -176
  90. package/doc/functions/hooks.useDevices.html +3 -176
  91. package/doc/functions/hooks.useIsOnline.html +3 -176
  92. package/doc/functions/hooks.useLanguage.html +3 -176
  93. package/doc/functions/hooks.useLocalizedStrings.html +3 -176
  94. package/doc/functions/hooks.useLogMessages.html +3 -176
  95. package/doc/functions/hooks.useMaxDataBytes.html +2 -175
  96. package/doc/functions/hooks.useMeasurementSetup.html +3 -176
  97. package/doc/functions/hooks.useMeasurementStatus.html +3 -176
  98. package/doc/functions/hooks.useMessageLogFileFormats.html +2 -175
  99. package/doc/functions/hooks.useNewMeasurementData.html +5 -178
  100. package/doc/functions/hooks.useNodeStatus.html +3 -176
  101. package/doc/functions/hooks.useNumericRadix.html +3 -176
  102. package/doc/functions/hooks.useOnlineStatus.html +3 -176
  103. package/doc/functions/hooks.useOverallStatusLevel.html +3 -176
  104. package/doc/functions/hooks.useProjectData.html +5 -178
  105. package/doc/functions/hooks.useRecentProjectFiles.html +2 -175
  106. package/doc/functions/hooks.useRunningPeriodicTransmissions.html +3 -176
  107. package/doc/functions/hooks.useSessionData.html +5 -178
  108. package/doc/functions/hooks.useUserSettings.html +3 -176
  109. package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -175
  110. package/doc/functions/icons.AddIcon.html +4 -175
  111. package/doc/functions/icons.ArrowDownIcon.html +4 -175
  112. package/doc/functions/icons.ArrowLeftIcon.html +4 -175
  113. package/doc/functions/icons.ArrowRightIcon.html +4 -175
  114. package/doc/functions/icons.ArrowUpIcon.html +4 -175
  115. package/doc/functions/icons.BusIsOffIcon.html +4 -175
  116. package/doc/functions/icons.BusIsOnIcon.html +4 -175
  117. package/doc/functions/icons.CloseIcon.html +4 -175
  118. package/doc/functions/icons.CopyIcon.html +4 -175
  119. package/doc/functions/icons.DarkModeIcon.html +4 -175
  120. package/doc/functions/icons.DeleteIcon.html +4 -175
  121. package/doc/functions/icons.DisableIcon.html +4 -175
  122. package/doc/functions/icons.EditIcon.html +4 -175
  123. package/doc/functions/icons.FilterIcon.html +4 -175
  124. package/doc/functions/icons.FixedPositionIcon.html +4 -175
  125. package/doc/functions/icons.LeaveFullScreenIcon.html +4 -175
  126. package/doc/functions/icons.LightModeIcon.html +4 -175
  127. package/doc/functions/icons.LineArrowDownIcon.html +4 -175
  128. package/doc/functions/icons.LineArrowUpIcon.html +4 -175
  129. package/doc/functions/icons.MaximizeWindowIcon.html +4 -175
  130. package/doc/functions/icons.MeasurementSetupIcon.html +4 -175
  131. package/doc/functions/icons.MoreHorizIcon.html +4 -175
  132. package/doc/functions/icons.MoreVertIcon.html +4 -175
  133. package/doc/functions/icons.NewIcon.html +4 -175
  134. package/doc/functions/icons.OpenExternallyIcon.html +4 -175
  135. package/doc/functions/icons.OpenIcon.html +4 -175
  136. package/doc/functions/icons.PauseIcon.html +4 -175
  137. package/doc/functions/icons.PlayIcon.html +4 -175
  138. package/doc/functions/icons.PlaySolidIcon.html +4 -175
  139. package/doc/functions/icons.SaveIcon.html +4 -175
  140. package/doc/functions/icons.SelectAllIcon.html +4 -175
  141. package/doc/functions/icons.ServiceIconActive.html +4 -175
  142. package/doc/functions/icons.ServiceIconInactive.html +4 -175
  143. package/doc/functions/icons.SettingsIcon.html +4 -175
  144. package/doc/functions/icons.StopIcon.html +4 -175
  145. package/doc/functions/icons.StopSolidIcon.html +4 -175
  146. package/doc/functions/icons.ToolsPanelHiddenIcon.html +4 -175
  147. package/doc/functions/icons.ToolsPanelVisibleIcon.html +4 -175
  148. package/doc/functions/icons.UnmaximizeWindowIcon.html +4 -175
  149. package/doc/functions/icons.WorkspacesIcon.html +4 -175
  150. package/doc/functions/ipc.addDataProcessor.html +3 -176
  151. package/doc/functions/ipc.addSource.html +3 -176
  152. package/doc/functions/ipc.addTarget.html +3 -176
  153. package/doc/functions/ipc.connectNodes.html +3 -176
  154. package/doc/functions/ipc.deleteDataProcessor.html +3 -176
  155. package/doc/functions/ipc.deleteSource.html +3 -176
  156. package/doc/functions/ipc.deleteTarget.html +3 -176
  157. package/doc/functions/ipc.disableNode.html +3 -176
  158. package/doc/functions/ipc.disconnectNodes.html +3 -176
  159. package/doc/functions/ipc.enableNode.html +3 -176
  160. package/doc/functions/ipc.getFrameDefinitions.html +3 -176
  161. package/doc/functions/ipc.getLogger.html +3 -176
  162. package/doc/functions/ipc.getMessageLogFileFormats.html +3 -176
  163. package/doc/functions/ipc.sendCanMessage.html +4 -177
  164. package/doc/functions/ipc.sendMessage.html +3 -176
  165. package/doc/functions/ipc.showMessageBox.html +3 -176
  166. package/doc/functions/ipc.showQuestionBox.html +3 -176
  167. package/doc/functions/ipc.startLogReplay.html +3 -176
  168. package/doc/functions/ipc.startMeasurement.html +2 -175
  169. package/doc/functions/ipc.startPeriodicTransmission.html +3 -176
  170. package/doc/functions/ipc.stopLogReplay.html +3 -176
  171. package/doc/functions/ipc.stopMeasurement.html +2 -175
  172. package/doc/functions/ipc.stopPeriodicTransmission.html +3 -176
  173. package/doc/functions/ipc.updateDataProcessor.html +3 -176
  174. package/doc/functions/ipc.updatePeriodicTransmission.html +4 -0
  175. package/doc/functions/ipc.updateSource.html +3 -176
  176. package/doc/functions/ipc.updateTarget.html +3 -176
  177. package/doc/functions/models.accessModeFromJSON.html +1 -174
  178. package/doc/functions/models.accessModeToJSON.html +1 -174
  179. package/doc/functions/models.appEventFromJSON.html +1 -174
  180. package/doc/functions/models.appEventToJSON.html +1 -174
  181. package/doc/functions/models.canChannelCapFromJSON.html +1 -174
  182. package/doc/functions/models.canChannelCapToJSON.html +1 -174
  183. package/doc/functions/models.canFrameFlagFromJSON.html +1 -174
  184. package/doc/functions/models.canFrameFlagToJSON.html +1 -174
  185. package/doc/functions/models.canModeFromJSON.html +1 -174
  186. package/doc/functions/models.canModeToJSON.html +1 -174
  187. package/doc/functions/models.createElectronApiFake.html +3 -176
  188. package/doc/functions/models.decimalCharFromJSON.html +1 -174
  189. package/doc/functions/models.decimalCharToJSON.html +1 -174
  190. package/doc/functions/models.decimalToFixed.html +1 -174
  191. package/doc/functions/models.decimalToHex.html +1 -174
  192. package/doc/functions/models.deviceEventFromJSON.html +1 -174
  193. package/doc/functions/models.deviceEventToJSON.html +1 -174
  194. package/doc/functions/models.fileConflictActionFromJSON.html +1 -174
  195. package/doc/functions/models.fileConflictActionToJSON.html +1 -174
  196. package/doc/functions/models.fileTypeFromJSON.html +1 -0
  197. package/doc/functions/models.fileTypeToJSON.html +1 -0
  198. package/doc/functions/models.linFrameFlagFromJSON.html +1 -174
  199. package/doc/functions/models.linFrameFlagToJSON.html +1 -174
  200. package/doc/functions/models.logFileFormatFromJSON.html +1 -174
  201. package/doc/functions/models.logFileFormatToJSON.html +1 -174
  202. package/doc/functions/models.logLevelFromJSON.html +1 -174
  203. package/doc/functions/models.logLevelToJSON.html +1 -174
  204. package/doc/functions/models.logReplayStateFromJSON.html +1 -174
  205. package/doc/functions/models.logReplayStateToJSON.html +1 -174
  206. package/doc/functions/models.longToNumber.html +1 -174
  207. package/doc/functions/models.measurementEventFromJSON.html +1 -174
  208. package/doc/functions/models.measurementEventToJSON.html +1 -174
  209. package/doc/functions/models.messageLoggerStateFromJSON.html +1 -174
  210. package/doc/functions/models.messageLoggerStateToJSON.html +1 -174
  211. package/doc/functions/models.protocolsFromJSON.html +1 -174
  212. package/doc/functions/models.protocolsToJSON.html +1 -174
  213. package/doc/functions/models.separatorFromJSON.html +1 -174
  214. package/doc/functions/models.separatorToJSON.html +1 -174
  215. package/doc/functions/models.signalEncodingFromJSON.html +1 -174
  216. package/doc/functions/models.signalEncodingToJSON.html +1 -174
  217. package/doc/functions/models.signalTypeFromJSON.html +1 -174
  218. package/doc/functions/models.signalTypeToJSON.html +1 -174
  219. package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +1 -174
  220. package/doc/functions/models.signalValueTriggerOperatorToJSON.html +1 -174
  221. package/doc/functions/models.statusLevelFromJSON.html +1 -174
  222. package/doc/functions/models.statusLevelToJSON.html +1 -174
  223. package/doc/functions/models.timeReferenceFromJSON.html +1 -174
  224. package/doc/functions/models.timeReferenceToJSON.html +1 -174
  225. package/doc/functions/models.triggerOperatorFromJSON.html +1 -174
  226. package/doc/functions/models.triggerOperatorToJSON.html +1 -174
  227. package/doc/hierarchy.html +1 -174
  228. package/doc/index.html +65 -237
  229. package/doc/interfaces/controls.ButtonGroupProps.html +6 -179
  230. package/doc/interfaces/controls.ButtonProps.html +10 -183
  231. package/doc/interfaces/controls.CanChannelSelectControlProps.html +14 -187
  232. package/doc/interfaces/controls.CanIdentifierControlProps.html +16 -189
  233. package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +14 -187
  234. package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +27 -200
  235. package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +17 -190
  236. package/doc/interfaces/controls.CheckboxControlProps.html +7 -180
  237. package/doc/interfaces/controls.ColumnItemControlProps.html +3 -176
  238. package/doc/interfaces/controls.ContextMenuProps.html +6 -179
  239. package/doc/interfaces/controls.DropdownButtonChildrenProps.html +4 -177
  240. package/doc/interfaces/controls.DropdownButtonProps.html +11 -184
  241. package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +9 -182
  242. package/doc/interfaces/controls.DropdownPanelProps.html +15 -188
  243. package/doc/interfaces/controls.FormControlRowProps.html +7 -180
  244. package/doc/interfaces/controls.ILocalizedStrings.html +3 -176
  245. package/doc/interfaces/controls.InlineEditorProps.html +9 -182
  246. package/doc/interfaces/controls.LabelProps.html +3 -176
  247. package/doc/interfaces/controls.NumberRangeControlProps.html +41 -214
  248. package/doc/interfaces/controls.RadioControlProps.html +4 -177
  249. package/doc/interfaces/controls.RadioGroupControlProps.html +6 -179
  250. package/doc/interfaces/controls.SectionControlProps.html +8 -181
  251. package/doc/interfaces/controls.SelectControlProps.html +20 -193
  252. package/doc/interfaces/controls.TableColumn.html +10 -183
  253. package/doc/interfaces/controls.TableControlProps.html +18 -191
  254. package/doc/interfaces/controls.TextControlProps.html +24 -197
  255. package/doc/interfaces/controls.ToggleButtonGroupProps.html +9 -182
  256. package/doc/interfaces/controls.ToggleButtonProps.html +5 -178
  257. package/doc/interfaces/controls.ToolbarControlProps.html +9 -182
  258. package/doc/interfaces/controls.ValidateableTextControlProps.html +40 -213
  259. package/doc/interfaces/controls.toolbarItem.html +7 -180
  260. package/doc/interfaces/ipc.ILogger.html +3 -176
  261. package/doc/interfaces/models.AboutInformation.html +8 -181
  262. package/doc/interfaces/models.ActivateLicenseRequest.html +6 -179
  263. package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +3 -176
  264. package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +3 -176
  265. package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +9 -182
  266. package/doc/interfaces/models.AddOrUpdateSourceRequest.html +5 -178
  267. package/doc/interfaces/models.AddOrUpdateTargetRequest.html +5 -178
  268. package/doc/interfaces/models.ApiPreferences.html +5 -178
  269. package/doc/interfaces/models.AppEventArgs.html +4 -177
  270. package/doc/interfaces/models.BaseNodeProperties.html +5 -178
  271. package/doc/interfaces/models.BusStatus.html +17 -190
  272. package/doc/interfaces/models.CanBusParamLimits.html +7 -180
  273. package/doc/interfaces/models.CanBusParams.html +3 -176
  274. package/doc/interfaces/models.CanBusSpeed.html +12 -185
  275. package/doc/interfaces/models.CanBusSpeedInfo.html +18 -191
  276. package/doc/interfaces/models.CanChannelCapacity.html +7 -180
  277. package/doc/interfaces/models.CanChannelConfiguration.html +12 -185
  278. package/doc/interfaces/models.CanFDBusSpeedCombination.html +4 -177
  279. package/doc/interfaces/models.CanFDBusSpeedInfo.html +14 -187
  280. package/doc/interfaces/models.CanFrameFlags.html +3 -176
  281. package/doc/interfaces/models.CanMessageFilterSettings.html +5 -178
  282. package/doc/interfaces/models.Channel.html +5 -178
  283. package/doc/interfaces/models.ChannelSettings.html +20 -193
  284. package/doc/interfaces/models.ClearLinMessageRequest.html +6 -179
  285. package/doc/interfaces/models.ConnectNodesRequest.html +4 -177
  286. package/doc/interfaces/models.DataProcessingStatus.html +6 -179
  287. package/doc/interfaces/models.DataProcessorNodeProperties.html +8 -181
  288. package/doc/interfaces/models.DatabasesSettings.html +3 -176
  289. package/doc/interfaces/models.Device.html +6 -179
  290. package/doc/interfaces/models.DeviceEventArgs.html +4 -177
  291. package/doc/interfaces/models.Devices.html +2 -175
  292. package/doc/interfaces/models.DisconnectNodesRequest.html +4 -177
  293. package/doc/interfaces/models.Empty.html +2 -175
  294. package/doc/interfaces/models.ErrorStatus.html +3 -176
  295. package/doc/interfaces/models.Frame.html +19 -192
  296. package/doc/interfaces/models.FrameDefinition.html +10 -181
  297. package/doc/interfaces/models.FrameDefinitions.html +2 -175
  298. package/doc/interfaces/models.FramePropertyValue.html +4 -177
  299. package/doc/interfaces/models.FrameReceivedTrigger.html +6 -179
  300. package/doc/interfaces/models.Frame_PropertiesEntry.html +2 -175
  301. package/doc/interfaces/models.Frames.html +2 -175
  302. package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +3 -176
  303. package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +6 -179
  304. package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +5 -178
  305. package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +4 -177
  306. package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +4 -177
  307. package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +3 -176
  308. package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +4 -177
  309. package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +4 -177
  310. package/doc/interfaces/models.GetDataProcessorResponse.html +3 -176
  311. package/doc/interfaces/models.GetDevicesRequest.html +3 -176
  312. package/doc/interfaces/models.GetDevicesResponse.html +3 -176
  313. package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +3 -176
  314. package/doc/interfaces/models.GetLicensesResponse.html +3 -176
  315. package/doc/interfaces/models.GetLogFileFormatsRequest.html +6 -179
  316. package/doc/interfaces/models.GetLogFileFormatsResponse.html +3 -176
  317. package/doc/interfaces/models.GetLogLevelResponse.html +4 -177
  318. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +3 -176
  319. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +3 -176
  320. package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +4 -177
  321. package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +7 -180
  322. package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +5 -178
  323. package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +4 -177
  324. package/doc/interfaces/models.GetSourceResponse.html +3 -176
  325. package/doc/interfaces/models.GetTargetResponse.html +3 -176
  326. package/doc/interfaces/models.ILogFileFormat.html +3 -176
  327. package/doc/interfaces/models.IProject.html +4 -177
  328. package/doc/interfaces/models.IUserSettings.html +13 -183
  329. package/doc/interfaces/models.IWorkspaceComponentPaneData.html +4 -177
  330. package/doc/interfaces/models.IWorkspaceContainerPaneData.html +4 -177
  331. package/doc/interfaces/models.IWorkspaceData.html +4 -177
  332. package/doc/interfaces/models.IWorkspacePaneData.html +4 -177
  333. package/doc/interfaces/models.IdentifierRequest.html +3 -176
  334. package/doc/interfaces/models.IdentifiersRequest.html +3 -176
  335. package/doc/interfaces/models.InstallServiceExtensionRequest.html +6 -179
  336. package/doc/interfaces/models.InterpreterSettings.html +4 -177
  337. package/doc/interfaces/models.J1939InterpreterSettings.html +2 -175
  338. package/doc/interfaces/models.LicenseInformation.html +18 -191
  339. package/doc/interfaces/models.Licenses.html +3 -176
  340. package/doc/interfaces/models.LinChannelConfiguration.html +12 -185
  341. package/doc/interfaces/models.LinFrameFlags.html +3 -176
  342. package/doc/interfaces/models.LogMessage.html +8 -181
  343. package/doc/interfaces/models.LogMessages.html +3 -176
  344. package/doc/interfaces/models.LogReplaySettings.html +24 -197
  345. package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +2 -175
  346. package/doc/interfaces/models.LogReplayStatus.html +3 -176
  347. package/doc/interfaces/models.MeasurementEventArgs.html +5 -178
  348. package/doc/interfaces/models.MeasurementSetup.html +3 -176
  349. package/doc/interfaces/models.MessageLoggerSettings.html +40 -213
  350. package/doc/interfaces/models.MessageLoggerStatus.html +3 -176
  351. package/doc/interfaces/models.NodeStatus.html +18 -191
  352. package/doc/interfaces/models.NodeStatuses.html +3 -176
  353. package/doc/interfaces/models.OnlineStatus.html +3 -176
  354. package/doc/interfaces/models.PeriodicTransmissionSettings.html +34 -207
  355. package/doc/interfaces/models.RequestLinMessageRequest.html +6 -179
  356. package/doc/interfaces/models.ScheduleTable.html +5 -178
  357. package/doc/interfaces/models.ScheduleTableEntry.html +5 -178
  358. package/doc/interfaces/models.SendLinWakeupFrameRequest.html +4 -177
  359. package/doc/interfaces/models.SendMessageRequest.html +3 -176
  360. package/doc/interfaces/models.ServiceExtensionSettings.html +4 -177
  361. package/doc/interfaces/models.SetLogLevelRequest.html +4 -177
  362. package/doc/interfaces/models.SetMeasurementSetupRequest.html +3 -176
  363. package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +7 -180
  364. package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +5 -178
  365. package/doc/interfaces/models.SignalDefinition.html +11 -181
  366. package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +2 -175
  367. package/doc/interfaces/models.SignalDefinitions.html +2 -175
  368. package/doc/interfaces/models.SignalValue.html +5 -180
  369. package/doc/interfaces/models.SignalValueTrigger.html +14 -187
  370. package/doc/interfaces/models.SourceNodeProperties.html +7 -180
  371. package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +3 -176
  372. package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +3 -176
  373. package/doc/interfaces/models.TargetNodeProperties.html +5 -178
  374. package/doc/interfaces/models.TriggerSettings.html +8 -181
  375. package/doc/interfaces/models.UninstallServiceExtensionRequest.html +3 -176
  376. package/doc/interfaces/models.UpdateLinMessageRequest.html +4 -177
  377. package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.html +7 -0
  378. package/doc/interfaces/models.WriteFrame.html +6 -183
  379. package/doc/modules/controls.html +3 -241
  380. package/doc/modules/hooks.html +3 -196
  381. package/doc/modules/icons.html +2 -216
  382. package/doc/modules/ipc.html +2 -202
  383. package/doc/modules/models.html +2 -478
  384. package/doc/modules.html +1 -179
  385. package/doc/types/controls.ContextMenuOption.html +6 -179
  386. package/doc/types/controls.SelectOption.html +4 -177
  387. package/doc/types/controls.StringsMap.html +2 -175
  388. package/doc/types/controls.canIdentifierType.html +2 -175
  389. package/doc/types/models.IReadOnlyDataBuffer.html +1 -174
  390. package/doc/types/models.themes.html +1 -174
  391. package/doc/variables/models.AboutInformation-1.html +1 -174
  392. package/doc/variables/models.ActivateLicenseRequest-1.html +1 -174
  393. package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +1 -174
  394. package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +1 -174
  395. package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +1 -174
  396. package/doc/variables/models.AddOrUpdateSourceRequest-1.html +1 -174
  397. package/doc/variables/models.AddOrUpdateTargetRequest-1.html +1 -174
  398. package/doc/variables/models.ApiPreferences-1.html +1 -174
  399. package/doc/variables/models.AppEventArgs-1.html +1 -174
  400. package/doc/variables/models.BaseNodeProperties-1.html +1 -174
  401. package/doc/variables/models.BusStatus-1.html +1 -174
  402. package/doc/variables/models.CanBusParamLimits-1.html +1 -174
  403. package/doc/variables/models.CanBusParams-1.html +1 -174
  404. package/doc/variables/models.CanBusSpeed-1.html +1 -174
  405. package/doc/variables/models.CanBusSpeedInfo-1.html +1 -174
  406. package/doc/variables/models.CanChannelCapacity-1.html +1 -174
  407. package/doc/variables/models.CanChannelConfiguration-1.html +1 -174
  408. package/doc/variables/models.CanFDBusSpeedCombination-1.html +1 -174
  409. package/doc/variables/models.CanFDBusSpeedInfo-1.html +1 -174
  410. package/doc/variables/models.CanFrameFlags-1.html +1 -174
  411. package/doc/variables/models.CanMessageFilterSettings-1.html +1 -174
  412. package/doc/variables/models.Channel-1.html +1 -174
  413. package/doc/variables/models.ChannelSettings-1.html +1 -174
  414. package/doc/variables/models.ClearLinMessageRequest-1.html +1 -174
  415. package/doc/variables/models.ConnectNodesRequest-1.html +1 -174
  416. package/doc/variables/models.DataProcessingStatus-1.html +1 -174
  417. package/doc/variables/models.DataProcessorNodeProperties-1.html +1 -174
  418. package/doc/variables/models.DatabasesSettings-1.html +1 -174
  419. package/doc/variables/models.Device-1.html +1 -174
  420. package/doc/variables/models.DeviceEventArgs-1.html +1 -174
  421. package/doc/variables/models.Devices-1.html +1 -174
  422. package/doc/variables/models.DisconnectNodesRequest-1.html +1 -174
  423. package/doc/variables/models.Empty-1.html +1 -174
  424. package/doc/variables/models.ErrorStatus-1.html +1 -174
  425. package/doc/variables/models.Frame-1.html +1 -174
  426. package/doc/variables/models.FrameDefinition-1.html +1 -174
  427. package/doc/variables/models.FrameDefinitions-1.html +1 -174
  428. package/doc/variables/models.FramePropertyValue-1.html +1 -174
  429. package/doc/variables/models.FrameReceivedTrigger-1.html +1 -174
  430. package/doc/variables/models.Frame_PropertiesEntry-1.html +1 -174
  431. package/doc/variables/models.Frames-1.html +1 -174
  432. package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +1 -174
  433. package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +1 -174
  434. package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +1 -174
  435. package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +1 -174
  436. package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +1 -174
  437. package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +1 -174
  438. package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +1 -174
  439. package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +1 -174
  440. package/doc/variables/models.GetDataProcessorResponse-1.html +1 -174
  441. package/doc/variables/models.GetDevicesRequest-1.html +1 -174
  442. package/doc/variables/models.GetDevicesResponse-1.html +1 -174
  443. package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +1 -174
  444. package/doc/variables/models.GetLicensesResponse-1.html +1 -174
  445. package/doc/variables/models.GetLogFileFormatsRequest-1.html +1 -174
  446. package/doc/variables/models.GetLogFileFormatsResponse-1.html +1 -174
  447. package/doc/variables/models.GetLogLevelResponse-1.html +1 -174
  448. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +1 -174
  449. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +1 -174
  450. package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +1 -174
  451. package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +1 -174
  452. package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +1 -174
  453. package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +1 -174
  454. package/doc/variables/models.GetSourceResponse-1.html +1 -174
  455. package/doc/variables/models.GetTargetResponse-1.html +1 -174
  456. package/doc/variables/models.IdentifierRequest-1.html +1 -174
  457. package/doc/variables/models.IdentifiersRequest-1.html +1 -174
  458. package/doc/variables/models.InstallServiceExtensionRequest-1.html +1 -174
  459. package/doc/variables/models.InterpreterSettings-1.html +1 -174
  460. package/doc/variables/models.J1939InterpreterSettings-1.html +1 -174
  461. package/doc/variables/models.LicenseInformation-1.html +1 -174
  462. package/doc/variables/models.Licenses-1.html +1 -174
  463. package/doc/variables/models.LinChannelConfiguration-1.html +1 -174
  464. package/doc/variables/models.LinFrameFlags-1.html +1 -174
  465. package/doc/variables/models.LogMessage-1.html +1 -174
  466. package/doc/variables/models.LogMessages-1.html +1 -174
  467. package/doc/variables/models.LogReplaySettings-1.html +1 -174
  468. package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +1 -174
  469. package/doc/variables/models.LogReplayStatus-1.html +1 -174
  470. package/doc/variables/models.MeasurementEventArgs-1.html +1 -174
  471. package/doc/variables/models.MeasurementSetup-1.html +1 -174
  472. package/doc/variables/models.MessageLoggerSettings-1.html +1 -174
  473. package/doc/variables/models.MessageLoggerStatus-1.html +1 -174
  474. package/doc/variables/models.NodeStatus-1.html +1 -174
  475. package/doc/variables/models.NodeStatuses-1.html +1 -174
  476. package/doc/variables/models.OnlineStatus-1.html +1 -174
  477. package/doc/variables/models.PeriodicTransmissionSettings-1.html +1 -174
  478. package/doc/variables/models.RequestLinMessageRequest-1.html +1 -174
  479. package/doc/variables/models.ScheduleTable-1.html +1 -174
  480. package/doc/variables/models.ScheduleTableEntry-1.html +1 -174
  481. package/doc/variables/models.SendLinWakeupFrameRequest-1.html +1 -174
  482. package/doc/variables/models.SendMessageRequest-1.html +1 -174
  483. package/doc/variables/models.ServiceExtensionSettings-1.html +1 -174
  484. package/doc/variables/models.SetLogLevelRequest-1.html +1 -174
  485. package/doc/variables/models.SetMeasurementSetupRequest-1.html +1 -174
  486. package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +1 -174
  487. package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +1 -174
  488. package/doc/variables/models.SignalDefinition-1.html +1 -174
  489. package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +1 -174
  490. package/doc/variables/models.SignalDefinitions-1.html +1 -174
  491. package/doc/variables/models.SignalValue-1.html +1 -174
  492. package/doc/variables/models.SignalValueTrigger-1.html +1 -174
  493. package/doc/variables/models.SourceNodeProperties-1.html +1 -174
  494. package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +1 -174
  495. package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +1 -174
  496. package/doc/variables/models.TargetNodeProperties-1.html +1 -174
  497. package/doc/variables/models.TriggerSettings-1.html +1 -174
  498. package/doc/variables/models.UninstallServiceExtensionRequest-1.html +1 -174
  499. package/doc/variables/models.UpdateLinMessageRequest-1.html +1 -174
  500. package/doc/variables/models.UpdatePeriodicTransmissionRequest-1.html +1 -0
  501. package/doc/variables/models.WriteFrame-1.html +1 -174
  502. package/doc/variables/models.defaultUserSettings.html +2 -175
  503. package/package.json +2 -3
  504. package/doc/assets/material-style.css +0 -338
@@ -1,4 +1,4 @@
1
- function Xe() {
1
+ function Qe() {
2
2
  let e = 0, n = 0;
3
3
  for (let a = 0; a < 28; a += 7) {
4
4
  let r = this.buf[this.pos++];
@@ -15,7 +15,7 @@ function Xe() {
15
15
  }
16
16
  throw new Error("invalid varint");
17
17
  }
18
- function X(e, n, i) {
18
+ function Q(e, n, i) {
19
19
  for (let t = 0; t < 28; t = t + 7) {
20
20
  const d = e >>> t, l = !(!(d >>> 7) && n == 0), E = (l ? d | 128 : d) & 255;
21
21
  if (i.push(E), !l)
@@ -31,7 +31,7 @@ function X(e, n, i) {
31
31
  i.push(n >>> 31 & 1);
32
32
  }
33
33
  }
34
- const Q = 4294967296;
34
+ const X = 4294967296;
35
35
  function $(e) {
36
36
  const n = e[0] === "-";
37
37
  n && (e = e.slice(1));
@@ -39,7 +39,7 @@ function $(e) {
39
39
  let a = 0, r = 0;
40
40
  function t(d, l) {
41
41
  const E = Number(e.slice(d, l));
42
- r *= i, a = a * i + E, a >= Q && (r = r + (a / Q | 0), a = a % Q);
42
+ r *= i, a = a * i + E, a >= X && (r = r + (a / X | 0), a = a % X);
43
43
  }
44
44
  return t(-24, -18), t(-18, -12), t(-12, -6), t(-6), n ? He(a, r) : W(a, r);
45
45
  }
@@ -52,7 +52,7 @@ function Ze(e, n) {
52
52
  }
53
53
  function we(e, n) {
54
54
  if ({ lo: e, hi: n } = ze(e, n), n <= 2097151)
55
- return String(Q * n + e);
55
+ return String(X * n + e);
56
56
  const i = e & 16777215, a = (e >>> 24 | n << 8) & 16777215, r = n >> 16 & 65535;
57
57
  let t = i + a * 6777216 + r * 6710656, d = a + r * 8147497, l = r * 2;
58
58
  const E = 1e7;
@@ -99,7 +99,7 @@ function qe() {
99
99
  throw new Error("invalid varint");
100
100
  return this.assertBounds(), n >>> 0;
101
101
  }
102
- const M = /* @__PURE__ */ Ke();
102
+ const T = /* @__PURE__ */ Ke();
103
103
  function Ke() {
104
104
  const e = new DataView(new ArrayBuffer(8));
105
105
  if (typeof BigInt == "function" && typeof e.getBigInt64 == "function" && typeof e.getBigUint64 == "function" && typeof e.setBigInt64 == "function" && typeof e.setBigUint64 == "function" && (typeof process != "object" || typeof process.env != "object" || process.env.BUF_BIGINT_DISABLE !== "1")) {
@@ -171,7 +171,7 @@ function ie(e) {
171
171
  throw new Error("invalid uint64: " + e);
172
172
  }
173
173
  const Z = Symbol.for("@bufbuild/protobuf/text-encoding");
174
- function Qe() {
174
+ function Xe() {
175
175
  if (globalThis[Z] == null) {
176
176
  const e = new globalThis.TextEncoder(), n = new globalThis.TextDecoder();
177
177
  globalThis[Z] = {
@@ -198,7 +198,7 @@ var h;
198
198
  })(h || (h = {}));
199
199
  const Ye = 34028234663852886e22, We = -34028234663852886e22, $e = 4294967295, je = 2147483647, en = -2147483648;
200
200
  class o {
201
- constructor(n = Qe().encodeUtf8) {
201
+ constructor(n = Xe().encodeUtf8) {
202
202
  this.encodeUtf8 = n, this.stack = [], this.chunks = [], this.buf = [];
203
203
  }
204
204
  /**
@@ -323,41 +323,41 @@ class o {
323
323
  * Write a `fixed64` value, a signed, fixed-length 64-bit integer.
324
324
  */
325
325
  sfixed64(n) {
326
- let i = new Uint8Array(8), a = new DataView(i.buffer), r = M.enc(n);
326
+ let i = new Uint8Array(8), a = new DataView(i.buffer), r = T.enc(n);
327
327
  return a.setInt32(0, r.lo, !0), a.setInt32(4, r.hi, !0), this.raw(i);
328
328
  }
329
329
  /**
330
330
  * Write a `fixed64` value, an unsigned, fixed-length 64 bit integer.
331
331
  */
332
332
  fixed64(n) {
333
- let i = new Uint8Array(8), a = new DataView(i.buffer), r = M.uEnc(n);
333
+ let i = new Uint8Array(8), a = new DataView(i.buffer), r = T.uEnc(n);
334
334
  return a.setInt32(0, r.lo, !0), a.setInt32(4, r.hi, !0), this.raw(i);
335
335
  }
336
336
  /**
337
337
  * Write a `int64` value, a signed 64-bit varint.
338
338
  */
339
339
  int64(n) {
340
- let i = M.enc(n);
341
- return X(i.lo, i.hi, this.buf), this;
340
+ let i = T.enc(n);
341
+ return Q(i.lo, i.hi, this.buf), this;
342
342
  }
343
343
  /**
344
344
  * Write a `sint64` value, a signed, zig-zag-encoded 64-bit varint.
345
345
  */
346
346
  sint64(n) {
347
- let i = M.enc(n), a = i.hi >> 31, r = i.lo << 1 ^ a, t = (i.hi << 1 | i.lo >>> 31) ^ a;
348
- return X(r, t, this.buf), this;
347
+ let i = T.enc(n), a = i.hi >> 31, r = i.lo << 1 ^ a, t = (i.hi << 1 | i.lo >>> 31) ^ a;
348
+ return Q(r, t, this.buf), this;
349
349
  }
350
350
  /**
351
351
  * Write a `uint64` value, an unsigned 64-bit varint.
352
352
  */
353
353
  uint64(n) {
354
- let i = M.uEnc(n);
355
- return X(i.lo, i.hi, this.buf), this;
354
+ let i = T.uEnc(n);
355
+ return Q(i.lo, i.hi, this.buf), this;
356
356
  }
357
357
  }
358
358
  class u {
359
- constructor(n, i = Qe().decodeUtf8) {
360
- this.decodeUtf8 = i, this.varint64 = Xe, this.uint32 = qe, this.buf = n, this.len = n.length, this.pos = 0, this.view = new DataView(n.buffer, n.byteOffset, n.byteLength);
359
+ constructor(n, i = Xe().decodeUtf8) {
360
+ this.decodeUtf8 = i, this.varint64 = Qe, this.uint32 = qe, this.buf = n, this.len = n.length, this.pos = 0, this.view = new DataView(n.buffer, n.byteOffset, n.byteLength);
361
361
  }
362
362
  /**
363
363
  * Reads a tag - field number and wire type.
@@ -430,20 +430,20 @@ class u {
430
430
  * Read a `int64` field, a signed 64-bit varint.
431
431
  */
432
432
  int64() {
433
- return M.dec(...this.varint64());
433
+ return T.dec(...this.varint64());
434
434
  }
435
435
  /**
436
436
  * Read a `uint64` field, an unsigned 64-bit varint.
437
437
  */
438
438
  uint64() {
439
- return M.uDec(...this.varint64());
439
+ return T.uDec(...this.varint64());
440
440
  }
441
441
  /**
442
442
  * Read a `sint64` field, a signed, zig-zag-encoded 64-bit varint.
443
443
  */
444
444
  sint64() {
445
445
  let [n, i] = this.varint64(), a = -(n & 1);
446
- return n = (n >>> 1 | (i & 1) << 31) ^ a, i = i >>> 1 ^ a, M.dec(n, i);
446
+ return n = (n >>> 1 | (i & 1) << 31) ^ a, i = i >>> 1 ^ a, T.dec(n, i);
447
447
  }
448
448
  /**
449
449
  * Read a `bool` field, a variant.
@@ -468,13 +468,13 @@ class u {
468
468
  * Read a `fixed64` field, an unsigned, fixed-length 64 bit integer.
469
469
  */
470
470
  fixed64() {
471
- return M.uDec(this.sfixed32(), this.sfixed32());
471
+ return T.uDec(this.sfixed32(), this.sfixed32());
472
472
  }
473
473
  /**
474
474
  * Read a `fixed64` field, a signed, fixed-length 64-bit integer.
475
475
  */
476
476
  sfixed64() {
477
- return M.dec(this.sfixed32(), this.sfixed32());
477
+ return T.dec(this.sfixed32(), this.sfixed32());
478
478
  }
479
479
  /**
480
480
  * Read a `float` field, 32-bit floating point number.
@@ -609,14 +609,17 @@ function re() {
609
609
  offset: 0,
610
610
  minValue: 0,
611
611
  maxValue: 0,
612
- enumValues: {}
612
+ enumValues: {},
613
+ isMultiplexer: !1,
614
+ isMultiplexed: !1,
615
+ multiplexValue: void 0
613
616
  };
614
617
  }
615
618
  const S = {
616
619
  encode(e, n = new o()) {
617
620
  return e.name !== "" && n.uint32(10).string(e.name), e.qualifiedName !== "" && n.uint32(18).string(e.qualifiedName), e.comment !== "" && n.uint32(26).string(e.comment), e.encoding !== 0 && n.uint32(32).int32(e.encoding), e.dataType !== 0 && n.uint32(40).int32(e.dataType), e.startbit !== 0 && n.uint32(48).int32(e.startbit), e.length !== 0 && n.uint32(56).int32(e.length), e.unit !== "" && n.uint32(66).string(e.unit), e.factor !== 0 && n.uint32(73).double(e.factor), e.offset !== 0 && n.uint32(81).double(e.offset), e.minValue !== 0 && n.uint32(89).double(e.minValue), e.maxValue !== 0 && n.uint32(97).double(e.maxValue), Object.entries(e.enumValues).forEach(([i, a]) => {
618
621
  q.encode({ key: i, value: a }, n.uint32(106).fork()).join();
619
- }), n;
622
+ }), e.isMultiplexer !== !1 && n.uint32(112).bool(e.isMultiplexer), e.isMultiplexed !== !1 && n.uint32(120).bool(e.isMultiplexed), e.multiplexValue !== void 0 && n.uint32(128).int32(e.multiplexValue), n;
620
623
  },
621
624
  decode(e, n) {
622
625
  const i = e instanceof u ? e : new u(e);
@@ -704,6 +707,24 @@ const S = {
704
707
  d.value !== void 0 && (r.enumValues[d.key] = d.value);
705
708
  continue;
706
709
  }
710
+ case 14: {
711
+ if (t !== 112)
712
+ break;
713
+ r.isMultiplexer = i.bool();
714
+ continue;
715
+ }
716
+ case 15: {
717
+ if (t !== 120)
718
+ break;
719
+ r.isMultiplexed = i.bool();
720
+ continue;
721
+ }
722
+ case 16: {
723
+ if (t !== 128)
724
+ break;
725
+ r.multiplexValue = i.int32();
726
+ continue;
727
+ }
707
728
  }
708
729
  if ((t & 7) === 4 || t === 0)
709
730
  break;
@@ -713,19 +734,22 @@ const S = {
713
734
  },
714
735
  fromJSON(e) {
715
736
  return {
716
- name: N(e.name) ? globalThis.String(e.name) : "",
717
- qualifiedName: N(e.qualifiedName) ? globalThis.String(e.qualifiedName) : "",
718
- comment: N(e.comment) ? globalThis.String(e.comment) : "",
719
- encoding: N(e.encoding) ? rn(e.encoding) : 0,
720
- dataType: N(e.dataType) ? un(e.dataType) : 0,
721
- startbit: N(e.startbit) ? globalThis.Number(e.startbit) : 0,
722
- length: N(e.length) ? globalThis.Number(e.length) : 0,
723
- unit: N(e.unit) ? globalThis.String(e.unit) : "",
724
- factor: N(e.factor) ? globalThis.Number(e.factor) : 0,
725
- offset: N(e.offset) ? globalThis.Number(e.offset) : 0,
726
- minValue: N(e.minValue) ? globalThis.Number(e.minValue) : 0,
727
- maxValue: N(e.maxValue) ? globalThis.Number(e.maxValue) : 0,
728
- enumValues: fn(e.enumValues) ? Object.entries(e.enumValues).reduce((n, [i, a]) => (n[i] = Number(a), n), {}) : {}
737
+ name: c(e.name) ? globalThis.String(e.name) : "",
738
+ qualifiedName: c(e.qualifiedName) ? globalThis.String(e.qualifiedName) : "",
739
+ comment: c(e.comment) ? globalThis.String(e.comment) : "",
740
+ encoding: c(e.encoding) ? rn(e.encoding) : 0,
741
+ dataType: c(e.dataType) ? un(e.dataType) : 0,
742
+ startbit: c(e.startbit) ? globalThis.Number(e.startbit) : 0,
743
+ length: c(e.length) ? globalThis.Number(e.length) : 0,
744
+ unit: c(e.unit) ? globalThis.String(e.unit) : "",
745
+ factor: c(e.factor) ? globalThis.Number(e.factor) : 0,
746
+ offset: c(e.offset) ? globalThis.Number(e.offset) : 0,
747
+ minValue: c(e.minValue) ? globalThis.Number(e.minValue) : 0,
748
+ maxValue: c(e.maxValue) ? globalThis.Number(e.maxValue) : 0,
749
+ enumValues: fn(e.enumValues) ? Object.entries(e.enumValues).reduce((n, [i, a]) => (n[i] = Number(a), n), {}) : {},
750
+ isMultiplexer: c(e.isMultiplexer) ? globalThis.Boolean(e.isMultiplexer) : !1,
751
+ isMultiplexed: c(e.isMultiplexed) ? globalThis.Boolean(e.isMultiplexed) : !1,
752
+ multiplexValue: c(e.multiplexValue) ? globalThis.Number(e.multiplexValue) : void 0
729
753
  };
730
754
  },
731
755
  toJSON(e) {
@@ -736,7 +760,7 @@ const S = {
736
760
  n.enumValues[a] = Math.round(r);
737
761
  }));
738
762
  }
739
- return n;
763
+ return e.isMultiplexer !== !1 && (n.isMultiplexer = e.isMultiplexer), e.isMultiplexed !== !1 && (n.isMultiplexed = e.isMultiplexed), e.multiplexValue !== void 0 && (n.multiplexValue = Math.round(e.multiplexValue)), n;
740
764
  },
741
765
  create(e) {
742
766
  return S.fromPartial(e ?? {});
@@ -746,7 +770,7 @@ const S = {
746
770
  return n.name = e.name ?? "", n.qualifiedName = e.qualifiedName ?? "", n.comment = e.comment ?? "", n.encoding = e.encoding ?? 0, n.dataType = e.dataType ?? 0, n.startbit = e.startbit ?? 0, n.length = e.length ?? 0, n.unit = e.unit ?? "", n.factor = e.factor ?? 0, n.offset = e.offset ?? 0, n.minValue = e.minValue ?? 0, n.maxValue = e.maxValue ?? 0, n.enumValues = Object.entries(e.enumValues ?? {}).reduce(
747
771
  (i, [a, r]) => (r !== void 0 && (i[a] = globalThis.Number(r)), i),
748
772
  {}
749
- ), n;
773
+ ), n.isMultiplexer = e.isMultiplexer ?? !1, n.isMultiplexed = e.isMultiplexed ?? !1, n.multiplexValue = e.multiplexValue ?? void 0, n;
750
774
  }
751
775
  };
752
776
  function ae() {
@@ -784,8 +808,8 @@ const q = {
784
808
  },
785
809
  fromJSON(e) {
786
810
  return {
787
- key: N(e.key) ? globalThis.String(e.key) : "",
788
- value: N(e.value) ? globalThis.Number(e.value) : 0
811
+ key: c(e.key) ? globalThis.String(e.key) : "",
812
+ value: c(e.value) ? globalThis.Number(e.value) : 0
789
813
  };
790
814
  },
791
815
  toJSON(e) {
@@ -851,7 +875,7 @@ const on = {
851
875
  function fn(e) {
852
876
  return typeof e == "object" && e !== null;
853
877
  }
854
- function N(e) {
878
+ function c(e) {
855
879
  return e != null;
856
880
  }
857
881
  var ln = /* @__PURE__ */ ((e) => (e[e.CAN_FRAME_FLAG_UNSPECIFIED = 0] = "CAN_FRAME_FLAG_UNSPECIFIED", e[e.CAN_FRAME_FLAG_RTR = 1] = "CAN_FRAME_FLAG_RTR", e[e.CAN_FRAME_FLAG_STD = 2] = "CAN_FRAME_FLAG_STD", e[e.CAN_FRAME_FLAG_EXT = 4] = "CAN_FRAME_FLAG_EXT", e[e.CAN_FRAME_FLAG_WAKEUP = 8] = "CAN_FRAME_FLAG_WAKEUP", e[e.CAN_FRAME_FLAG_NERR = 16] = "CAN_FRAME_FLAG_NERR", e[e.CAN_FRAME_FLAG_ERROR_FRAME = 32] = "CAN_FRAME_FLAG_ERROR_FRAME", e[e.CAN_FRAME_FLAG_TXACK = 64] = "CAN_FRAME_FLAG_TXACK", e[e.CAN_FRAME_FLAG_TXRQ = 128] = "CAN_FRAME_FLAG_TXRQ", e[e.CAN_FRAME_FLAG_DELAY_MSG = 256] = "CAN_FRAME_FLAG_DELAY_MSG", e[e.CAN_FRAME_FLAG_LOCAL_TXACK = 268435456] = "CAN_FRAME_FLAG_LOCAL_TXACK", e[e.CAN_FRAME_FLAG_SINGLE_SHOT = 16777216] = "CAN_FRAME_FLAG_SINGLE_SHOT", e[e.CAN_FRAME_FLAG_TXNACK = 33554432] = "CAN_FRAME_FLAG_TXNACK", e[e.CAN_FRAME_FLAG_ABL = 67108864] = "CAN_FRAME_FLAG_ABL", e[e.CAN_FRAME_FLAG_FD_FDF = 65536] = "CAN_FRAME_FLAG_FD_FDF", e[e.CAN_FRAME_FLAG_FD_BRS = 131072] = "CAN_FRAME_FLAG_FD_BRS", e[e.CAN_FRAME_FLAG_FD_ESI = 262144] = "CAN_FRAME_FLAG_FD_ESI", e[e.CAN_FRAME_FLAG_ERR_HW_OVERRUN = 512] = "CAN_FRAME_FLAG_ERR_HW_OVERRUN", e[e.CAN_FRAME_FLAG_ERR_SW_OVERRUN = 1024] = "CAN_FRAME_FLAG_ERR_SW_OVERRUN", e[e.CAN_FRAME_FLAG_ERR_STUFF = 2048] = "CAN_FRAME_FLAG_ERR_STUFF", e[e.CAN_FRAME_FLAG_ERR_FORM = 4096] = "CAN_FRAME_FLAG_ERR_FORM", e[e.CAN_FRAME_FLAG_ERR_CRC = 8192] = "CAN_FRAME_FLAG_ERR_CRC", e[e.CAN_FRAME_FLAG_ERR_BIT0 = 16384] = "CAN_FRAME_FLAG_ERR_BIT0", e[e.CAN_FRAME_FLAG_ERR_BIT1 = 32768] = "CAN_FRAME_FLAG_ERR_BIT1", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(ln || {});
@@ -1054,7 +1078,7 @@ function An(e) {
1054
1078
  function ue() {
1055
1079
  return { flags: [] };
1056
1080
  }
1057
- const c = {
1081
+ const _ = {
1058
1082
  encode(e, n = new o()) {
1059
1083
  n.uint32(10).fork();
1060
1084
  for (const i of e.flags)
@@ -1099,7 +1123,7 @@ const c = {
1099
1123
  return (i = e.flags) != null && i.length && (n.flags = e.flags.map((a) => _n(a))), n;
1100
1124
  },
1101
1125
  create(e) {
1102
- return c.fromPartial(e ?? {});
1126
+ return _.fromPartial(e ?? {});
1103
1127
  },
1104
1128
  fromPartial(e) {
1105
1129
  var i;
@@ -1166,7 +1190,7 @@ const O = {
1166
1190
  function oe() {
1167
1191
  return { stringValue: void 0, doubleValue: void 0 };
1168
1192
  }
1169
- const F = {
1193
+ const M = {
1170
1194
  encode(e, n = new o()) {
1171
1195
  return e.stringValue !== void 0 && n.uint32(10).string(e.stringValue), e.doubleValue !== void 0 && n.uint32(17).double(e.doubleValue), n;
1172
1196
  },
@@ -1207,7 +1231,7 @@ const F = {
1207
1231
  return e.stringValue !== void 0 && (n.stringValue = e.stringValue), e.doubleValue !== void 0 && (n.doubleValue = e.doubleValue), n;
1208
1232
  },
1209
1233
  create(e) {
1210
- return F.fromPartial(e ?? {});
1234
+ return M.fromPartial(e ?? {});
1211
1235
  },
1212
1236
  fromPartial(e) {
1213
1237
  const n = oe();
@@ -1215,19 +1239,11 @@ const F = {
1215
1239
  }
1216
1240
  };
1217
1241
  function fe() {
1218
- return {
1219
- name: "",
1220
- qualifiedName: "",
1221
- unit: "",
1222
- stringValue: void 0,
1223
- doubleValue: void 0,
1224
- minValue: 0,
1225
- maxValue: 0
1226
- };
1242
+ return { name: "", qualifiedName: "", unit: "", stringValue: void 0, doubleValue: void 0 };
1227
1243
  }
1228
- const I = {
1244
+ const F = {
1229
1245
  encode(e, n = new o()) {
1230
- return e.name !== "" && n.uint32(10).string(e.name), e.qualifiedName !== "" && n.uint32(18).string(e.qualifiedName), e.unit !== "" && n.uint32(26).string(e.unit), e.stringValue !== void 0 && n.uint32(34).string(e.stringValue), e.doubleValue !== void 0 && n.uint32(41).double(e.doubleValue), e.minValue !== 0 && n.uint32(49).double(e.minValue), e.maxValue !== 0 && n.uint32(57).double(e.maxValue), n;
1246
+ return e.name !== "" && n.uint32(10).string(e.name), e.qualifiedName !== "" && n.uint32(18).string(e.qualifiedName), e.unit !== "" && n.uint32(26).string(e.unit), e.stringValue !== void 0 && n.uint32(34).string(e.stringValue), e.doubleValue !== void 0 && n.uint32(41).double(e.doubleValue), n;
1231
1247
  },
1232
1248
  decode(e, n) {
1233
1249
  const i = e instanceof u ? e : new u(e);
@@ -1266,18 +1282,6 @@ const I = {
1266
1282
  r.doubleValue = i.double();
1267
1283
  continue;
1268
1284
  }
1269
- case 6: {
1270
- if (t !== 49)
1271
- break;
1272
- r.minValue = i.double();
1273
- continue;
1274
- }
1275
- case 7: {
1276
- if (t !== 57)
1277
- break;
1278
- r.maxValue = i.double();
1279
- continue;
1280
- }
1281
1285
  }
1282
1286
  if ((t & 7) === 4 || t === 0)
1283
1287
  break;
@@ -1291,21 +1295,19 @@ const I = {
1291
1295
  qualifiedName: f(e.qualifiedName) ? globalThis.String(e.qualifiedName) : "",
1292
1296
  unit: f(e.unit) ? globalThis.String(e.unit) : "",
1293
1297
  stringValue: f(e.stringValue) ? globalThis.String(e.stringValue) : void 0,
1294
- doubleValue: f(e.doubleValue) ? globalThis.Number(e.doubleValue) : void 0,
1295
- minValue: f(e.minValue) ? globalThis.Number(e.minValue) : 0,
1296
- maxValue: f(e.maxValue) ? globalThis.Number(e.maxValue) : 0
1298
+ doubleValue: f(e.doubleValue) ? globalThis.Number(e.doubleValue) : void 0
1297
1299
  };
1298
1300
  },
1299
1301
  toJSON(e) {
1300
1302
  const n = {};
1301
- return e.name !== "" && (n.name = e.name), e.qualifiedName !== "" && (n.qualifiedName = e.qualifiedName), e.unit !== "" && (n.unit = e.unit), e.stringValue !== void 0 && (n.stringValue = e.stringValue), e.doubleValue !== void 0 && (n.doubleValue = e.doubleValue), e.minValue !== 0 && (n.minValue = e.minValue), e.maxValue !== 0 && (n.maxValue = e.maxValue), n;
1303
+ return e.name !== "" && (n.name = e.name), e.qualifiedName !== "" && (n.qualifiedName = e.qualifiedName), e.unit !== "" && (n.unit = e.unit), e.stringValue !== void 0 && (n.stringValue = e.stringValue), e.doubleValue !== void 0 && (n.doubleValue = e.doubleValue), n;
1302
1304
  },
1303
1305
  create(e) {
1304
- return I.fromPartial(e ?? {});
1306
+ return F.fromPartial(e ?? {});
1305
1307
  },
1306
1308
  fromPartial(e) {
1307
1309
  const n = fe();
1308
- return n.name = e.name ?? "", n.qualifiedName = e.qualifiedName ?? "", n.unit = e.unit ?? "", n.stringValue = e.stringValue ?? void 0, n.doubleValue = e.doubleValue ?? void 0, n.minValue = e.minValue ?? 0, n.maxValue = e.maxValue ?? 0, n;
1310
+ return n.name = e.name ?? "", n.qualifiedName = e.qualifiedName ?? "", n.unit = e.unit ?? "", n.stringValue = e.stringValue ?? void 0, n.doubleValue = e.doubleValue ?? void 0, n;
1309
1311
  }
1310
1312
  };
1311
1313
  function le() {
@@ -1335,8 +1337,8 @@ const m = {
1335
1337
  K.encode({ key: i, value: a }, n.uint32(90).fork()).join();
1336
1338
  });
1337
1339
  for (const i of e.signalValues)
1338
- I.encode(i, n.uint32(98).fork()).join();
1339
- return e.canFrameFlags !== void 0 && c.encode(e.canFrameFlags, n.uint32(106).fork()).join(), e.linFrameFlags !== void 0 && O.encode(e.linFrameFlags, n.uint32(114).fork()).join(), n;
1340
+ F.encode(i, n.uint32(98).fork()).join();
1341
+ return e.canFrameFlags !== void 0 && _.encode(e.canFrameFlags, n.uint32(106).fork()).join(), e.linFrameFlags !== void 0 && O.encode(e.linFrameFlags, n.uint32(114).fork()).join(), n;
1340
1342
  },
1341
1343
  decode(e, n) {
1342
1344
  const i = e instanceof u ? e : new u(e);
@@ -1422,13 +1424,13 @@ const m = {
1422
1424
  case 12: {
1423
1425
  if (t !== 98)
1424
1426
  break;
1425
- r.signalValues.push(I.decode(i, i.uint32()));
1427
+ r.signalValues.push(F.decode(i, i.uint32()));
1426
1428
  continue;
1427
1429
  }
1428
1430
  case 13: {
1429
1431
  if (t !== 106)
1430
1432
  break;
1431
- r.canFrameFlags = c.decode(i, i.uint32());
1433
+ r.canFrameFlags = _.decode(i, i.uint32());
1432
1434
  continue;
1433
1435
  }
1434
1436
  case 14: {
@@ -1456,9 +1458,9 @@ const m = {
1456
1458
  tx: f(e.tx) ? globalThis.Boolean(e.tx) : !1,
1457
1459
  dlc: f(e.dlc) ? globalThis.Number(e.dlc) : 0,
1458
1460
  hashCode: f(e.hashCode) ? globalThis.Number(e.hashCode) : 0,
1459
- properties: In(e.properties) ? Object.entries(e.properties).reduce((n, [i, a]) => (n[i] = F.fromJSON(a), n), {}) : {},
1460
- signalValues: globalThis.Array.isArray(e == null ? void 0 : e.signalValues) ? e.signalValues.map((n) => I.fromJSON(n)) : [],
1461
- canFrameFlags: f(e.canFrameFlags) ? c.fromJSON(e.canFrameFlags) : void 0,
1461
+ properties: In(e.properties) ? Object.entries(e.properties).reduce((n, [i, a]) => (n[i] = M.fromJSON(a), n), {}) : {},
1462
+ signalValues: globalThis.Array.isArray(e == null ? void 0 : e.signalValues) ? e.signalValues.map((n) => F.fromJSON(n)) : [],
1463
+ canFrameFlags: f(e.canFrameFlags) ? _.fromJSON(e.canFrameFlags) : void 0,
1462
1464
  linFrameFlags: f(e.linFrameFlags) ? O.fromJSON(e.linFrameFlags) : void 0
1463
1465
  };
1464
1466
  },
@@ -1468,10 +1470,10 @@ const m = {
1468
1470
  if (e.sourceId !== "" && (n.sourceId = e.sourceId), e.sourceName !== "" && (n.sourceName = e.sourceName), e.streamId !== "" && (n.streamId = e.streamId), e.id !== 0 && (n.id = Math.round(e.id)), e.messageName !== "" && (n.messageName = e.messageName), (i = e.data) != null && i.length && (n.data = e.data.map((r) => Math.round(r))), e.time !== 0 && (n.time = e.time), e.tx !== !1 && (n.tx = e.tx), e.dlc !== 0 && (n.dlc = Math.round(e.dlc)), e.hashCode !== 0 && (n.hashCode = Math.round(e.hashCode)), e.properties) {
1469
1471
  const r = Object.entries(e.properties);
1470
1472
  r.length > 0 && (n.properties = {}, r.forEach(([t, d]) => {
1471
- n.properties[t] = F.toJSON(d);
1473
+ n.properties[t] = M.toJSON(d);
1472
1474
  }));
1473
1475
  }
1474
- return (a = e.signalValues) != null && a.length && (n.signalValues = e.signalValues.map((r) => I.toJSON(r))), e.canFrameFlags !== void 0 && (n.canFrameFlags = c.toJSON(e.canFrameFlags)), e.linFrameFlags !== void 0 && (n.linFrameFlags = O.toJSON(e.linFrameFlags)), n;
1476
+ return (a = e.signalValues) != null && a.length && (n.signalValues = e.signalValues.map((r) => F.toJSON(r))), e.canFrameFlags !== void 0 && (n.canFrameFlags = _.toJSON(e.canFrameFlags)), e.linFrameFlags !== void 0 && (n.linFrameFlags = O.toJSON(e.linFrameFlags)), n;
1475
1477
  },
1476
1478
  create(e) {
1477
1479
  return m.fromPartial(e ?? {});
@@ -1480,9 +1482,9 @@ const m = {
1480
1482
  var i, a;
1481
1483
  const n = le();
1482
1484
  return n.sourceId = e.sourceId ?? "", n.sourceName = e.sourceName ?? "", n.streamId = e.streamId ?? "", n.id = e.id ?? 0, n.messageName = e.messageName ?? "", n.data = ((i = e.data) == null ? void 0 : i.map((r) => r)) || [], n.time = e.time ?? 0, n.tx = e.tx ?? !1, n.dlc = e.dlc ?? 0, n.hashCode = e.hashCode ?? 0, n.properties = Object.entries(e.properties ?? {}).reduce(
1483
- (r, [t, d]) => (d !== void 0 && (r[t] = F.fromPartial(d)), r),
1485
+ (r, [t, d]) => (d !== void 0 && (r[t] = M.fromPartial(d)), r),
1484
1486
  {}
1485
- ), n.signalValues = ((a = e.signalValues) == null ? void 0 : a.map((r) => I.fromPartial(r))) || [], n.canFrameFlags = e.canFrameFlags !== void 0 && e.canFrameFlags !== null ? c.fromPartial(e.canFrameFlags) : void 0, n.linFrameFlags = e.linFrameFlags !== void 0 && e.linFrameFlags !== null ? O.fromPartial(e.linFrameFlags) : void 0, n;
1487
+ ), n.signalValues = ((a = e.signalValues) == null ? void 0 : a.map((r) => F.fromPartial(r))) || [], n.canFrameFlags = e.canFrameFlags !== void 0 && e.canFrameFlags !== null ? _.fromPartial(e.canFrameFlags) : void 0, n.linFrameFlags = e.linFrameFlags !== void 0 && e.linFrameFlags !== null ? O.fromPartial(e.linFrameFlags) : void 0, n;
1486
1488
  }
1487
1489
  };
1488
1490
  function ce() {
@@ -1490,7 +1492,7 @@ function ce() {
1490
1492
  }
1491
1493
  const K = {
1492
1494
  encode(e, n = new o()) {
1493
- return e.key !== "" && n.uint32(10).string(e.key), e.value !== void 0 && F.encode(e.value, n.uint32(18).fork()).join(), n;
1495
+ return e.key !== "" && n.uint32(10).string(e.key), e.value !== void 0 && M.encode(e.value, n.uint32(18).fork()).join(), n;
1494
1496
  },
1495
1497
  decode(e, n) {
1496
1498
  const i = e instanceof u ? e : new u(e);
@@ -1508,7 +1510,7 @@ const K = {
1508
1510
  case 2: {
1509
1511
  if (t !== 18)
1510
1512
  break;
1511
- r.value = F.decode(i, i.uint32());
1513
+ r.value = M.decode(i, i.uint32());
1512
1514
  continue;
1513
1515
  }
1514
1516
  }
@@ -1521,19 +1523,19 @@ const K = {
1521
1523
  fromJSON(e) {
1522
1524
  return {
1523
1525
  key: f(e.key) ? globalThis.String(e.key) : "",
1524
- value: f(e.value) ? F.fromJSON(e.value) : void 0
1526
+ value: f(e.value) ? M.fromJSON(e.value) : void 0
1525
1527
  };
1526
1528
  },
1527
1529
  toJSON(e) {
1528
1530
  const n = {};
1529
- return e.key !== "" && (n.key = e.key), e.value !== void 0 && (n.value = F.toJSON(e.value)), n;
1531
+ return e.key !== "" && (n.key = e.key), e.value !== void 0 && (n.value = M.toJSON(e.value)), n;
1530
1532
  },
1531
1533
  create(e) {
1532
1534
  return K.fromPartial(e ?? {});
1533
1535
  },
1534
1536
  fromPartial(e) {
1535
1537
  const n = ce();
1536
- return n.key = e.key ?? "", n.value = e.value !== void 0 && e.value !== null ? F.fromPartial(e.value) : void 0, n;
1538
+ return n.key = e.key ?? "", n.value = e.value !== void 0 && e.value !== null ? M.fromPartial(e.value) : void 0, n;
1537
1539
  }
1538
1540
  };
1539
1541
  function _e() {
@@ -1583,24 +1585,14 @@ const Rn = {
1583
1585
  }
1584
1586
  };
1585
1587
  function Ne() {
1586
- return {
1587
- id: 0,
1588
- data: [],
1589
- messageQualifiedName: "",
1590
- signalValues: [],
1591
- canFrameFlags: void 0,
1592
- linFrameFlags: void 0
1593
- };
1588
+ return { id: 0, data: [], canFrameFlags: void 0, linFrameFlags: void 0 };
1594
1589
  }
1595
1590
  const L = {
1596
1591
  encode(e, n = new o()) {
1597
1592
  e.id !== 0 && n.uint32(8).int32(e.id), n.uint32(18).fork();
1598
1593
  for (const i of e.data)
1599
1594
  n.uint32(i);
1600
- n.join(), e.messageQualifiedName !== "" && n.uint32(26).string(e.messageQualifiedName);
1601
- for (const i of e.signalValues)
1602
- I.encode(i, n.uint32(34).fork()).join();
1603
- return e.canFrameFlags !== void 0 && c.encode(e.canFrameFlags, n.uint32(42).fork()).join(), e.linFrameFlags !== void 0 && O.encode(e.linFrameFlags, n.uint32(50).fork()).join(), n;
1595
+ return n.join(), e.canFrameFlags !== void 0 && _.encode(e.canFrameFlags, n.uint32(26).fork()).join(), e.linFrameFlags !== void 0 && O.encode(e.linFrameFlags, n.uint32(34).fork()).join(), n;
1604
1596
  },
1605
1597
  decode(e, n) {
1606
1598
  const i = e instanceof u ? e : new u(e);
@@ -1631,24 +1623,12 @@ const L = {
1631
1623
  case 3: {
1632
1624
  if (t !== 26)
1633
1625
  break;
1634
- r.messageQualifiedName = i.string();
1626
+ r.canFrameFlags = _.decode(i, i.uint32());
1635
1627
  continue;
1636
1628
  }
1637
1629
  case 4: {
1638
1630
  if (t !== 34)
1639
1631
  break;
1640
- r.signalValues.push(I.decode(i, i.uint32()));
1641
- continue;
1642
- }
1643
- case 5: {
1644
- if (t !== 42)
1645
- break;
1646
- r.canFrameFlags = c.decode(i, i.uint32());
1647
- continue;
1648
- }
1649
- case 6: {
1650
- if (t !== 50)
1651
- break;
1652
1632
  r.linFrameFlags = O.decode(i, i.uint32());
1653
1633
  continue;
1654
1634
  }
@@ -1663,35 +1643,33 @@ const L = {
1663
1643
  return {
1664
1644
  id: f(e.id) ? globalThis.Number(e.id) : 0,
1665
1645
  data: globalThis.Array.isArray(e == null ? void 0 : e.data) ? e.data.map((n) => globalThis.Number(n)) : [],
1666
- messageQualifiedName: f(e.messageQualifiedName) ? globalThis.String(e.messageQualifiedName) : "",
1667
- signalValues: globalThis.Array.isArray(e == null ? void 0 : e.signalValues) ? e.signalValues.map((n) => I.fromJSON(n)) : [],
1668
- canFrameFlags: f(e.canFrameFlags) ? c.fromJSON(e.canFrameFlags) : void 0,
1646
+ canFrameFlags: f(e.canFrameFlags) ? _.fromJSON(e.canFrameFlags) : void 0,
1669
1647
  linFrameFlags: f(e.linFrameFlags) ? O.fromJSON(e.linFrameFlags) : void 0
1670
1648
  };
1671
1649
  },
1672
1650
  toJSON(e) {
1673
- var i, a;
1651
+ var i;
1674
1652
  const n = {};
1675
- return e.id !== 0 && (n.id = Math.round(e.id)), (i = e.data) != null && i.length && (n.data = e.data.map((r) => Math.round(r))), e.messageQualifiedName !== "" && (n.messageQualifiedName = e.messageQualifiedName), (a = e.signalValues) != null && a.length && (n.signalValues = e.signalValues.map((r) => I.toJSON(r))), e.canFrameFlags !== void 0 && (n.canFrameFlags = c.toJSON(e.canFrameFlags)), e.linFrameFlags !== void 0 && (n.linFrameFlags = O.toJSON(e.linFrameFlags)), n;
1653
+ return e.id !== 0 && (n.id = Math.round(e.id)), (i = e.data) != null && i.length && (n.data = e.data.map((a) => Math.round(a))), e.canFrameFlags !== void 0 && (n.canFrameFlags = _.toJSON(e.canFrameFlags)), e.linFrameFlags !== void 0 && (n.linFrameFlags = O.toJSON(e.linFrameFlags)), n;
1676
1654
  },
1677
1655
  create(e) {
1678
1656
  return L.fromPartial(e ?? {});
1679
1657
  },
1680
1658
  fromPartial(e) {
1681
- var i, a;
1659
+ var i;
1682
1660
  const n = Ne();
1683
- return n.id = e.id ?? 0, n.data = ((i = e.data) == null ? void 0 : i.map((r) => r)) || [], n.messageQualifiedName = e.messageQualifiedName ?? "", n.signalValues = ((a = e.signalValues) == null ? void 0 : a.map((r) => I.fromPartial(r))) || [], n.canFrameFlags = e.canFrameFlags !== void 0 && e.canFrameFlags !== null ? c.fromPartial(e.canFrameFlags) : void 0, n.linFrameFlags = e.linFrameFlags !== void 0 && e.linFrameFlags !== null ? O.fromPartial(e.linFrameFlags) : void 0, n;
1661
+ return n.id = e.id ?? 0, n.data = ((i = e.data) == null ? void 0 : i.map((a) => a)) || [], n.canFrameFlags = e.canFrameFlags !== void 0 && e.canFrameFlags !== null ? _.fromPartial(e.canFrameFlags) : void 0, n.linFrameFlags = e.linFrameFlags !== void 0 && e.linFrameFlags !== null ? O.fromPartial(e.linFrameFlags) : void 0, n;
1684
1662
  }
1685
1663
  };
1686
1664
  function Ee() {
1687
- return { id: 0, messageName: "", messageQualifiedName: "", signals: [], canFrameFlags: void 0 };
1665
+ return { id: 0, messageName: "", messageQualifiedName: "", dataLength: 0, signals: [], canFrameFlags: void 0 };
1688
1666
  }
1689
1667
  const g = {
1690
1668
  encode(e, n = new o()) {
1691
- e.id !== 0 && n.uint32(8).int32(e.id), e.messageName !== "" && n.uint32(18).string(e.messageName), e.messageQualifiedName !== "" && n.uint32(26).string(e.messageQualifiedName);
1669
+ e.id !== 0 && n.uint32(8).int32(e.id), e.messageName !== "" && n.uint32(18).string(e.messageName), e.messageQualifiedName !== "" && n.uint32(26).string(e.messageQualifiedName), e.dataLength !== 0 && n.uint32(32).int32(e.dataLength);
1692
1670
  for (const i of e.signals)
1693
- S.encode(i, n.uint32(34).fork()).join();
1694
- return e.canFrameFlags !== void 0 && c.encode(e.canFrameFlags, n.uint32(42).fork()).join(), n;
1671
+ S.encode(i, n.uint32(42).fork()).join();
1672
+ return e.canFrameFlags !== void 0 && _.encode(e.canFrameFlags, n.uint32(50).fork()).join(), n;
1695
1673
  },
1696
1674
  decode(e, n) {
1697
1675
  const i = e instanceof u ? e : new u(e);
@@ -1719,15 +1697,21 @@ const g = {
1719
1697
  continue;
1720
1698
  }
1721
1699
  case 4: {
1722
- if (t !== 34)
1700
+ if (t !== 32)
1723
1701
  break;
1724
- r.signals.push(S.decode(i, i.uint32()));
1702
+ r.dataLength = i.int32();
1725
1703
  continue;
1726
1704
  }
1727
1705
  case 5: {
1728
1706
  if (t !== 42)
1729
1707
  break;
1730
- r.canFrameFlags = c.decode(i, i.uint32());
1708
+ r.signals.push(S.decode(i, i.uint32()));
1709
+ continue;
1710
+ }
1711
+ case 6: {
1712
+ if (t !== 50)
1713
+ break;
1714
+ r.canFrameFlags = _.decode(i, i.uint32());
1731
1715
  continue;
1732
1716
  }
1733
1717
  }
@@ -1742,14 +1726,15 @@ const g = {
1742
1726
  id: f(e.id) ? globalThis.Number(e.id) : 0,
1743
1727
  messageName: f(e.messageName) ? globalThis.String(e.messageName) : "",
1744
1728
  messageQualifiedName: f(e.messageQualifiedName) ? globalThis.String(e.messageQualifiedName) : "",
1729
+ dataLength: f(e.dataLength) ? globalThis.Number(e.dataLength) : 0,
1745
1730
  signals: globalThis.Array.isArray(e == null ? void 0 : e.signals) ? e.signals.map((n) => S.fromJSON(n)) : [],
1746
- canFrameFlags: f(e.canFrameFlags) ? c.fromJSON(e.canFrameFlags) : void 0
1731
+ canFrameFlags: f(e.canFrameFlags) ? _.fromJSON(e.canFrameFlags) : void 0
1747
1732
  };
1748
1733
  },
1749
1734
  toJSON(e) {
1750
1735
  var i;
1751
1736
  const n = {};
1752
- return e.id !== 0 && (n.id = Math.round(e.id)), e.messageName !== "" && (n.messageName = e.messageName), e.messageQualifiedName !== "" && (n.messageQualifiedName = e.messageQualifiedName), (i = e.signals) != null && i.length && (n.signals = e.signals.map((a) => S.toJSON(a))), e.canFrameFlags !== void 0 && (n.canFrameFlags = c.toJSON(e.canFrameFlags)), n;
1737
+ return e.id !== 0 && (n.id = Math.round(e.id)), e.messageName !== "" && (n.messageName = e.messageName), e.messageQualifiedName !== "" && (n.messageQualifiedName = e.messageQualifiedName), e.dataLength !== 0 && (n.dataLength = Math.round(e.dataLength)), (i = e.signals) != null && i.length && (n.signals = e.signals.map((a) => S.toJSON(a))), e.canFrameFlags !== void 0 && (n.canFrameFlags = _.toJSON(e.canFrameFlags)), n;
1753
1738
  },
1754
1739
  create(e) {
1755
1740
  return g.fromPartial(e ?? {});
@@ -1757,7 +1742,7 @@ const g = {
1757
1742
  fromPartial(e) {
1758
1743
  var i;
1759
1744
  const n = Ee();
1760
- return n.id = e.id ?? 0, n.messageName = e.messageName ?? "", n.messageQualifiedName = e.messageQualifiedName ?? "", n.signals = ((i = e.signals) == null ? void 0 : i.map((a) => S.fromPartial(a))) || [], n.canFrameFlags = e.canFrameFlags !== void 0 && e.canFrameFlags !== null ? c.fromPartial(e.canFrameFlags) : void 0, n;
1745
+ return n.id = e.id ?? 0, n.messageName = e.messageName ?? "", n.messageQualifiedName = e.messageQualifiedName ?? "", n.dataLength = e.dataLength ?? 0, n.signals = ((i = e.signals) == null ? void 0 : i.map((a) => S.fromPartial(a))) || [], n.canFrameFlags = e.canFrameFlags !== void 0 && e.canFrameFlags !== null ? _.fromPartial(e.canFrameFlags) : void 0, n;
1761
1746
  }
1762
1747
  };
1763
1748
  function Ae() {
@@ -1811,7 +1796,7 @@ const Sn = {
1811
1796
  function Re() {
1812
1797
  return { messageQualifiedName: "", delay: 0 };
1813
1798
  }
1814
- const G = {
1799
+ const p = {
1815
1800
  encode(e, n = new o()) {
1816
1801
  return e.messageQualifiedName !== "" && n.uint32(10).string(e.messageQualifiedName), e.delay !== 0 && n.uint32(17).double(e.delay), n;
1817
1802
  },
@@ -1852,7 +1837,7 @@ const G = {
1852
1837
  return e.messageQualifiedName !== "" && (n.messageQualifiedName = e.messageQualifiedName), e.delay !== 0 && (n.delay = e.delay), n;
1853
1838
  },
1854
1839
  create(e) {
1855
- return G.fromPartial(e ?? {});
1840
+ return p.fromPartial(e ?? {});
1856
1841
  },
1857
1842
  fromPartial(e) {
1858
1843
  const n = Re();
@@ -1866,7 +1851,7 @@ const On = {
1866
1851
  encode(e, n = new o()) {
1867
1852
  e.name !== "" && n.uint32(10).string(e.name), e.qualifiedName !== "" && n.uint32(18).string(e.qualifiedName);
1868
1853
  for (const i of e.entries)
1869
- G.encode(i, n.uint32(26).fork()).join();
1854
+ p.encode(i, n.uint32(26).fork()).join();
1870
1855
  return n;
1871
1856
  },
1872
1857
  decode(e, n) {
@@ -1891,7 +1876,7 @@ const On = {
1891
1876
  case 3: {
1892
1877
  if (t !== 26)
1893
1878
  break;
1894
- r.entries.push(G.decode(i, i.uint32()));
1879
+ r.entries.push(p.decode(i, i.uint32()));
1895
1880
  continue;
1896
1881
  }
1897
1882
  }
@@ -1905,13 +1890,13 @@ const On = {
1905
1890
  return {
1906
1891
  name: f(e.name) ? globalThis.String(e.name) : "",
1907
1892
  qualifiedName: f(e.qualifiedName) ? globalThis.String(e.qualifiedName) : "",
1908
- entries: globalThis.Array.isArray(e == null ? void 0 : e.entries) ? e.entries.map((n) => G.fromJSON(n)) : []
1893
+ entries: globalThis.Array.isArray(e == null ? void 0 : e.entries) ? e.entries.map((n) => p.fromJSON(n)) : []
1909
1894
  };
1910
1895
  },
1911
1896
  toJSON(e) {
1912
1897
  var i;
1913
1898
  const n = {};
1914
- return e.name !== "" && (n.name = e.name), e.qualifiedName !== "" && (n.qualifiedName = e.qualifiedName), (i = e.entries) != null && i.length && (n.entries = e.entries.map((a) => G.toJSON(a))), n;
1899
+ return e.name !== "" && (n.name = e.name), e.qualifiedName !== "" && (n.qualifiedName = e.qualifiedName), (i = e.entries) != null && i.length && (n.entries = e.entries.map((a) => p.toJSON(a))), n;
1915
1900
  },
1916
1901
  create(e) {
1917
1902
  return On.fromPartial(e ?? {});
@@ -1919,7 +1904,7 @@ const On = {
1919
1904
  fromPartial(e) {
1920
1905
  var i;
1921
1906
  const n = Se();
1922
- return n.name = e.name ?? "", n.qualifiedName = e.qualifiedName ?? "", n.entries = ((i = e.entries) == null ? void 0 : i.map((a) => G.fromPartial(a))) || [], n;
1907
+ return n.name = e.name ?? "", n.qualifiedName = e.qualifiedName ?? "", n.entries = ((i = e.entries) == null ? void 0 : i.map((a) => p.fromPartial(a))) || [], n;
1923
1908
  }
1924
1909
  };
1925
1910
  function In(e) {
@@ -1949,7 +1934,7 @@ function Mn(e) {
1949
1934
  return -1;
1950
1935
  }
1951
1936
  }
1952
- function Fn(e) {
1937
+ function hn(e) {
1953
1938
  switch (e) {
1954
1939
  case 0:
1955
1940
  return "CAN_MODE_UNSPECIFIED";
@@ -1964,7 +1949,7 @@ function Fn(e) {
1964
1949
  return "UNRECOGNIZED";
1965
1950
  }
1966
1951
  }
1967
- var hn = /* @__PURE__ */ ((e) => (e[e.ACCESS_MODE_UNSPECIFIED = 0] = "ACCESS_MODE_UNSPECIFIED", e[e.ACCESS_MODE_INIT_ACCESS = 1] = "ACCESS_MODE_INIT_ACCESS", e[e.ACCESS_MODE_NO_INIT_ACCESS = 2] = "ACCESS_MODE_NO_INIT_ACCESS", e[e.ACCESS_MODE_EXCLUSIVE_ACCESS = 3] = "ACCESS_MODE_EXCLUSIVE_ACCESS", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(hn || {});
1952
+ var Fn = /* @__PURE__ */ ((e) => (e[e.ACCESS_MODE_UNSPECIFIED = 0] = "ACCESS_MODE_UNSPECIFIED", e[e.ACCESS_MODE_INIT_ACCESS = 1] = "ACCESS_MODE_INIT_ACCESS", e[e.ACCESS_MODE_NO_INIT_ACCESS = 2] = "ACCESS_MODE_NO_INIT_ACCESS", e[e.ACCESS_MODE_EXCLUSIVE_ACCESS = 3] = "ACCESS_MODE_EXCLUSIVE_ACCESS", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Fn || {});
1968
1953
  function mn(e) {
1969
1954
  switch (e) {
1970
1955
  case 0:
@@ -2001,7 +1986,7 @@ function Ln(e) {
2001
1986
  }
2002
1987
  }
2003
1988
  var gn = /* @__PURE__ */ ((e) => (e[e.SIGNAL_VALUE_TRIGGER_OPERATOR_UNSPECIFIED = 0] = "SIGNAL_VALUE_TRIGGER_OPERATOR_UNSPECIFIED", e[e.SIGNAL_VALUE_TRIGGER_OPERATOR_EQUAL_TO = 1] = "SIGNAL_VALUE_TRIGGER_OPERATOR_EQUAL_TO", e[e.SIGNAL_VALUE_TRIGGER_OPERATOR_NOT_EQUAL_TO = 2] = "SIGNAL_VALUE_TRIGGER_OPERATOR_NOT_EQUAL_TO", e[e.SIGNAL_VALUE_TRIGGER_OPERATOR_LESS_THAN = 3] = "SIGNAL_VALUE_TRIGGER_OPERATOR_LESS_THAN", e[e.SIGNAL_VALUE_TRIGGER_OPERATOR_LESS_THAN_OR_EQUAL = 4] = "SIGNAL_VALUE_TRIGGER_OPERATOR_LESS_THAN_OR_EQUAL", e[e.SIGNAL_VALUE_TRIGGER_OPERATOR_GREATER_THAN_OR_EQUAL = 5] = "SIGNAL_VALUE_TRIGGER_OPERATOR_GREATER_THAN_OR_EQUAL", e[e.SIGNAL_VALUE_TRIGGER_OPERATOR_GREATER_THAN = 6] = "SIGNAL_VALUE_TRIGGER_OPERATOR_GREATER_THAN", e[e.SIGNAL_VALUE_TRIGGER_OPERATOR_CHANGE_TO = 7] = "SIGNAL_VALUE_TRIGGER_OPERATOR_CHANGE_TO", e[e.SIGNAL_VALUE_TRIGGER_OPERATOR_CHANGE_FROM = 8] = "SIGNAL_VALUE_TRIGGER_OPERATOR_CHANGE_FROM", e[e.SIGNAL_VALUE_TRIGGER_OPERATOR_ON_CHANGE = 9] = "SIGNAL_VALUE_TRIGGER_OPERATOR_ON_CHANGE", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(gn || {});
2004
- function Gn(e) {
1989
+ function pn(e) {
2005
1990
  switch (e) {
2006
1991
  case 0:
2007
1992
  case "SIGNAL_VALUE_TRIGGER_OPERATOR_UNSPECIFIED":
@@ -2039,7 +2024,7 @@ function Gn(e) {
2039
2024
  return -1;
2040
2025
  }
2041
2026
  }
2042
- function Cn(e) {
2027
+ function Gn(e) {
2043
2028
  switch (e) {
2044
2029
  case 0:
2045
2030
  return "SIGNAL_VALUE_TRIGGER_OPERATOR_UNSPECIFIED";
@@ -2066,7 +2051,7 @@ function Cn(e) {
2066
2051
  return "UNRECOGNIZED";
2067
2052
  }
2068
2053
  }
2069
- var pn = /* @__PURE__ */ ((e) => (e[e.TRIGGER_OPERATOR_UNSPECIFIED = 0] = "TRIGGER_OPERATOR_UNSPECIFIED", e[e.TRIGGER_OPERATOR_AND = 1] = "TRIGGER_OPERATOR_AND", e[e.TRIGGER_OPERATOR_OR = 2] = "TRIGGER_OPERATOR_OR", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(pn || {});
2054
+ var Cn = /* @__PURE__ */ ((e) => (e[e.TRIGGER_OPERATOR_UNSPECIFIED = 0] = "TRIGGER_OPERATOR_UNSPECIFIED", e[e.TRIGGER_OPERATOR_AND = 1] = "TRIGGER_OPERATOR_AND", e[e.TRIGGER_OPERATOR_OR = 2] = "TRIGGER_OPERATOR_OR", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Cn || {});
2070
2055
  function Oe(e) {
2071
2056
  switch (e) {
2072
2057
  case 0:
@@ -2264,8 +2249,8 @@ function yn(e) {
2264
2249
  return "UNRECOGNIZED";
2265
2250
  }
2266
2251
  }
2267
- var Un = /* @__PURE__ */ ((e) => (e[e.DECIMAL_CHAR_UNSPECIFIED = 0] = "DECIMAL_CHAR_UNSPECIFIED", e[e.DECIMAL_CHAR_DEC_DOT = 1] = "DECIMAL_CHAR_DEC_DOT", e[e.DECIMAL_CHAR_DEC_COMMA = 2] = "DECIMAL_CHAR_DEC_COMMA", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Un || {});
2268
- function xn(e) {
2252
+ var xn = /* @__PURE__ */ ((e) => (e[e.DECIMAL_CHAR_UNSPECIFIED = 0] = "DECIMAL_CHAR_UNSPECIFIED", e[e.DECIMAL_CHAR_DEC_DOT = 1] = "DECIMAL_CHAR_DEC_DOT", e[e.DECIMAL_CHAR_DEC_COMMA = 2] = "DECIMAL_CHAR_DEC_COMMA", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(xn || {});
2253
+ function Un(e) {
2269
2254
  switch (e) {
2270
2255
  case 0:
2271
2256
  case "DECIMAL_CHAR_UNSPECIFIED":
@@ -2327,7 +2312,7 @@ function wn(e) {
2327
2312
  }
2328
2313
  }
2329
2314
  var Hn = /* @__PURE__ */ ((e) => (e[e.TIME_REFERENCE_UNSPECIFIED = 0] = "TIME_REFERENCE_UNSPECIFIED", e[e.TIME_REFERENCE_FIRST_TRIGGER = 1] = "TIME_REFERENCE_FIRST_TRIGGER", e[e.TIME_REFERENCE_START_OF_MEASUREMENT = 2] = "TIME_REFERENCE_START_OF_MEASUREMENT", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Hn || {});
2330
- function Qn(e) {
2315
+ function Xn(e) {
2331
2316
  switch (e) {
2332
2317
  case 0:
2333
2318
  case "TIME_REFERENCE_UNSPECIFIED":
@@ -2344,7 +2329,7 @@ function Qn(e) {
2344
2329
  return -1;
2345
2330
  }
2346
2331
  }
2347
- function Xn(e) {
2332
+ function Qn(e) {
2348
2333
  switch (e) {
2349
2334
  case 0:
2350
2335
  return "TIME_REFERENCE_UNSPECIFIED";
@@ -2439,7 +2424,7 @@ const A = {
2439
2424
  function Me() {
2440
2425
  return { canMode: 0, accessMode: 0, silentMode: !1, busSpeed: void 0, busSpeedDataPhase: void 0 };
2441
2426
  }
2442
- const C = {
2427
+ const G = {
2443
2428
  encode(e, n = new o()) {
2444
2429
  return e.canMode !== 0 && n.uint32(8).int32(e.canMode), e.accessMode !== 0 && n.uint32(16).int32(e.accessMode), e.silentMode !== !1 && n.uint32(24).bool(e.silentMode), e.busSpeed !== void 0 && A.encode(e.busSpeed, n.uint32(34).fork()).join(), e.busSpeedDataPhase !== void 0 && A.encode(e.busSpeedDataPhase, n.uint32(42).fork()).join(), n;
2445
2430
  },
@@ -2498,27 +2483,27 @@ const C = {
2498
2483
  },
2499
2484
  toJSON(e) {
2500
2485
  const n = {};
2501
- return e.canMode !== 0 && (n.canMode = Fn(e.canMode)), e.accessMode !== 0 && (n.accessMode = Ln(e.accessMode)), e.silentMode !== !1 && (n.silentMode = e.silentMode), e.busSpeed !== void 0 && (n.busSpeed = A.toJSON(e.busSpeed)), e.busSpeedDataPhase !== void 0 && (n.busSpeedDataPhase = A.toJSON(e.busSpeedDataPhase)), n;
2486
+ return e.canMode !== 0 && (n.canMode = hn(e.canMode)), e.accessMode !== 0 && (n.accessMode = Ln(e.accessMode)), e.silentMode !== !1 && (n.silentMode = e.silentMode), e.busSpeed !== void 0 && (n.busSpeed = A.toJSON(e.busSpeed)), e.busSpeedDataPhase !== void 0 && (n.busSpeedDataPhase = A.toJSON(e.busSpeedDataPhase)), n;
2502
2487
  },
2503
2488
  create(e) {
2504
- return C.fromPartial(e ?? {});
2489
+ return G.fromPartial(e ?? {});
2505
2490
  },
2506
2491
  fromPartial(e) {
2507
2492
  const n = Me();
2508
2493
  return n.canMode = e.canMode ?? 0, n.accessMode = e.accessMode ?? 0, n.silentMode = e.silentMode ?? !1, n.busSpeed = e.busSpeed !== void 0 && e.busSpeed !== null ? A.fromPartial(e.busSpeed) : void 0, n.busSpeedDataPhase = e.busSpeedDataPhase !== void 0 && e.busSpeedDataPhase !== null ? A.fromPartial(e.busSpeedDataPhase) : void 0, n;
2509
2494
  }
2510
2495
  };
2511
- function Fe() {
2496
+ function he() {
2512
2497
  return { bitRate: 0, protocolVersion: "", masterMode: !1, databaseFile: void 0, scheduleTable: void 0 };
2513
2498
  }
2514
- const p = {
2499
+ const C = {
2515
2500
  encode(e, n = new o()) {
2516
2501
  return e.bitRate !== 0 && n.uint32(8).int32(e.bitRate), e.protocolVersion !== "" && n.uint32(18).string(e.protocolVersion), e.masterMode !== !1 && n.uint32(24).bool(e.masterMode), e.databaseFile !== void 0 && n.uint32(34).string(e.databaseFile), e.scheduleTable !== void 0 && n.uint32(42).string(e.scheduleTable), n;
2517
2502
  },
2518
2503
  decode(e, n) {
2519
2504
  const i = e instanceof u ? e : new u(e);
2520
2505
  let a = n === void 0 ? i.len : i.pos + n;
2521
- const r = Fe();
2506
+ const r = he();
2522
2507
  for (; i.pos < a; ) {
2523
2508
  const t = i.uint32();
2524
2509
  switch (t >>> 3) {
@@ -2573,14 +2558,14 @@ const p = {
2573
2558
  return e.bitRate !== 0 && (n.bitRate = Math.round(e.bitRate)), e.protocolVersion !== "" && (n.protocolVersion = e.protocolVersion), e.masterMode !== !1 && (n.masterMode = e.masterMode), e.databaseFile !== void 0 && (n.databaseFile = e.databaseFile), e.scheduleTable !== void 0 && (n.scheduleTable = e.scheduleTable), n;
2574
2559
  },
2575
2560
  create(e) {
2576
- return p.fromPartial(e ?? {});
2561
+ return C.fromPartial(e ?? {});
2577
2562
  },
2578
2563
  fromPartial(e) {
2579
- const n = Fe();
2564
+ const n = he();
2580
2565
  return n.bitRate = e.bitRate ?? 0, n.protocolVersion = e.protocolVersion ?? "", n.masterMode = e.masterMode ?? !1, n.databaseFile = e.databaseFile ?? void 0, n.scheduleTable = e.scheduleTable ?? void 0, n;
2581
2566
  }
2582
2567
  };
2583
- function he() {
2568
+ function Fe() {
2584
2569
  return {
2585
2570
  channelNumber: 0,
2586
2571
  lockedToSerialNumber: !1,
@@ -2595,12 +2580,12 @@ function he() {
2595
2580
  }
2596
2581
  const k = {
2597
2582
  encode(e, n = new o()) {
2598
- return e.channelNumber !== 0 && n.uint32(8).int32(e.channelNumber), e.lockedToSerialNumber !== !1 && n.uint32(16).bool(e.lockedToSerialNumber), e.deviceProductCode !== "" && n.uint32(26).string(e.deviceProductCode), e.deviceSerialNumber !== "" && n.uint32(34).string(e.deviceSerialNumber), e.channelNumberOnDevice !== 0 && n.uint32(40).int32(e.channelNumberOnDevice), e.deviceCardType !== 0 && n.uint32(48).int32(e.deviceCardType), e.deviceCardNumber !== 0 && n.uint32(56).int32(e.deviceCardNumber), e.canConfiguration !== void 0 && C.encode(e.canConfiguration, n.uint32(66).fork()).join(), e.linConfiguration !== void 0 && p.encode(e.linConfiguration, n.uint32(74).fork()).join(), n;
2583
+ return e.channelNumber !== 0 && n.uint32(8).int32(e.channelNumber), e.lockedToSerialNumber !== !1 && n.uint32(16).bool(e.lockedToSerialNumber), e.deviceProductCode !== "" && n.uint32(26).string(e.deviceProductCode), e.deviceSerialNumber !== "" && n.uint32(34).string(e.deviceSerialNumber), e.channelNumberOnDevice !== 0 && n.uint32(40).int32(e.channelNumberOnDevice), e.deviceCardType !== 0 && n.uint32(48).int32(e.deviceCardType), e.deviceCardNumber !== 0 && n.uint32(56).int32(e.deviceCardNumber), e.canConfiguration !== void 0 && G.encode(e.canConfiguration, n.uint32(66).fork()).join(), e.linConfiguration !== void 0 && C.encode(e.linConfiguration, n.uint32(74).fork()).join(), n;
2599
2584
  },
2600
2585
  decode(e, n) {
2601
2586
  const i = e instanceof u ? e : new u(e);
2602
2587
  let a = n === void 0 ? i.len : i.pos + n;
2603
- const r = he();
2588
+ const r = Fe();
2604
2589
  for (; i.pos < a; ) {
2605
2590
  const t = i.uint32();
2606
2591
  switch (t >>> 3) {
@@ -2649,13 +2634,13 @@ const k = {
2649
2634
  case 8: {
2650
2635
  if (t !== 66)
2651
2636
  break;
2652
- r.canConfiguration = C.decode(i, i.uint32());
2637
+ r.canConfiguration = G.decode(i, i.uint32());
2653
2638
  continue;
2654
2639
  }
2655
2640
  case 9: {
2656
2641
  if (t !== 74)
2657
2642
  break;
2658
- r.linConfiguration = p.decode(i, i.uint32());
2643
+ r.linConfiguration = C.decode(i, i.uint32());
2659
2644
  continue;
2660
2645
  }
2661
2646
  }
@@ -2674,20 +2659,20 @@ const k = {
2674
2659
  channelNumberOnDevice: s(e.channelNumberOnDevice) ? globalThis.Number(e.channelNumberOnDevice) : 0,
2675
2660
  deviceCardType: s(e.deviceCardType) ? globalThis.Number(e.deviceCardType) : 0,
2676
2661
  deviceCardNumber: s(e.deviceCardNumber) ? globalThis.Number(e.deviceCardNumber) : 0,
2677
- canConfiguration: s(e.canConfiguration) ? C.fromJSON(e.canConfiguration) : void 0,
2678
- linConfiguration: s(e.linConfiguration) ? p.fromJSON(e.linConfiguration) : void 0
2662
+ canConfiguration: s(e.canConfiguration) ? G.fromJSON(e.canConfiguration) : void 0,
2663
+ linConfiguration: s(e.linConfiguration) ? C.fromJSON(e.linConfiguration) : void 0
2679
2664
  };
2680
2665
  },
2681
2666
  toJSON(e) {
2682
2667
  const n = {};
2683
- return e.channelNumber !== 0 && (n.channelNumber = Math.round(e.channelNumber)), e.lockedToSerialNumber !== !1 && (n.lockedToSerialNumber = e.lockedToSerialNumber), e.deviceProductCode !== "" && (n.deviceProductCode = e.deviceProductCode), e.deviceSerialNumber !== "" && (n.deviceSerialNumber = e.deviceSerialNumber), e.channelNumberOnDevice !== 0 && (n.channelNumberOnDevice = Math.round(e.channelNumberOnDevice)), e.deviceCardType !== 0 && (n.deviceCardType = Math.round(e.deviceCardType)), e.deviceCardNumber !== 0 && (n.deviceCardNumber = Math.round(e.deviceCardNumber)), e.canConfiguration !== void 0 && (n.canConfiguration = C.toJSON(e.canConfiguration)), e.linConfiguration !== void 0 && (n.linConfiguration = p.toJSON(e.linConfiguration)), n;
2668
+ return e.channelNumber !== 0 && (n.channelNumber = Math.round(e.channelNumber)), e.lockedToSerialNumber !== !1 && (n.lockedToSerialNumber = e.lockedToSerialNumber), e.deviceProductCode !== "" && (n.deviceProductCode = e.deviceProductCode), e.deviceSerialNumber !== "" && (n.deviceSerialNumber = e.deviceSerialNumber), e.channelNumberOnDevice !== 0 && (n.channelNumberOnDevice = Math.round(e.channelNumberOnDevice)), e.deviceCardType !== 0 && (n.deviceCardType = Math.round(e.deviceCardType)), e.deviceCardNumber !== 0 && (n.deviceCardNumber = Math.round(e.deviceCardNumber)), e.canConfiguration !== void 0 && (n.canConfiguration = G.toJSON(e.canConfiguration)), e.linConfiguration !== void 0 && (n.linConfiguration = C.toJSON(e.linConfiguration)), n;
2684
2669
  },
2685
2670
  create(e) {
2686
2671
  return k.fromPartial(e ?? {});
2687
2672
  },
2688
2673
  fromPartial(e) {
2689
- const n = he();
2690
- return n.channelNumber = e.channelNumber ?? 0, n.lockedToSerialNumber = e.lockedToSerialNumber ?? !1, n.deviceProductCode = e.deviceProductCode ?? "", n.deviceSerialNumber = e.deviceSerialNumber ?? "", n.channelNumberOnDevice = e.channelNumberOnDevice ?? 0, n.deviceCardType = e.deviceCardType ?? 0, n.deviceCardNumber = e.deviceCardNumber ?? 0, n.canConfiguration = e.canConfiguration !== void 0 && e.canConfiguration !== null ? C.fromPartial(e.canConfiguration) : void 0, n.linConfiguration = e.linConfiguration !== void 0 && e.linConfiguration !== null ? p.fromPartial(e.linConfiguration) : void 0, n;
2674
+ const n = Fe();
2675
+ return n.channelNumber = e.channelNumber ?? 0, n.lockedToSerialNumber = e.lockedToSerialNumber ?? !1, n.deviceProductCode = e.deviceProductCode ?? "", n.deviceSerialNumber = e.deviceSerialNumber ?? "", n.channelNumberOnDevice = e.channelNumberOnDevice ?? 0, n.deviceCardType = e.deviceCardType ?? 0, n.deviceCardNumber = e.deviceCardNumber ?? 0, n.canConfiguration = e.canConfiguration !== void 0 && e.canConfiguration !== null ? G.fromPartial(e.canConfiguration) : void 0, n.linConfiguration = e.linConfiguration !== void 0 && e.linConfiguration !== null ? C.fromPartial(e.linConfiguration) : void 0, n;
2691
2676
  }
2692
2677
  };
2693
2678
  function me() {
@@ -3061,17 +3046,17 @@ const D = {
3061
3046
  return n.channelIdentifier = e.channelIdentifier ?? "", n.frame = e.frame !== void 0 && e.frame !== null ? L.fromPartial(e.frame) : void 0, n.randomInterval = e.randomInterval ?? !1, n.constantIntervalMs = e.constantIntervalMs ?? 0, n.randomIntervalMinMs = e.randomIntervalMinMs ?? 0, n.randomIntervalMaxMs = e.randomIntervalMaxMs ?? 0, n.numberOfMessages = e.numberOfMessages ?? 0, n.randomDataLength = e.randomDataLength ?? !1, n.randomMessageData = e.randomMessageData ?? !1, n.randomIdentifier = e.randomIdentifier ?? !1, n.scanIdentifier = e.scanIdentifier ?? !1, n.identifierMin = e.identifierMin ?? 0, n.identifierMax = e.identifierMax ?? 0, n.randomBurstSize = e.randomBurstSize ?? !1, n.constantBurstSize = e.constantBurstSize ?? 0, n.randomBurstSizeMin = e.randomBurstSizeMin ?? 0, n.randomBurstSizeMax = e.randomBurstSizeMax ?? 0, n;
3062
3047
  }
3063
3048
  };
3064
- function Ge() {
3049
+ function pe() {
3065
3050
  return { stdCanIds: "", extCanIds: "", filterType: "" };
3066
3051
  }
3067
- const T = {
3052
+ const I = {
3068
3053
  encode(e, n = new o()) {
3069
3054
  return e.stdCanIds !== "" && n.uint32(10).string(e.stdCanIds), e.extCanIds !== "" && n.uint32(18).string(e.extCanIds), e.filterType !== "" && n.uint32(26).string(e.filterType), n;
3070
3055
  },
3071
3056
  decode(e, n) {
3072
3057
  const i = e instanceof u ? e : new u(e);
3073
3058
  let a = n === void 0 ? i.len : i.pos + n;
3074
- const r = Ge();
3059
+ const r = pe();
3075
3060
  for (; i.pos < a; ) {
3076
3061
  const t = i.uint32();
3077
3062
  switch (t >>> 3) {
@@ -3112,14 +3097,14 @@ const T = {
3112
3097
  return e.stdCanIds !== "" && (n.stdCanIds = e.stdCanIds), e.extCanIds !== "" && (n.extCanIds = e.extCanIds), e.filterType !== "" && (n.filterType = e.filterType), n;
3113
3098
  },
3114
3099
  create(e) {
3115
- return T.fromPartial(e ?? {});
3100
+ return I.fromPartial(e ?? {});
3116
3101
  },
3117
3102
  fromPartial(e) {
3118
- const n = Ge();
3103
+ const n = pe();
3119
3104
  return n.stdCanIds = e.stdCanIds ?? "", n.extCanIds = e.extCanIds ?? "", n.filterType = e.filterType ?? "", n;
3120
3105
  }
3121
3106
  };
3122
- function Ce() {
3107
+ function Ge() {
3123
3108
  return { databaseFiles: [] };
3124
3109
  }
3125
3110
  const b = {
@@ -3131,7 +3116,7 @@ const b = {
3131
3116
  decode(e, n) {
3132
3117
  const i = e instanceof u ? e : new u(e);
3133
3118
  let a = n === void 0 ? i.len : i.pos + n;
3134
- const r = Ce();
3119
+ const r = Ge();
3135
3120
  for (; i.pos < a; ) {
3136
3121
  const t = i.uint32();
3137
3122
  switch (t >>> 3) {
@@ -3163,11 +3148,11 @@ const b = {
3163
3148
  },
3164
3149
  fromPartial(e) {
3165
3150
  var i;
3166
- const n = Ce();
3151
+ const n = Ge();
3167
3152
  return n.databaseFiles = ((i = e.databaseFiles) == null ? void 0 : i.map((a) => a)) || [], n;
3168
3153
  }
3169
3154
  };
3170
- function pe() {
3155
+ function Ce() {
3171
3156
  return { j1939Settings: void 0 };
3172
3157
  }
3173
3158
  const V = {
@@ -3177,7 +3162,7 @@ const V = {
3177
3162
  decode(e, n) {
3178
3163
  const i = e instanceof u ? e : new u(e);
3179
3164
  let a = n === void 0 ? i.len : i.pos + n;
3180
- const r = pe();
3165
+ const r = Ce();
3181
3166
  for (; i.pos < a; ) {
3182
3167
  const t = i.uint32();
3183
3168
  switch (t >>> 3) {
@@ -3207,7 +3192,7 @@ const V = {
3207
3192
  return V.fromPartial(e ?? {});
3208
3193
  },
3209
3194
  fromPartial(e) {
3210
- const n = pe();
3195
+ const n = Ce();
3211
3196
  return n.j1939Settings = e.j1939Settings !== void 0 && e.j1939Settings !== null ? y.fromPartial(e.j1939Settings) : void 0, n;
3212
3197
  }
3213
3198
  };
@@ -3246,7 +3231,7 @@ const y = {
3246
3231
  function Pe() {
3247
3232
  return { extensionName: "", configuration: void 0 };
3248
3233
  }
3249
- const U = {
3234
+ const x = {
3250
3235
  encode(e, n = new o()) {
3251
3236
  return e.extensionName !== "" && n.uint32(10).string(e.extensionName), e.configuration !== void 0 && n.uint32(18).string(e.configuration), n;
3252
3237
  },
@@ -3287,7 +3272,7 @@ const U = {
3287
3272
  return e.extensionName !== "" && (n.extensionName = e.extensionName), e.configuration !== void 0 && (n.configuration = e.configuration), n;
3288
3273
  },
3289
3274
  create(e) {
3290
- return U.fromPartial(e ?? {});
3275
+ return x.fromPartial(e ?? {});
3291
3276
  },
3292
3277
  fromPartial(e) {
3293
3278
  const n = Pe();
@@ -3297,7 +3282,7 @@ const U = {
3297
3282
  function De() {
3298
3283
  return { frameId: "", frameIdType: "" };
3299
3284
  }
3300
- const x = {
3285
+ const U = {
3301
3286
  encode(e, n = new o()) {
3302
3287
  return e.frameId !== "" && n.uint32(10).string(e.frameId), e.frameIdType !== "" && n.uint32(18).string(e.frameIdType), n;
3303
3288
  },
@@ -3338,7 +3323,7 @@ const x = {
3338
3323
  return e.frameId !== "" && (n.frameId = e.frameId), e.frameIdType !== "" && (n.frameIdType = e.frameIdType), n;
3339
3324
  },
3340
3325
  create(e) {
3341
- return x.fromPartial(e ?? {});
3326
+ return U.fromPartial(e ?? {});
3342
3327
  },
3343
3328
  fromPartial(e) {
3344
3329
  const n = De();
@@ -3423,13 +3408,13 @@ const B = {
3423
3408
  signalValue: s(e.signalValue) ? globalThis.Number(e.signalValue) : 0,
3424
3409
  signalMinValue: s(e.signalMinValue) ? globalThis.Number(e.signalMinValue) : 0,
3425
3410
  signalMaxValue: s(e.signalMaxValue) ? globalThis.Number(e.signalMaxValue) : 0,
3426
- operator: s(e.operator) ? Gn(e.operator) : 0,
3411
+ operator: s(e.operator) ? pn(e.operator) : 0,
3427
3412
  frameIdType: s(e.frameIdType) ? globalThis.String(e.frameIdType) : ""
3428
3413
  };
3429
3414
  },
3430
3415
  toJSON(e) {
3431
3416
  const n = {};
3432
- return e.frameId !== "" && (n.frameId = e.frameId), e.signalQualifiedName !== "" && (n.signalQualifiedName = e.signalQualifiedName), e.signalValue !== 0 && (n.signalValue = e.signalValue), e.signalMinValue !== 0 && (n.signalMinValue = e.signalMinValue), e.signalMaxValue !== 0 && (n.signalMaxValue = e.signalMaxValue), e.operator !== 0 && (n.operator = Cn(e.operator)), e.frameIdType !== "" && (n.frameIdType = e.frameIdType), n;
3417
+ return e.frameId !== "" && (n.frameId = e.frameId), e.signalQualifiedName !== "" && (n.signalQualifiedName = e.signalQualifiedName), e.signalValue !== 0 && (n.signalValue = e.signalValue), e.signalMinValue !== 0 && (n.signalMinValue = e.signalMinValue), e.signalMaxValue !== 0 && (n.signalMaxValue = e.signalMaxValue), e.operator !== 0 && (n.operator = Gn(e.operator)), e.frameIdType !== "" && (n.frameIdType = e.frameIdType), n;
3433
3418
  },
3434
3419
  create(e) {
3435
3420
  return B.fromPartial(e ?? {});
@@ -3444,7 +3429,7 @@ function Ve() {
3444
3429
  }
3445
3430
  const R = {
3446
3431
  encode(e, n = new o()) {
3447
- return e.timeoutTrigger !== void 0 && n.uint32(17).double(e.timeoutTrigger), e.frameReceivedTrigger !== void 0 && x.encode(e.frameReceivedTrigger, n.uint32(26).fork()).join(), e.signalValueTrigger !== void 0 && B.encode(e.signalValueTrigger, n.uint32(34).fork()).join(), n;
3432
+ return e.timeoutTrigger !== void 0 && n.uint32(17).double(e.timeoutTrigger), e.frameReceivedTrigger !== void 0 && U.encode(e.frameReceivedTrigger, n.uint32(26).fork()).join(), e.signalValueTrigger !== void 0 && B.encode(e.signalValueTrigger, n.uint32(34).fork()).join(), n;
3448
3433
  },
3449
3434
  decode(e, n) {
3450
3435
  const i = e instanceof u ? e : new u(e);
@@ -3462,7 +3447,7 @@ const R = {
3462
3447
  case 3: {
3463
3448
  if (t !== 26)
3464
3449
  break;
3465
- r.frameReceivedTrigger = x.decode(i, i.uint32());
3450
+ r.frameReceivedTrigger = U.decode(i, i.uint32());
3466
3451
  continue;
3467
3452
  }
3468
3453
  case 4: {
@@ -3481,20 +3466,20 @@ const R = {
3481
3466
  fromJSON(e) {
3482
3467
  return {
3483
3468
  timeoutTrigger: s(e.timeoutTrigger) ? globalThis.Number(e.timeoutTrigger) : void 0,
3484
- frameReceivedTrigger: s(e.frameReceivedTrigger) ? x.fromJSON(e.frameReceivedTrigger) : void 0,
3469
+ frameReceivedTrigger: s(e.frameReceivedTrigger) ? U.fromJSON(e.frameReceivedTrigger) : void 0,
3485
3470
  signalValueTrigger: s(e.signalValueTrigger) ? B.fromJSON(e.signalValueTrigger) : void 0
3486
3471
  };
3487
3472
  },
3488
3473
  toJSON(e) {
3489
3474
  const n = {};
3490
- return e.timeoutTrigger !== void 0 && (n.timeoutTrigger = e.timeoutTrigger), e.frameReceivedTrigger !== void 0 && (n.frameReceivedTrigger = x.toJSON(e.frameReceivedTrigger)), e.signalValueTrigger !== void 0 && (n.signalValueTrigger = B.toJSON(e.signalValueTrigger)), n;
3475
+ return e.timeoutTrigger !== void 0 && (n.timeoutTrigger = e.timeoutTrigger), e.frameReceivedTrigger !== void 0 && (n.frameReceivedTrigger = U.toJSON(e.frameReceivedTrigger)), e.signalValueTrigger !== void 0 && (n.signalValueTrigger = B.toJSON(e.signalValueTrigger)), n;
3491
3476
  },
3492
3477
  create(e) {
3493
3478
  return R.fromPartial(e ?? {});
3494
3479
  },
3495
3480
  fromPartial(e) {
3496
3481
  const n = Ve();
3497
- return n.timeoutTrigger = e.timeoutTrigger ?? void 0, n.frameReceivedTrigger = e.frameReceivedTrigger !== void 0 && e.frameReceivedTrigger !== null ? x.fromPartial(e.frameReceivedTrigger) : void 0, n.signalValueTrigger = e.signalValueTrigger !== void 0 && e.signalValueTrigger !== null ? B.fromPartial(e.signalValueTrigger) : void 0, n;
3482
+ return n.timeoutTrigger = e.timeoutTrigger ?? void 0, n.frameReceivedTrigger = e.frameReceivedTrigger !== void 0 && e.frameReceivedTrigger !== null ? U.fromPartial(e.frameReceivedTrigger) : void 0, n.signalValueTrigger = e.signalValueTrigger !== void 0 && e.signalValueTrigger !== null ? B.fromPartial(e.signalValueTrigger) : void 0, n;
3498
3483
  }
3499
3484
  };
3500
3485
  function ye() {
@@ -3522,7 +3507,7 @@ function ye() {
3522
3507
  }
3523
3508
  const v = {
3524
3509
  encode(e, n = new o()) {
3525
- e.fileName !== "" && n.uint32(10).string(e.fileName), e.fileFormat !== 0 && n.uint32(16).int32(e.fileFormat), e.fileConflictAction !== 0 && n.uint32(24).int32(e.fileConflictAction), e.canMessageFilter !== void 0 && T.encode(e.canMessageFilter, n.uint32(34).fork()).join();
3510
+ e.fileName !== "" && n.uint32(10).string(e.fileName), e.fileFormat !== 0 && n.uint32(16).int32(e.fileFormat), e.fileConflictAction !== 0 && n.uint32(24).int32(e.fileConflictAction), e.canMessageFilter !== void 0 && I.encode(e.canMessageFilter, n.uint32(34).fork()).join();
3526
3511
  for (const i of e.startTriggerSettings)
3527
3512
  R.encode(i, n.uint32(42).fork()).join();
3528
3513
  e.startTriggersOperator !== 0 && n.uint32(48).int32(e.startTriggersOperator);
@@ -3558,7 +3543,7 @@ const v = {
3558
3543
  case 4: {
3559
3544
  if (t !== 34)
3560
3545
  break;
3561
- r.canMessageFilter = T.decode(i, i.uint32());
3546
+ r.canMessageFilter = I.decode(i, i.uint32());
3562
3547
  continue;
3563
3548
  }
3564
3549
  case 5: {
@@ -3663,7 +3648,7 @@ const v = {
3663
3648
  fileName: s(e.fileName) ? globalThis.String(e.fileName) : "",
3664
3649
  fileFormat: s(e.fileFormat) ? Pn(e.fileFormat) : 0,
3665
3650
  fileConflictAction: s(e.fileConflictAction) ? Vn(e.fileConflictAction) : 0,
3666
- canMessageFilter: s(e.canMessageFilter) ? T.fromJSON(e.canMessageFilter) : void 0,
3651
+ canMessageFilter: s(e.canMessageFilter) ? I.fromJSON(e.canMessageFilter) : void 0,
3667
3652
  startTriggerSettings: globalThis.Array.isArray(e == null ? void 0 : e.startTriggerSettings) ? e.startTriggerSettings.map((n) => R.fromJSON(n)) : [],
3668
3653
  startTriggersOperator: s(e.startTriggersOperator) ? Oe(e.startTriggersOperator) : 0,
3669
3654
  stopTriggerSettings: globalThis.Array.isArray(e == null ? void 0 : e.stopTriggerSettings) ? e.stopTriggerSettings.map((n) => R.fromJSON(n)) : [],
@@ -3672,11 +3657,11 @@ const v = {
3672
3657
  writeFileHeader: s(e.writeFileHeader) ? globalThis.Boolean(e.writeFileHeader) : void 0,
3673
3658
  dataInHex: s(e.dataInHex) ? globalThis.Boolean(e.dataInHex) : void 0,
3674
3659
  idInHex: s(e.idInHex) ? globalThis.Boolean(e.idInHex) : void 0,
3675
- decimalSeparator: s(e.decimalSeparator) ? xn(e.decimalSeparator) : void 0,
3660
+ decimalSeparator: s(e.decimalSeparator) ? Un(e.decimalSeparator) : void 0,
3676
3661
  colSeparator: s(e.colSeparator) ? Jn(e.colSeparator) : void 0,
3677
3662
  dataBytesLimit: s(e.dataBytesLimit) ? globalThis.Number(e.dataBytesLimit) : void 0,
3678
3663
  numberOfTimeDecimals: s(e.numberOfTimeDecimals) ? globalThis.Number(e.numberOfTimeDecimals) : void 0,
3679
- timeReference: s(e.timeReference) ? Qn(e.timeReference) : void 0,
3664
+ timeReference: s(e.timeReference) ? Xn(e.timeReference) : void 0,
3680
3665
  calendarTime: s(e.calendarTime) ? globalThis.Boolean(e.calendarTime) : void 0,
3681
3666
  utcTime: s(e.utcTime) ? globalThis.Boolean(e.utcTime) : void 0
3682
3667
  };
@@ -3684,7 +3669,7 @@ const v = {
3684
3669
  toJSON(e) {
3685
3670
  var i, a;
3686
3671
  const n = {};
3687
- return e.fileName !== "" && (n.fileName = e.fileName), e.fileFormat !== 0 && (n.fileFormat = Dn(e.fileFormat)), e.fileConflictAction !== 0 && (n.fileConflictAction = yn(e.fileConflictAction)), e.canMessageFilter !== void 0 && (n.canMessageFilter = T.toJSON(e.canMessageFilter)), (i = e.startTriggerSettings) != null && i.length && (n.startTriggerSettings = e.startTriggerSettings.map((r) => R.toJSON(r))), e.startTriggersOperator !== 0 && (n.startTriggersOperator = Ie(e.startTriggersOperator)), (a = e.stopTriggerSettings) != null && a.length && (n.stopTriggerSettings = e.stopTriggerSettings.map((r) => R.toJSON(r))), e.stopTriggersOperator !== 0 && (n.stopTriggersOperator = Ie(e.stopTriggersOperator)), e.autoRestartAfterStop !== !1 && (n.autoRestartAfterStop = e.autoRestartAfterStop), e.writeFileHeader !== void 0 && (n.writeFileHeader = e.writeFileHeader), e.dataInHex !== void 0 && (n.dataInHex = e.dataInHex), e.idInHex !== void 0 && (n.idInHex = e.idInHex), e.decimalSeparator !== void 0 && (n.decimalSeparator = Bn(e.decimalSeparator)), e.colSeparator !== void 0 && (n.colSeparator = wn(e.colSeparator)), e.dataBytesLimit !== void 0 && (n.dataBytesLimit = Math.round(e.dataBytesLimit)), e.numberOfTimeDecimals !== void 0 && (n.numberOfTimeDecimals = Math.round(e.numberOfTimeDecimals)), e.timeReference !== void 0 && (n.timeReference = Xn(e.timeReference)), e.calendarTime !== void 0 && (n.calendarTime = e.calendarTime), e.utcTime !== void 0 && (n.utcTime = e.utcTime), n;
3672
+ return e.fileName !== "" && (n.fileName = e.fileName), e.fileFormat !== 0 && (n.fileFormat = Dn(e.fileFormat)), e.fileConflictAction !== 0 && (n.fileConflictAction = yn(e.fileConflictAction)), e.canMessageFilter !== void 0 && (n.canMessageFilter = I.toJSON(e.canMessageFilter)), (i = e.startTriggerSettings) != null && i.length && (n.startTriggerSettings = e.startTriggerSettings.map((r) => R.toJSON(r))), e.startTriggersOperator !== 0 && (n.startTriggersOperator = Ie(e.startTriggersOperator)), (a = e.stopTriggerSettings) != null && a.length && (n.stopTriggerSettings = e.stopTriggerSettings.map((r) => R.toJSON(r))), e.stopTriggersOperator !== 0 && (n.stopTriggersOperator = Ie(e.stopTriggersOperator)), e.autoRestartAfterStop !== !1 && (n.autoRestartAfterStop = e.autoRestartAfterStop), e.writeFileHeader !== void 0 && (n.writeFileHeader = e.writeFileHeader), e.dataInHex !== void 0 && (n.dataInHex = e.dataInHex), e.idInHex !== void 0 && (n.idInHex = e.idInHex), e.decimalSeparator !== void 0 && (n.decimalSeparator = Bn(e.decimalSeparator)), e.colSeparator !== void 0 && (n.colSeparator = wn(e.colSeparator)), e.dataBytesLimit !== void 0 && (n.dataBytesLimit = Math.round(e.dataBytesLimit)), e.numberOfTimeDecimals !== void 0 && (n.numberOfTimeDecimals = Math.round(e.numberOfTimeDecimals)), e.timeReference !== void 0 && (n.timeReference = Qn(e.timeReference)), e.calendarTime !== void 0 && (n.calendarTime = e.calendarTime), e.utcTime !== void 0 && (n.utcTime = e.utcTime), n;
3688
3673
  },
3689
3674
  create(e) {
3690
3675
  return v.fromPartial(e ?? {});
@@ -3692,10 +3677,10 @@ const v = {
3692
3677
  fromPartial(e) {
3693
3678
  var i, a;
3694
3679
  const n = ye();
3695
- return n.fileName = e.fileName ?? "", n.fileFormat = e.fileFormat ?? 0, n.fileConflictAction = e.fileConflictAction ?? 0, n.canMessageFilter = e.canMessageFilter !== void 0 && e.canMessageFilter !== null ? T.fromPartial(e.canMessageFilter) : void 0, n.startTriggerSettings = ((i = e.startTriggerSettings) == null ? void 0 : i.map((r) => R.fromPartial(r))) || [], n.startTriggersOperator = e.startTriggersOperator ?? 0, n.stopTriggerSettings = ((a = e.stopTriggerSettings) == null ? void 0 : a.map((r) => R.fromPartial(r))) || [], n.stopTriggersOperator = e.stopTriggersOperator ?? 0, n.autoRestartAfterStop = e.autoRestartAfterStop ?? !1, n.writeFileHeader = e.writeFileHeader ?? void 0, n.dataInHex = e.dataInHex ?? void 0, n.idInHex = e.idInHex ?? void 0, n.decimalSeparator = e.decimalSeparator ?? void 0, n.colSeparator = e.colSeparator ?? void 0, n.dataBytesLimit = e.dataBytesLimit ?? void 0, n.numberOfTimeDecimals = e.numberOfTimeDecimals ?? void 0, n.timeReference = e.timeReference ?? void 0, n.calendarTime = e.calendarTime ?? void 0, n.utcTime = e.utcTime ?? void 0, n;
3680
+ return n.fileName = e.fileName ?? "", n.fileFormat = e.fileFormat ?? 0, n.fileConflictAction = e.fileConflictAction ?? 0, n.canMessageFilter = e.canMessageFilter !== void 0 && e.canMessageFilter !== null ? I.fromPartial(e.canMessageFilter) : void 0, n.startTriggerSettings = ((i = e.startTriggerSettings) == null ? void 0 : i.map((r) => R.fromPartial(r))) || [], n.startTriggersOperator = e.startTriggersOperator ?? 0, n.stopTriggerSettings = ((a = e.stopTriggerSettings) == null ? void 0 : a.map((r) => R.fromPartial(r))) || [], n.stopTriggersOperator = e.stopTriggersOperator ?? 0, n.autoRestartAfterStop = e.autoRestartAfterStop ?? !1, n.writeFileHeader = e.writeFileHeader ?? void 0, n.dataInHex = e.dataInHex ?? void 0, n.idInHex = e.idInHex ?? void 0, n.decimalSeparator = e.decimalSeparator ?? void 0, n.colSeparator = e.colSeparator ?? void 0, n.dataBytesLimit = e.dataBytesLimit ?? void 0, n.numberOfTimeDecimals = e.numberOfTimeDecimals ?? void 0, n.timeReference = e.timeReference ?? void 0, n.calendarTime = e.calendarTime ?? void 0, n.utcTime = e.utcTime ?? void 0, n;
3696
3681
  }
3697
3682
  };
3698
- function Ue() {
3683
+ function xe() {
3699
3684
  return {
3700
3685
  identifier: "",
3701
3686
  name: "",
@@ -3705,7 +3690,7 @@ function Ue() {
3705
3690
  disabled: !1
3706
3691
  };
3707
3692
  }
3708
- const _ = {
3693
+ const N = {
3709
3694
  encode(e, n = new o()) {
3710
3695
  e.identifier !== "" && n.uint32(10).string(e.identifier), e.name !== "" && n.uint32(18).string(e.name);
3711
3696
  for (const i of e.description)
@@ -3715,7 +3700,7 @@ const _ = {
3715
3700
  decode(e, n) {
3716
3701
  const i = e instanceof u ? e : new u(e);
3717
3702
  let a = n === void 0 ? i.len : i.pos + n;
3718
- const r = Ue();
3703
+ const r = xe();
3719
3704
  for (; i.pos < a; ) {
3720
3705
  const t = i.uint32();
3721
3706
  switch (t >>> 3) {
@@ -3778,15 +3763,15 @@ const _ = {
3778
3763
  return e.identifier !== "" && (n.identifier = e.identifier), e.name !== "" && (n.name = e.name), (i = e.description) != null && i.length && (n.description = e.description), e.readOnlyProperties !== !1 && (n.readOnlyProperties = e.readOnlyProperties), e.readOnlyConnections !== !1 && (n.readOnlyConnections = e.readOnlyConnections), e.disabled !== !1 && (n.disabled = e.disabled), n;
3779
3764
  },
3780
3765
  create(e) {
3781
- return _.fromPartial(e ?? {});
3766
+ return N.fromPartial(e ?? {});
3782
3767
  },
3783
3768
  fromPartial(e) {
3784
3769
  var i;
3785
- const n = Ue();
3770
+ const n = xe();
3786
3771
  return n.identifier = e.identifier ?? "", n.name = e.name ?? "", n.description = ((i = e.description) == null ? void 0 : i.map((a) => a)) || [], n.readOnlyProperties = e.readOnlyProperties ?? !1, n.readOnlyConnections = e.readOnlyConnections ?? !1, n.disabled = e.disabled ?? !1, n;
3787
3772
  }
3788
3773
  };
3789
- function xe() {
3774
+ function Ue() {
3790
3775
  return {
3791
3776
  baseNode: void 0,
3792
3777
  isDataGenerator: !1,
@@ -3797,19 +3782,19 @@ function xe() {
3797
3782
  }
3798
3783
  const J = {
3799
3784
  encode(e, n = new o()) {
3800
- return e.baseNode !== void 0 && _.encode(e.baseNode, n.uint32(10).fork()).join(), e.isDataGenerator !== !1 && n.uint32(16).bool(e.isDataGenerator), e.channelSettings !== void 0 && k.encode(e.channelSettings, n.uint32(26).fork()).join(), e.logReplaySettings !== void 0 && P.encode(e.logReplaySettings, n.uint32(34).fork()).join(), e.trafficGeneratorSettings !== void 0 && D.encode(e.trafficGeneratorSettings, n.uint32(42).fork()).join(), n;
3785
+ return e.baseNode !== void 0 && N.encode(e.baseNode, n.uint32(10).fork()).join(), e.isDataGenerator !== !1 && n.uint32(16).bool(e.isDataGenerator), e.channelSettings !== void 0 && k.encode(e.channelSettings, n.uint32(26).fork()).join(), e.logReplaySettings !== void 0 && P.encode(e.logReplaySettings, n.uint32(34).fork()).join(), e.trafficGeneratorSettings !== void 0 && D.encode(e.trafficGeneratorSettings, n.uint32(42).fork()).join(), n;
3801
3786
  },
3802
3787
  decode(e, n) {
3803
3788
  const i = e instanceof u ? e : new u(e);
3804
3789
  let a = n === void 0 ? i.len : i.pos + n;
3805
- const r = xe();
3790
+ const r = Ue();
3806
3791
  for (; i.pos < a; ) {
3807
3792
  const t = i.uint32();
3808
3793
  switch (t >>> 3) {
3809
3794
  case 1: {
3810
3795
  if (t !== 10)
3811
3796
  break;
3812
- r.baseNode = _.decode(i, i.uint32());
3797
+ r.baseNode = N.decode(i, i.uint32());
3813
3798
  continue;
3814
3799
  }
3815
3800
  case 2: {
@@ -3845,7 +3830,7 @@ const J = {
3845
3830
  },
3846
3831
  fromJSON(e) {
3847
3832
  return {
3848
- baseNode: s(e.baseNode) ? _.fromJSON(e.baseNode) : void 0,
3833
+ baseNode: s(e.baseNode) ? N.fromJSON(e.baseNode) : void 0,
3849
3834
  isDataGenerator: s(e.isDataGenerator) ? globalThis.Boolean(e.isDataGenerator) : !1,
3850
3835
  channelSettings: s(e.channelSettings) ? k.fromJSON(e.channelSettings) : void 0,
3851
3836
  logReplaySettings: s(e.logReplaySettings) ? P.fromJSON(e.logReplaySettings) : void 0,
@@ -3854,14 +3839,14 @@ const J = {
3854
3839
  },
3855
3840
  toJSON(e) {
3856
3841
  const n = {};
3857
- return e.baseNode !== void 0 && (n.baseNode = _.toJSON(e.baseNode)), e.isDataGenerator !== !1 && (n.isDataGenerator = e.isDataGenerator), e.channelSettings !== void 0 && (n.channelSettings = k.toJSON(e.channelSettings)), e.logReplaySettings !== void 0 && (n.logReplaySettings = P.toJSON(e.logReplaySettings)), e.trafficGeneratorSettings !== void 0 && (n.trafficGeneratorSettings = D.toJSON(e.trafficGeneratorSettings)), n;
3842
+ return e.baseNode !== void 0 && (n.baseNode = N.toJSON(e.baseNode)), e.isDataGenerator !== !1 && (n.isDataGenerator = e.isDataGenerator), e.channelSettings !== void 0 && (n.channelSettings = k.toJSON(e.channelSettings)), e.logReplaySettings !== void 0 && (n.logReplaySettings = P.toJSON(e.logReplaySettings)), e.trafficGeneratorSettings !== void 0 && (n.trafficGeneratorSettings = D.toJSON(e.trafficGeneratorSettings)), n;
3858
3843
  },
3859
3844
  create(e) {
3860
3845
  return J.fromPartial(e ?? {});
3861
3846
  },
3862
3847
  fromPartial(e) {
3863
- const n = xe();
3864
- return n.baseNode = e.baseNode !== void 0 && e.baseNode !== null ? _.fromPartial(e.baseNode) : void 0, n.isDataGenerator = e.isDataGenerator ?? !1, n.channelSettings = e.channelSettings !== void 0 && e.channelSettings !== null ? k.fromPartial(e.channelSettings) : void 0, n.logReplaySettings = e.logReplaySettings !== void 0 && e.logReplaySettings !== null ? P.fromPartial(e.logReplaySettings) : void 0, n.trafficGeneratorSettings = e.trafficGeneratorSettings !== void 0 && e.trafficGeneratorSettings !== null ? D.fromPartial(e.trafficGeneratorSettings) : void 0, n;
3848
+ const n = Ue();
3849
+ return n.baseNode = e.baseNode !== void 0 && e.baseNode !== null ? N.fromPartial(e.baseNode) : void 0, n.isDataGenerator = e.isDataGenerator ?? !1, n.channelSettings = e.channelSettings !== void 0 && e.channelSettings !== null ? k.fromPartial(e.channelSettings) : void 0, n.logReplaySettings = e.logReplaySettings !== void 0 && e.logReplaySettings !== null ? P.fromPartial(e.logReplaySettings) : void 0, n.trafficGeneratorSettings = e.trafficGeneratorSettings !== void 0 && e.trafficGeneratorSettings !== null ? D.fromPartial(e.trafficGeneratorSettings) : void 0, n;
3865
3850
  }
3866
3851
  };
3867
3852
  function Be() {
@@ -3876,10 +3861,10 @@ function Be() {
3876
3861
  }
3877
3862
  const w = {
3878
3863
  encode(e, n = new o()) {
3879
- e.baseNode !== void 0 && _.encode(e.baseNode, n.uint32(10).fork()).join();
3864
+ e.baseNode !== void 0 && N.encode(e.baseNode, n.uint32(10).fork()).join();
3880
3865
  for (const i of e.connectedNodes)
3881
3866
  n.uint32(18).string(i);
3882
- return e.canMessageFilterSettings !== void 0 && T.encode(e.canMessageFilterSettings, n.uint32(26).fork()).join(), e.databasesSettings !== void 0 && b.encode(e.databasesSettings, n.uint32(34).fork()).join(), e.interpreterSettings !== void 0 && V.encode(e.interpreterSettings, n.uint32(42).fork()).join(), e.extensionSettings !== void 0 && U.encode(e.extensionSettings, n.uint32(50).fork()).join(), n;
3867
+ return e.canMessageFilterSettings !== void 0 && I.encode(e.canMessageFilterSettings, n.uint32(26).fork()).join(), e.databasesSettings !== void 0 && b.encode(e.databasesSettings, n.uint32(34).fork()).join(), e.interpreterSettings !== void 0 && V.encode(e.interpreterSettings, n.uint32(42).fork()).join(), e.extensionSettings !== void 0 && x.encode(e.extensionSettings, n.uint32(50).fork()).join(), n;
3883
3868
  },
3884
3869
  decode(e, n) {
3885
3870
  const i = e instanceof u ? e : new u(e);
@@ -3891,7 +3876,7 @@ const w = {
3891
3876
  case 1: {
3892
3877
  if (t !== 10)
3893
3878
  break;
3894
- r.baseNode = _.decode(i, i.uint32());
3879
+ r.baseNode = N.decode(i, i.uint32());
3895
3880
  continue;
3896
3881
  }
3897
3882
  case 2: {
@@ -3903,7 +3888,7 @@ const w = {
3903
3888
  case 3: {
3904
3889
  if (t !== 26)
3905
3890
  break;
3906
- r.canMessageFilterSettings = T.decode(i, i.uint32());
3891
+ r.canMessageFilterSettings = I.decode(i, i.uint32());
3907
3892
  continue;
3908
3893
  }
3909
3894
  case 4: {
@@ -3921,7 +3906,7 @@ const w = {
3921
3906
  case 6: {
3922
3907
  if (t !== 50)
3923
3908
  break;
3924
- r.extensionSettings = U.decode(i, i.uint32());
3909
+ r.extensionSettings = x.decode(i, i.uint32());
3925
3910
  continue;
3926
3911
  }
3927
3912
  }
@@ -3933,18 +3918,18 @@ const w = {
3933
3918
  },
3934
3919
  fromJSON(e) {
3935
3920
  return {
3936
- baseNode: s(e.baseNode) ? _.fromJSON(e.baseNode) : void 0,
3921
+ baseNode: s(e.baseNode) ? N.fromJSON(e.baseNode) : void 0,
3937
3922
  connectedNodes: globalThis.Array.isArray(e == null ? void 0 : e.connectedNodes) ? e.connectedNodes.map((n) => globalThis.String(n)) : [],
3938
- canMessageFilterSettings: s(e.canMessageFilterSettings) ? T.fromJSON(e.canMessageFilterSettings) : void 0,
3923
+ canMessageFilterSettings: s(e.canMessageFilterSettings) ? I.fromJSON(e.canMessageFilterSettings) : void 0,
3939
3924
  databasesSettings: s(e.databasesSettings) ? b.fromJSON(e.databasesSettings) : void 0,
3940
3925
  interpreterSettings: s(e.interpreterSettings) ? V.fromJSON(e.interpreterSettings) : void 0,
3941
- extensionSettings: s(e.extensionSettings) ? U.fromJSON(e.extensionSettings) : void 0
3926
+ extensionSettings: s(e.extensionSettings) ? x.fromJSON(e.extensionSettings) : void 0
3942
3927
  };
3943
3928
  },
3944
3929
  toJSON(e) {
3945
3930
  var i;
3946
3931
  const n = {};
3947
- return e.baseNode !== void 0 && (n.baseNode = _.toJSON(e.baseNode)), (i = e.connectedNodes) != null && i.length && (n.connectedNodes = e.connectedNodes), e.canMessageFilterSettings !== void 0 && (n.canMessageFilterSettings = T.toJSON(e.canMessageFilterSettings)), e.databasesSettings !== void 0 && (n.databasesSettings = b.toJSON(e.databasesSettings)), e.interpreterSettings !== void 0 && (n.interpreterSettings = V.toJSON(e.interpreterSettings)), e.extensionSettings !== void 0 && (n.extensionSettings = U.toJSON(e.extensionSettings)), n;
3932
+ return e.baseNode !== void 0 && (n.baseNode = N.toJSON(e.baseNode)), (i = e.connectedNodes) != null && i.length && (n.connectedNodes = e.connectedNodes), e.canMessageFilterSettings !== void 0 && (n.canMessageFilterSettings = I.toJSON(e.canMessageFilterSettings)), e.databasesSettings !== void 0 && (n.databasesSettings = b.toJSON(e.databasesSettings)), e.interpreterSettings !== void 0 && (n.interpreterSettings = V.toJSON(e.interpreterSettings)), e.extensionSettings !== void 0 && (n.extensionSettings = x.toJSON(e.extensionSettings)), n;
3948
3933
  },
3949
3934
  create(e) {
3950
3935
  return w.fromPartial(e ?? {});
@@ -3952,7 +3937,7 @@ const w = {
3952
3937
  fromPartial(e) {
3953
3938
  var i;
3954
3939
  const n = Be();
3955
- return n.baseNode = e.baseNode !== void 0 && e.baseNode !== null ? _.fromPartial(e.baseNode) : void 0, n.connectedNodes = ((i = e.connectedNodes) == null ? void 0 : i.map((a) => a)) || [], n.canMessageFilterSettings = e.canMessageFilterSettings !== void 0 && e.canMessageFilterSettings !== null ? T.fromPartial(e.canMessageFilterSettings) : void 0, n.databasesSettings = e.databasesSettings !== void 0 && e.databasesSettings !== null ? b.fromPartial(e.databasesSettings) : void 0, n.interpreterSettings = e.interpreterSettings !== void 0 && e.interpreterSettings !== null ? V.fromPartial(e.interpreterSettings) : void 0, n.extensionSettings = e.extensionSettings !== void 0 && e.extensionSettings !== null ? U.fromPartial(e.extensionSettings) : void 0, n;
3940
+ return n.baseNode = e.baseNode !== void 0 && e.baseNode !== null ? N.fromPartial(e.baseNode) : void 0, n.connectedNodes = ((i = e.connectedNodes) == null ? void 0 : i.map((a) => a)) || [], n.canMessageFilterSettings = e.canMessageFilterSettings !== void 0 && e.canMessageFilterSettings !== null ? I.fromPartial(e.canMessageFilterSettings) : void 0, n.databasesSettings = e.databasesSettings !== void 0 && e.databasesSettings !== null ? b.fromPartial(e.databasesSettings) : void 0, n.interpreterSettings = e.interpreterSettings !== void 0 && e.interpreterSettings !== null ? V.fromPartial(e.interpreterSettings) : void 0, n.extensionSettings = e.extensionSettings !== void 0 && e.extensionSettings !== null ? x.fromPartial(e.extensionSettings) : void 0, n;
3956
3941
  }
3957
3942
  };
3958
3943
  function ve() {
@@ -3960,7 +3945,7 @@ function ve() {
3960
3945
  }
3961
3946
  const H = {
3962
3947
  encode(e, n = new o()) {
3963
- e.baseNode !== void 0 && _.encode(e.baseNode, n.uint32(10).fork()).join();
3948
+ e.baseNode !== void 0 && N.encode(e.baseNode, n.uint32(10).fork()).join();
3964
3949
  for (const i of e.connectedNodes)
3965
3950
  n.uint32(18).string(i);
3966
3951
  return e.messageLoggerSettings !== void 0 && v.encode(e.messageLoggerSettings, n.uint32(26).fork()).join(), n;
@@ -3975,7 +3960,7 @@ const H = {
3975
3960
  case 1: {
3976
3961
  if (t !== 10)
3977
3962
  break;
3978
- r.baseNode = _.decode(i, i.uint32());
3963
+ r.baseNode = N.decode(i, i.uint32());
3979
3964
  continue;
3980
3965
  }
3981
3966
  case 2: {
@@ -3999,7 +3984,7 @@ const H = {
3999
3984
  },
4000
3985
  fromJSON(e) {
4001
3986
  return {
4002
- baseNode: s(e.baseNode) ? _.fromJSON(e.baseNode) : void 0,
3987
+ baseNode: s(e.baseNode) ? N.fromJSON(e.baseNode) : void 0,
4003
3988
  connectedNodes: globalThis.Array.isArray(e == null ? void 0 : e.connectedNodes) ? e.connectedNodes.map((n) => globalThis.String(n)) : [],
4004
3989
  messageLoggerSettings: s(e.messageLoggerSettings) ? v.fromJSON(e.messageLoggerSettings) : void 0
4005
3990
  };
@@ -4007,7 +3992,7 @@ const H = {
4007
3992
  toJSON(e) {
4008
3993
  var i;
4009
3994
  const n = {};
4010
- return e.baseNode !== void 0 && (n.baseNode = _.toJSON(e.baseNode)), (i = e.connectedNodes) != null && i.length && (n.connectedNodes = e.connectedNodes), e.messageLoggerSettings !== void 0 && (n.messageLoggerSettings = v.toJSON(e.messageLoggerSettings)), n;
3995
+ return e.baseNode !== void 0 && (n.baseNode = N.toJSON(e.baseNode)), (i = e.connectedNodes) != null && i.length && (n.connectedNodes = e.connectedNodes), e.messageLoggerSettings !== void 0 && (n.messageLoggerSettings = v.toJSON(e.messageLoggerSettings)), n;
4011
3996
  },
4012
3997
  create(e) {
4013
3998
  return H.fromPartial(e ?? {});
@@ -4015,7 +4000,7 @@ const H = {
4015
4000
  fromPartial(e) {
4016
4001
  var i;
4017
4002
  const n = ve();
4018
- return n.baseNode = e.baseNode !== void 0 && e.baseNode !== null ? _.fromPartial(e.baseNode) : void 0, n.connectedNodes = ((i = e.connectedNodes) == null ? void 0 : i.map((a) => a)) || [], n.messageLoggerSettings = e.messageLoggerSettings !== void 0 && e.messageLoggerSettings !== null ? v.fromPartial(e.messageLoggerSettings) : void 0, n;
4003
+ return n.baseNode = e.baseNode !== void 0 && e.baseNode !== null ? N.fromPartial(e.baseNode) : void 0, n.connectedNodes = ((i = e.connectedNodes) == null ? void 0 : i.map((a) => a)) || [], n.messageLoggerSettings = e.messageLoggerSettings !== void 0 && e.messageLoggerSettings !== null ? v.fromPartial(e.messageLoggerSettings) : void 0, n;
4019
4004
  }
4020
4005
  };
4021
4006
  function Je() {
@@ -4099,42 +4084,42 @@ function s(e) {
4099
4084
  }
4100
4085
  export {
4101
4086
  b as $,
4102
- hn as A,
4087
+ Fn as A,
4103
4088
  bn as B,
4104
4089
  ln as C,
4105
4090
  Vn as D,
4106
4091
  yn as E,
4107
- F,
4108
- Un as G,
4109
- xn as H,
4092
+ M as F,
4093
+ xn as G,
4094
+ Un as H,
4110
4095
  Bn as I,
4111
4096
  vn as J,
4112
4097
  Jn as K,
4113
4098
  Nn as L,
4114
4099
  wn as M,
4115
4100
  Hn as N,
4116
- Qn as O,
4117
- Xn as P,
4101
+ Xn as O,
4102
+ Qn as P,
4118
4103
  A as Q,
4119
- C as R,
4120
- I as S,
4121
- pn as T,
4122
- p as U,
4104
+ G as R,
4105
+ F as S,
4106
+ Cn as T,
4107
+ C as U,
4123
4108
  k as V,
4124
4109
  L as W,
4125
4110
  P as X,
4126
4111
  Y,
4127
4112
  D as Z,
4128
- T as _,
4113
+ I as _,
4129
4114
  _n as a,
4130
4115
  V as a0,
4131
4116
  y as a1,
4132
- U as a2,
4133
- x as a3,
4117
+ x as a2,
4118
+ U as a3,
4134
4119
  B as a4,
4135
4120
  R as a5,
4136
4121
  v as a6,
4137
- _ as a7,
4122
+ N as a7,
4138
4123
  J as a8,
4139
4124
  w as a9,
4140
4125
  H as aa,
@@ -4152,24 +4137,24 @@ export {
4152
4137
  u as am,
4153
4138
  An as b,
4154
4139
  cn as c,
4155
- c as d,
4140
+ _ as d,
4156
4141
  O as e,
4157
4142
  m as f,
4158
4143
  K as g,
4159
4144
  Rn as h,
4160
4145
  g as i,
4161
4146
  Sn as j,
4162
- G as k,
4147
+ p as k,
4163
4148
  En as l,
4164
4149
  On as m,
4165
4150
  Tn as n,
4166
4151
  Mn as o,
4167
- Fn as p,
4152
+ hn as p,
4168
4153
  mn as q,
4169
4154
  Ln as r,
4170
4155
  gn as s,
4171
- Gn as t,
4172
- Cn as u,
4156
+ pn as t,
4157
+ Gn as u,
4173
4158
  Oe as v,
4174
4159
  Ie as w,
4175
4160
  kn as x,