@kvaser/canking-api 7.1.0-beta.241 → 7.2.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 (565) hide show
  1. package/README.md +98 -64
  2. package/REDISTRIBUTABLES.txt +88 -2
  3. package/dist/ElectronAPIFake.js +1 -1
  4. package/dist/ElectronAPIFake.mjs +20 -14
  5. package/dist/controls/CanIdentifierControl.d.ts +45 -8
  6. package/dist/controls/ColumnItemControl.d.ts +1 -1
  7. package/dist/controls/DropdownButton.d.ts +1 -1
  8. package/dist/controls/LinChannelSelectControl.d.ts +34 -0
  9. package/dist/controls/LinIdentifierControl.d.ts +224 -0
  10. package/dist/controls/SelectMessageDialog.d.ts +28 -0
  11. package/dist/controls/SelectSignalControl.d.ts +11 -0
  12. package/dist/controls/SelectSignalDialog.d.ts +21 -0
  13. package/dist/controls/TableControl.d.ts +7 -1
  14. package/dist/controls/index.d.ts +10 -0
  15. package/dist/controls.js +1 -1
  16. package/dist/controls.mjs +1862 -1054
  17. package/dist/grpc.js +1 -1
  18. package/dist/grpc.mjs +123 -95
  19. package/dist/hooks/index.d.ts +6 -1
  20. package/dist/hooks.js +1 -1
  21. package/dist/hooks.mjs +17 -16
  22. package/dist/icons/index.d.ts +6 -0
  23. package/dist/icons.js +1 -1
  24. package/dist/icons.mjs +87 -75
  25. package/dist/index.js +1 -1
  26. package/dist/index.mjs +48 -42
  27. package/dist/ipc/index.d.ts +30 -0
  28. package/dist/ipc.js +1 -1
  29. package/dist/ipc.mjs +64 -51
  30. package/dist/measurement_settings.js +1 -1
  31. package/dist/measurement_settings.mjs +3196 -1353
  32. package/dist/models/index.d.ts +4 -1
  33. package/dist/models.js +1 -1
  34. package/dist/models.mjs +235 -223
  35. package/dist/protos/app_params.d.ts +10 -0
  36. package/dist/protos/device_params.d.ts +14 -25
  37. package/dist/protos/frame_params.d.ts +10 -6
  38. package/dist/protos/measurement_params.d.ts +11 -0
  39. package/dist/protos/measurement_service.d.ts +58 -2
  40. package/dist/protos/measurement_settings.d.ts +106 -35
  41. package/dist/protos/signal_params.d.ts +3 -0
  42. package/dist/protos/status_params.d.ts +9 -9
  43. package/dist/status_params.js +1 -1
  44. package/dist/status_params.mjs +699 -2115
  45. package/doc/assets/favicon.png +0 -0
  46. package/doc/assets/hierarchy.js +1 -0
  47. package/doc/assets/highlight.css +16 -16
  48. package/doc/assets/icons.js +1 -1
  49. package/doc/assets/icons.svg +1 -1
  50. package/doc/assets/main.js +5 -5
  51. package/doc/assets/navigation.js +1 -1
  52. package/doc/assets/search.js +1 -1
  53. package/doc/assets/style.css +1405 -1288
  54. package/doc/classes/controls.LocalizedStrings.html +3 -176
  55. package/doc/classes/models.DataBuffer.html +16 -189
  56. package/doc/classes/models.DataBufferView.html +11 -184
  57. package/doc/classes/models.Point.html +7 -180
  58. package/doc/enums/models.AccessMode.html +9 -182
  59. package/doc/enums/models.AppEvent.html +6 -179
  60. package/doc/enums/models.CanChannelCap.html +44 -217
  61. package/doc/enums/models.CanFrameFlag.html +27 -200
  62. package/doc/enums/models.CanMessageFilterType.html +6 -0
  63. package/doc/enums/models.CanMode.html +7 -180
  64. package/doc/enums/models.DecimalChar.html +5 -178
  65. package/doc/enums/models.DeviceEvent.html +6 -179
  66. package/doc/enums/models.FileConflictAction.html +7 -180
  67. package/doc/enums/models.FileType.html +7 -0
  68. package/doc/enums/models.LinFrameFlag.html +12 -185
  69. package/doc/enums/models.LogFileFormat.html +48 -221
  70. package/doc/enums/models.LogLevel.html +17 -190
  71. package/doc/enums/models.LogReplayState.html +6 -179
  72. package/doc/enums/models.LoggerState.html +7 -0
  73. package/doc/enums/models.MeasurementEvent.html +12 -185
  74. package/doc/enums/models.Protocols.html +9 -182
  75. package/doc/enums/models.Separator.html +5 -178
  76. package/doc/enums/models.SignalEncoding.html +5 -178
  77. package/doc/enums/models.SignalType.html +12 -185
  78. package/doc/enums/models.SignalValueTriggerOperator.html +13 -186
  79. package/doc/enums/models.StatusLevel.html +7 -180
  80. package/doc/enums/models.TimeReference.html +5 -178
  81. package/doc/enums/models.TriggerOperator.html +6 -179
  82. package/doc/functions/controls.CanChannelSelectControl.html +2 -175
  83. package/doc/functions/controls.CanIdentifierControl.html +2 -175
  84. package/doc/functions/controls.CanIdentifierFrameControl.html +2 -175
  85. package/doc/functions/controls.CanIdentifierGeneratorControl.html +2 -175
  86. package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +2 -175
  87. package/doc/functions/controls.CanKingDataProvider.html +5 -178
  88. package/doc/functions/controls.CheckboxControl.html +2 -175
  89. package/doc/functions/controls.ColumnItemControl.html +2 -175
  90. package/doc/functions/controls.ContextMenu.html +2 -175
  91. package/doc/functions/controls.DropdownButton.html +2 -175
  92. package/doc/functions/controls.DropdownButtonTextItems.html +2 -175
  93. package/doc/functions/controls.DropdownPanel.html +2 -175
  94. package/doc/functions/controls.FillBox.html +19 -192
  95. package/doc/functions/controls.FormControlRow.html +2 -175
  96. package/doc/functions/controls.InlineEditor.html +2 -175
  97. package/doc/functions/controls.LinChannelSelectControl.html +4 -0
  98. package/doc/functions/controls.LinIdentifierControl.html +4 -0
  99. package/doc/functions/controls.LinIdentifierFrameControl.html +4 -0
  100. package/doc/functions/controls.LinIdentifierGeneratorControl.html +4 -0
  101. package/doc/functions/controls.LinIdentifierGeneratorSettingsControl.html +5 -0
  102. package/doc/functions/controls.NumberRangeControl.html +2 -175
  103. package/doc/functions/controls.OneLineButton.html +19 -192
  104. package/doc/functions/controls.RadioControl.html +2 -175
  105. package/doc/functions/controls.RadioGroupControl.html +2 -175
  106. package/doc/functions/controls.SectionControl.html +2 -175
  107. package/doc/functions/controls.SelectControl.html +2 -175
  108. package/doc/functions/controls.SelectMessageDialog.html +2 -0
  109. package/doc/functions/controls.SelectSignalControl.html +1 -0
  110. package/doc/functions/controls.SelectSignalDialog.html +2 -0
  111. package/doc/functions/controls.SizedBox.html +19 -192
  112. package/doc/functions/controls.TableControl.html +3 -176
  113. package/doc/functions/controls.TabsPanel.html +19 -192
  114. package/doc/functions/controls.TextControl.html +2 -175
  115. package/doc/functions/controls.ToolbarControl.html +2 -175
  116. package/doc/functions/controls.ValidateableTextControl.html +2 -175
  117. package/doc/functions/controls.useColumnItem.html +3 -176
  118. package/doc/functions/controls.useColumnItems.html +3 -176
  119. package/doc/functions/controls.useMessageDatabases.html +2 -0
  120. package/doc/functions/hooks.useDevices.html +3 -176
  121. package/doc/functions/hooks.useIsOnline.html +3 -176
  122. package/doc/functions/hooks.useLanguage.html +3 -176
  123. package/doc/functions/hooks.useLocalizedStrings.html +3 -176
  124. package/doc/functions/hooks.useLogMessages.html +3 -176
  125. package/doc/functions/hooks.useMaxDataBytes.html +2 -175
  126. package/doc/functions/hooks.useMeasurementSetup.html +3 -176
  127. package/doc/functions/hooks.useMeasurementStatus.html +3 -176
  128. package/doc/functions/hooks.useMessageLogFileFormats.html +3 -175
  129. package/doc/functions/hooks.useNewMeasurementData.html +5 -178
  130. package/doc/functions/hooks.useNodeStatus.html +3 -176
  131. package/doc/functions/hooks.useNumericRadix.html +3 -176
  132. package/doc/functions/hooks.useOnlineStatus.html +3 -176
  133. package/doc/functions/hooks.useOverallStatusLevel.html +3 -176
  134. package/doc/functions/hooks.useProjectData.html +5 -178
  135. package/doc/functions/hooks.useRecentProjectFiles.html +2 -175
  136. package/doc/functions/hooks.useRunningPeriodicTransmissions.html +3 -176
  137. package/doc/functions/hooks.useSessionData.html +5 -178
  138. package/doc/functions/hooks.useSignalLogFileFormats.html +2 -0
  139. package/doc/functions/hooks.useUserSettings.html +3 -176
  140. package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -175
  141. package/doc/functions/icons.AddIcon.html +4 -175
  142. package/doc/functions/icons.ArrowDownIcon.html +4 -175
  143. package/doc/functions/icons.ArrowLeftIcon.html +4 -175
  144. package/doc/functions/icons.ArrowRightIcon.html +4 -175
  145. package/doc/functions/icons.ArrowUpIcon.html +4 -175
  146. package/doc/functions/icons.BusIsOffIcon.html +4 -175
  147. package/doc/functions/icons.BusIsOnIcon.html +4 -175
  148. package/doc/functions/icons.CloseIcon.html +4 -175
  149. package/doc/functions/icons.ColumnSettingsIcon.html +4 -0
  150. package/doc/functions/icons.CopyIcon.html +4 -175
  151. package/doc/functions/icons.DarkModeIcon.html +4 -175
  152. package/doc/functions/icons.DeleteIcon.html +4 -175
  153. package/doc/functions/icons.DisableIcon.html +4 -175
  154. package/doc/functions/icons.EditIcon.html +4 -175
  155. package/doc/functions/icons.EnableIcon.html +4 -0
  156. package/doc/functions/icons.FilterIcon.html +4 -175
  157. package/doc/functions/icons.FixedPositionIcon.html +4 -175
  158. package/doc/functions/icons.LeaveFullScreenIcon.html +4 -175
  159. package/doc/functions/icons.LightModeIcon.html +4 -175
  160. package/doc/functions/icons.LineArrowDownIcon.html +4 -175
  161. package/doc/functions/icons.LineArrowUpIcon.html +4 -175
  162. package/doc/functions/icons.MaximizeWindowIcon.html +4 -175
  163. package/doc/functions/icons.MeasurementSetupIcon.html +4 -175
  164. package/doc/functions/icons.MoreHorizIcon.html +4 -175
  165. package/doc/functions/icons.MoreVertIcon.html +4 -175
  166. package/doc/functions/icons.NewIcon.html +4 -175
  167. package/doc/functions/icons.OpenExternallyIcon.html +4 -175
  168. package/doc/functions/icons.OpenIcon.html +4 -175
  169. package/doc/functions/icons.PauseIcon.html +4 -175
  170. package/doc/functions/icons.PlayIcon.html +4 -175
  171. package/doc/functions/icons.PlaySolidIcon.html +4 -175
  172. package/doc/functions/icons.SaveIcon.html +4 -175
  173. package/doc/functions/icons.SelectAllIcon.html +4 -175
  174. package/doc/functions/icons.ServiceIconActive.html +4 -175
  175. package/doc/functions/icons.ServiceIconInactive.html +4 -175
  176. package/doc/functions/icons.SettingsIcon.html +4 -175
  177. package/doc/functions/icons.StopIcon.html +4 -175
  178. package/doc/functions/icons.StopSolidIcon.html +4 -175
  179. package/doc/functions/icons.ToolsPanelHiddenIcon.html +4 -175
  180. package/doc/functions/icons.ToolsPanelVisibleIcon.html +4 -175
  181. package/doc/functions/icons.UnmaximizeWindowIcon.html +4 -175
  182. package/doc/functions/icons.WorkspacesIcon.html +4 -175
  183. package/doc/functions/ipc.addDataProcessor.html +3 -176
  184. package/doc/functions/ipc.addSource.html +3 -176
  185. package/doc/functions/ipc.addTarget.html +3 -176
  186. package/doc/functions/ipc.clearLinMessage.html +4 -0
  187. package/doc/functions/ipc.connectNodes.html +3 -176
  188. package/doc/functions/ipc.deleteDataProcessor.html +3 -176
  189. package/doc/functions/ipc.deleteSource.html +3 -176
  190. package/doc/functions/ipc.deleteTarget.html +3 -176
  191. package/doc/functions/ipc.disableNode.html +3 -176
  192. package/doc/functions/ipc.disconnectNodes.html +3 -176
  193. package/doc/functions/ipc.enableNode.html +3 -176
  194. package/doc/functions/ipc.getFrameDefinitions.html +3 -176
  195. package/doc/functions/ipc.getLogger.html +3 -176
  196. package/doc/functions/ipc.getMessageLogFileFormats.html +3 -176
  197. package/doc/functions/ipc.getSignalLogFileFormats.html +3 -0
  198. package/doc/functions/ipc.requestLinMessage.html +5 -0
  199. package/doc/functions/ipc.sendCanMessage.html +4 -177
  200. package/doc/functions/ipc.sendMessage.html +3 -176
  201. package/doc/functions/ipc.showMessageBox.html +3 -176
  202. package/doc/functions/ipc.showQuestionBox.html +3 -176
  203. package/doc/functions/ipc.startLogReplay.html +3 -176
  204. package/doc/functions/ipc.startMeasurement.html +2 -175
  205. package/doc/functions/ipc.startPeriodicTransmission.html +3 -176
  206. package/doc/functions/ipc.stopLogReplay.html +3 -176
  207. package/doc/functions/ipc.stopMeasurement.html +2 -175
  208. package/doc/functions/ipc.stopPeriodicTransmission.html +3 -176
  209. package/doc/functions/ipc.updateDataProcessor.html +3 -176
  210. package/doc/functions/ipc.updateLinMessage.html +4 -0
  211. package/doc/functions/ipc.updatePeriodicTransmission.html +4 -0
  212. package/doc/functions/ipc.updateSource.html +3 -176
  213. package/doc/functions/ipc.updateTarget.html +3 -176
  214. package/doc/functions/models.accessModeFromJSON.html +1 -174
  215. package/doc/functions/models.accessModeToJSON.html +1 -174
  216. package/doc/functions/models.appEventFromJSON.html +1 -174
  217. package/doc/functions/models.appEventToJSON.html +1 -174
  218. package/doc/functions/models.canChannelCapFromJSON.html +1 -174
  219. package/doc/functions/models.canChannelCapToJSON.html +1 -174
  220. package/doc/functions/models.canFrameFlagFromJSON.html +1 -174
  221. package/doc/functions/models.canFrameFlagToJSON.html +1 -174
  222. package/doc/functions/models.canMessageFilterTypeFromJSON.html +1 -0
  223. package/doc/functions/models.canMessageFilterTypeToJSON.html +1 -0
  224. package/doc/functions/models.canModeFromJSON.html +1 -174
  225. package/doc/functions/models.canModeToJSON.html +1 -174
  226. package/doc/functions/models.createElectronApiFake.html +3 -176
  227. package/doc/functions/models.decimalCharFromJSON.html +1 -174
  228. package/doc/functions/models.decimalCharToJSON.html +1 -174
  229. package/doc/functions/models.decimalToFixed.html +1 -174
  230. package/doc/functions/models.decimalToHex.html +1 -174
  231. package/doc/functions/models.deviceEventFromJSON.html +1 -174
  232. package/doc/functions/models.deviceEventToJSON.html +1 -174
  233. package/doc/functions/models.fileConflictActionFromJSON.html +1 -174
  234. package/doc/functions/models.fileConflictActionToJSON.html +1 -174
  235. package/doc/functions/models.fileTypeFromJSON.html +1 -0
  236. package/doc/functions/models.fileTypeToJSON.html +1 -0
  237. package/doc/functions/models.linFrameFlagFromJSON.html +1 -174
  238. package/doc/functions/models.linFrameFlagToJSON.html +1 -174
  239. package/doc/functions/models.logFileFormatFromJSON.html +1 -174
  240. package/doc/functions/models.logFileFormatToJSON.html +1 -174
  241. package/doc/functions/models.logLevelFromJSON.html +1 -174
  242. package/doc/functions/models.logLevelToJSON.html +1 -174
  243. package/doc/functions/models.logReplayStateFromJSON.html +1 -174
  244. package/doc/functions/models.logReplayStateToJSON.html +1 -174
  245. package/doc/functions/models.loggerStateFromJSON.html +1 -0
  246. package/doc/functions/models.loggerStateToJSON.html +1 -0
  247. package/doc/functions/models.longToNumber.html +1 -174
  248. package/doc/functions/models.measurementEventFromJSON.html +1 -174
  249. package/doc/functions/models.measurementEventToJSON.html +1 -174
  250. package/doc/functions/models.protocolsFromJSON.html +1 -174
  251. package/doc/functions/models.protocolsToJSON.html +1 -174
  252. package/doc/functions/models.separatorFromJSON.html +1 -174
  253. package/doc/functions/models.separatorToJSON.html +1 -174
  254. package/doc/functions/models.signalEncodingFromJSON.html +1 -174
  255. package/doc/functions/models.signalEncodingToJSON.html +1 -174
  256. package/doc/functions/models.signalTypeFromJSON.html +1 -174
  257. package/doc/functions/models.signalTypeToJSON.html +1 -174
  258. package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +1 -174
  259. package/doc/functions/models.signalValueTriggerOperatorToJSON.html +1 -174
  260. package/doc/functions/models.statusLevelFromJSON.html +1 -174
  261. package/doc/functions/models.statusLevelToJSON.html +1 -174
  262. package/doc/functions/models.timeReferenceFromJSON.html +1 -174
  263. package/doc/functions/models.timeReferenceToJSON.html +1 -174
  264. package/doc/functions/models.triggerOperatorFromJSON.html +1 -174
  265. package/doc/functions/models.triggerOperatorToJSON.html +1 -174
  266. package/doc/hierarchy.html +1 -174
  267. package/doc/index.html +65 -237
  268. package/doc/interfaces/controls.ButtonGroupProps.html +6 -179
  269. package/doc/interfaces/controls.ButtonProps.html +10 -183
  270. package/doc/interfaces/controls.CanChannelSelectControlProps.html +14 -187
  271. package/doc/interfaces/controls.CanIdentifierControlProps.html +32 -189
  272. package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +28 -187
  273. package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +28 -201
  274. package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +17 -190
  275. package/doc/interfaces/controls.CheckboxControlProps.html +7 -180
  276. package/doc/interfaces/controls.ColumnItem.html +3 -0
  277. package/doc/interfaces/controls.ColumnItemControlProps.html +3 -176
  278. package/doc/interfaces/controls.ContextMenuProps.html +6 -179
  279. package/doc/interfaces/controls.DropdownButtonChildrenProps.html +4 -177
  280. package/doc/interfaces/controls.DropdownButtonProps.html +11 -184
  281. package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +9 -182
  282. package/doc/interfaces/controls.DropdownPanelProps.html +15 -188
  283. package/doc/interfaces/controls.FormControlRowProps.html +7 -180
  284. package/doc/interfaces/controls.ILocalizedStrings.html +3 -176
  285. package/doc/interfaces/controls.IMessageDatabase.html +4 -0
  286. package/doc/interfaces/controls.InlineEditorProps.html +9 -182
  287. package/doc/interfaces/controls.LabelProps.html +3 -176
  288. package/doc/interfaces/controls.LinChannelSelectControlProps.html +20 -0
  289. package/doc/interfaces/controls.LinIdentifierControlProps.html +35 -0
  290. package/doc/interfaces/controls.LinIdentifierFrameControlProps.html +33 -0
  291. package/doc/interfaces/controls.LinIdentifierGeneratorControlProps.html +37 -0
  292. package/doc/interfaces/controls.LinIdentifierGeneratorSettingsControlProps.html +25 -0
  293. package/doc/interfaces/controls.NumberRangeControlProps.html +41 -214
  294. package/doc/interfaces/controls.RadioControlProps.html +4 -177
  295. package/doc/interfaces/controls.RadioGroupControlProps.html +6 -179
  296. package/doc/interfaces/controls.SectionControlProps.html +8 -181
  297. package/doc/interfaces/controls.SelectControlProps.html +20 -193
  298. package/doc/interfaces/controls.SelectMessageDialogProps.html +8 -0
  299. package/doc/interfaces/controls.SelectSignalDialogProps.html +12 -0
  300. package/doc/interfaces/controls.TableColumn.html +10 -183
  301. package/doc/interfaces/controls.TableControlProps.html +24 -191
  302. package/doc/interfaces/controls.TextControlProps.html +24 -197
  303. package/doc/interfaces/controls.ToggleButtonGroupProps.html +9 -182
  304. package/doc/interfaces/controls.ToggleButtonProps.html +5 -178
  305. package/doc/interfaces/controls.ToolbarControlProps.html +9 -182
  306. package/doc/interfaces/controls.ValidateableTextControlProps.html +40 -213
  307. package/doc/interfaces/controls.toolbarItem.html +7 -180
  308. package/doc/interfaces/ipc.ILogger.html +3 -176
  309. package/doc/interfaces/models.AboutInformation.html +8 -181
  310. package/doc/interfaces/models.ActivateLicenseRequest.html +6 -179
  311. package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +3 -176
  312. package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +3 -176
  313. package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +9 -182
  314. package/doc/interfaces/models.AddOrUpdateSourceRequest.html +5 -178
  315. package/doc/interfaces/models.AddOrUpdateTargetRequest.html +5 -178
  316. package/doc/interfaces/models.ApiPreferences.html +5 -178
  317. package/doc/interfaces/models.AppEventArgs.html +4 -177
  318. package/doc/interfaces/models.BaseNodeProperties.html +5 -178
  319. package/doc/interfaces/models.BusStatus.html +17 -190
  320. package/doc/interfaces/models.CanBusParamLimits.html +7 -180
  321. package/doc/interfaces/models.CanBusParams.html +3 -176
  322. package/doc/interfaces/models.CanBusSpeedInfo.html +12 -191
  323. package/doc/interfaces/models.CanChannelCapacity.html +7 -180
  324. package/doc/interfaces/models.CanChannelConfiguration.html +16 -185
  325. package/doc/interfaces/models.CanFDBusSpeedCombination.html +4 -177
  326. package/doc/interfaces/models.CanFDBusSpeedInfo.html +8 -189
  327. package/doc/interfaces/models.CanFrameFlags.html +3 -176
  328. package/doc/interfaces/models.CanMessageFilterSettings.html +5 -178
  329. package/doc/interfaces/models.Channel.html +5 -178
  330. package/doc/interfaces/models.ChannelSettings.html +20 -193
  331. package/doc/interfaces/models.ClearLinMessageRequest.html +6 -179
  332. package/doc/interfaces/models.ConnectNodesRequest.html +4 -177
  333. package/doc/interfaces/models.DataProcessingStatus.html +6 -179
  334. package/doc/interfaces/models.DataProcessorNodeProperties.html +8 -181
  335. package/doc/interfaces/models.DatabaseFiles.html +6 -0
  336. package/doc/interfaces/models.DatabasesSettings.html +3 -176
  337. package/doc/interfaces/models.Device.html +6 -179
  338. package/doc/interfaces/models.DeviceEventArgs.html +4 -177
  339. package/doc/interfaces/models.Devices.html +2 -175
  340. package/doc/interfaces/models.DisconnectNodesRequest.html +4 -177
  341. package/doc/interfaces/models.Empty.html +2 -175
  342. package/doc/interfaces/models.ErrorStatus.html +3 -176
  343. package/doc/interfaces/models.Frame.html +19 -192
  344. package/doc/interfaces/models.FrameDefinition.html +10 -181
  345. package/doc/interfaces/models.FrameDefinitions.html +2 -175
  346. package/doc/interfaces/models.FramePropertyValue.html +4 -177
  347. package/doc/interfaces/models.FrameReceivedTrigger.html +6 -179
  348. package/doc/interfaces/models.Frame_PropertiesEntry.html +2 -175
  349. package/doc/interfaces/models.Frames.html +2 -175
  350. package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +6 -176
  351. package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +6 -179
  352. package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +5 -178
  353. package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +4 -177
  354. package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +4 -177
  355. package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +3 -176
  356. package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +4 -177
  357. package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +4 -177
  358. package/doc/interfaces/models.GetDataProcessorResponse.html +3 -176
  359. package/doc/interfaces/models.GetDevicesRequest.html +3 -176
  360. package/doc/interfaces/models.GetDevicesResponse.html +3 -176
  361. package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +3 -176
  362. package/doc/interfaces/models.GetLicensesResponse.html +3 -176
  363. package/doc/interfaces/models.GetLogFileFormatsRequest.html +8 -179
  364. package/doc/interfaces/models.GetLogFileFormatsResponse.html +3 -176
  365. package/doc/interfaces/models.GetLogLevelResponse.html +4 -177
  366. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +3 -176
  367. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +3 -176
  368. package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +4 -177
  369. package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +7 -180
  370. package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +5 -178
  371. package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +4 -177
  372. package/doc/interfaces/models.GetSourceResponse.html +3 -176
  373. package/doc/interfaces/models.GetTargetResponse.html +3 -176
  374. package/doc/interfaces/models.ILogFileFormat.html +3 -176
  375. package/doc/interfaces/models.IProject.html +4 -177
  376. package/doc/interfaces/models.IUserSettings.html +13 -183
  377. package/doc/interfaces/models.IWorkspaceComponentPaneData.html +4 -177
  378. package/doc/interfaces/models.IWorkspaceContainerPaneData.html +4 -177
  379. package/doc/interfaces/models.IWorkspaceData.html +4 -177
  380. package/doc/interfaces/models.IWorkspacePaneData.html +4 -177
  381. package/doc/interfaces/models.IdentifierRequest.html +3 -176
  382. package/doc/interfaces/models.IdentifiersRequest.html +3 -176
  383. package/doc/interfaces/models.InstallServiceExtensionRequest.html +6 -179
  384. package/doc/interfaces/models.InterpreterSettings.html +4 -177
  385. package/doc/interfaces/models.J1939InterpreterSettings.html +2 -175
  386. package/doc/interfaces/models.LicenseInformation.html +18 -191
  387. package/doc/interfaces/models.Licenses.html +3 -176
  388. package/doc/interfaces/models.LinChannelConfiguration.html +14 -185
  389. package/doc/interfaces/models.LinFrameFlags.html +3 -176
  390. package/doc/interfaces/models.LogMessage.html +8 -181
  391. package/doc/interfaces/models.LogMessages.html +3 -176
  392. package/doc/interfaces/models.LogReplaySettings.html +24 -197
  393. package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +2 -175
  394. package/doc/interfaces/models.LogReplayStatus.html +3 -176
  395. package/doc/interfaces/models.LoggerStatus.html +3 -0
  396. package/doc/interfaces/models.MeasurementEventArgs.html +5 -178
  397. package/doc/interfaces/models.MeasurementSetup.html +3 -176
  398. package/doc/interfaces/models.MessageLoggerSettings.html +44 -213
  399. package/doc/interfaces/models.NodeStatus.html +18 -191
  400. package/doc/interfaces/models.NodeStatuses.html +3 -176
  401. package/doc/interfaces/models.OnlineStatus.html +3 -176
  402. package/doc/interfaces/models.PeriodicTransmissionSettings.html +34 -207
  403. package/doc/interfaces/models.RequestLinMessageRequest.html +6 -179
  404. package/doc/interfaces/models.ScheduleTable.html +5 -178
  405. package/doc/interfaces/models.ScheduleTableEntry.html +5 -178
  406. package/doc/interfaces/models.SendLinWakeupFrameRequest.html +4 -177
  407. package/doc/interfaces/models.SendMessageRequest.html +3 -176
  408. package/doc/interfaces/models.ServiceExtensionSettings.html +4 -177
  409. package/doc/interfaces/models.SetLogLevelRequest.html +4 -177
  410. package/doc/interfaces/models.SetMeasurementSetupRequest.html +3 -176
  411. package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +7 -180
  412. package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +5 -178
  413. package/doc/interfaces/models.SignalDefinition.html +11 -181
  414. package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +2 -175
  415. package/doc/interfaces/models.SignalDefinitions.html +2 -175
  416. package/doc/interfaces/models.SignalFilterSettings.html +4 -0
  417. package/doc/interfaces/models.SignalLoggerSettings.html +56 -0
  418. package/doc/interfaces/models.SignalValue.html +5 -180
  419. package/doc/interfaces/models.SignalValueTrigger.html +14 -187
  420. package/doc/interfaces/models.SourceNodeProperties.html +7 -180
  421. package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +3 -176
  422. package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +3 -176
  423. package/doc/interfaces/models.TargetNodeProperties.html +6 -178
  424. package/doc/interfaces/models.TriggerSettings.html +8 -181
  425. package/doc/interfaces/models.UninstallServiceExtensionRequest.html +3 -176
  426. package/doc/interfaces/models.UpdateLinMessageRequest.html +4 -177
  427. package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.html +7 -0
  428. package/doc/interfaces/models.WriteFrame.html +6 -183
  429. package/doc/modules/controls.html +3 -241
  430. package/doc/modules/hooks.html +3 -196
  431. package/doc/modules/icons.html +2 -216
  432. package/doc/modules/ipc.html +2 -202
  433. package/doc/modules/models.html +2 -478
  434. package/doc/modules.html +1 -179
  435. package/doc/types/controls.ContextMenuOption.html +6 -179
  436. package/doc/types/controls.SelectOption.html +4 -177
  437. package/doc/types/controls.StringsMap.html +2 -175
  438. package/doc/types/controls.canIdentifierGeneratorType.html +2 -0
  439. package/doc/types/controls.canIdentifierType.html +2 -175
  440. package/doc/types/controls.linIdentifierGeneratorType.html +2 -0
  441. package/doc/types/models.IReadOnlyDataBuffer.html +1 -174
  442. package/doc/types/models.themes.html +1 -174
  443. package/doc/variables/models.AboutInformation-1.html +1 -174
  444. package/doc/variables/models.ActivateLicenseRequest-1.html +1 -174
  445. package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +1 -174
  446. package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +1 -174
  447. package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +1 -174
  448. package/doc/variables/models.AddOrUpdateSourceRequest-1.html +1 -174
  449. package/doc/variables/models.AddOrUpdateTargetRequest-1.html +1 -174
  450. package/doc/variables/models.ApiPreferences-1.html +1 -174
  451. package/doc/variables/models.AppEventArgs-1.html +1 -174
  452. package/doc/variables/models.BaseNodeProperties-1.html +1 -174
  453. package/doc/variables/models.BusStatus-1.html +1 -174
  454. package/doc/variables/models.CanBusParamLimits-1.html +1 -174
  455. package/doc/variables/models.CanBusParams-1.html +1 -174
  456. package/doc/variables/models.CanBusSpeedInfo-1.html +1 -174
  457. package/doc/variables/models.CanChannelCapacity-1.html +1 -174
  458. package/doc/variables/models.CanChannelConfiguration-1.html +1 -174
  459. package/doc/variables/models.CanFDBusSpeedCombination-1.html +1 -174
  460. package/doc/variables/models.CanFDBusSpeedInfo-1.html +1 -174
  461. package/doc/variables/models.CanFrameFlags-1.html +1 -174
  462. package/doc/variables/models.CanMessageFilterSettings-1.html +1 -174
  463. package/doc/variables/models.Channel-1.html +1 -174
  464. package/doc/variables/models.ChannelSettings-1.html +1 -174
  465. package/doc/variables/models.ClearLinMessageRequest-1.html +1 -174
  466. package/doc/variables/models.ConnectNodesRequest-1.html +1 -174
  467. package/doc/variables/models.DataProcessingStatus-1.html +1 -174
  468. package/doc/variables/models.DataProcessorNodeProperties-1.html +1 -174
  469. package/doc/variables/models.DatabaseFiles-1.html +1 -0
  470. package/doc/variables/models.DatabasesSettings-1.html +1 -174
  471. package/doc/variables/models.Device-1.html +1 -174
  472. package/doc/variables/models.DeviceEventArgs-1.html +1 -174
  473. package/doc/variables/models.Devices-1.html +1 -174
  474. package/doc/variables/models.DisconnectNodesRequest-1.html +1 -174
  475. package/doc/variables/models.Empty-1.html +1 -174
  476. package/doc/variables/models.ErrorStatus-1.html +1 -174
  477. package/doc/variables/models.Frame-1.html +1 -174
  478. package/doc/variables/models.FrameDefinition-1.html +1 -174
  479. package/doc/variables/models.FrameDefinitions-1.html +1 -174
  480. package/doc/variables/models.FramePropertyValue-1.html +1 -174
  481. package/doc/variables/models.FrameReceivedTrigger-1.html +1 -174
  482. package/doc/variables/models.Frame_PropertiesEntry-1.html +1 -174
  483. package/doc/variables/models.Frames-1.html +1 -174
  484. package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +1 -174
  485. package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +1 -174
  486. package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +1 -174
  487. package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +1 -174
  488. package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +1 -174
  489. package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +1 -174
  490. package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +1 -174
  491. package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +1 -174
  492. package/doc/variables/models.GetDataProcessorResponse-1.html +1 -174
  493. package/doc/variables/models.GetDevicesRequest-1.html +1 -174
  494. package/doc/variables/models.GetDevicesResponse-1.html +1 -174
  495. package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +1 -174
  496. package/doc/variables/models.GetLicensesResponse-1.html +1 -174
  497. package/doc/variables/models.GetLogFileFormatsRequest-1.html +1 -174
  498. package/doc/variables/models.GetLogFileFormatsResponse-1.html +1 -174
  499. package/doc/variables/models.GetLogLevelResponse-1.html +1 -174
  500. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +1 -174
  501. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +1 -174
  502. package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +1 -174
  503. package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +1 -174
  504. package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +1 -174
  505. package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +1 -174
  506. package/doc/variables/models.GetSourceResponse-1.html +1 -174
  507. package/doc/variables/models.GetTargetResponse-1.html +1 -174
  508. package/doc/variables/models.IdentifierRequest-1.html +1 -174
  509. package/doc/variables/models.IdentifiersRequest-1.html +1 -174
  510. package/doc/variables/models.InstallServiceExtensionRequest-1.html +1 -174
  511. package/doc/variables/models.InterpreterSettings-1.html +1 -174
  512. package/doc/variables/models.J1939InterpreterSettings-1.html +1 -174
  513. package/doc/variables/models.LicenseInformation-1.html +1 -174
  514. package/doc/variables/models.Licenses-1.html +1 -174
  515. package/doc/variables/models.LinChannelConfiguration-1.html +1 -174
  516. package/doc/variables/models.LinFrameFlags-1.html +1 -174
  517. package/doc/variables/models.LogMessage-1.html +1 -174
  518. package/doc/variables/models.LogMessages-1.html +1 -174
  519. package/doc/variables/models.LogReplaySettings-1.html +1 -174
  520. package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +1 -174
  521. package/doc/variables/models.LogReplayStatus-1.html +1 -174
  522. package/doc/variables/models.LoggerStatus-1.html +1 -0
  523. package/doc/variables/models.MeasurementEventArgs-1.html +1 -174
  524. package/doc/variables/models.MeasurementSetup-1.html +1 -174
  525. package/doc/variables/models.MessageLoggerSettings-1.html +1 -174
  526. package/doc/variables/models.NodeStatus-1.html +1 -174
  527. package/doc/variables/models.NodeStatuses-1.html +1 -174
  528. package/doc/variables/models.OnlineStatus-1.html +1 -174
  529. package/doc/variables/models.PeriodicTransmissionSettings-1.html +1 -174
  530. package/doc/variables/models.RequestLinMessageRequest-1.html +1 -174
  531. package/doc/variables/models.ScheduleTable-1.html +1 -174
  532. package/doc/variables/models.ScheduleTableEntry-1.html +1 -174
  533. package/doc/variables/models.SendLinWakeupFrameRequest-1.html +1 -174
  534. package/doc/variables/models.SendMessageRequest-1.html +1 -174
  535. package/doc/variables/models.ServiceExtensionSettings-1.html +1 -174
  536. package/doc/variables/models.SetLogLevelRequest-1.html +1 -174
  537. package/doc/variables/models.SetMeasurementSetupRequest-1.html +1 -174
  538. package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +1 -174
  539. package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +1 -174
  540. package/doc/variables/models.SignalDefinition-1.html +1 -174
  541. package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +1 -174
  542. package/doc/variables/models.SignalDefinitions-1.html +1 -174
  543. package/doc/variables/models.SignalFilterSettings-1.html +1 -0
  544. package/doc/variables/models.SignalLoggerSettings-1.html +1 -0
  545. package/doc/variables/models.SignalValue-1.html +1 -174
  546. package/doc/variables/models.SignalValueTrigger-1.html +1 -174
  547. package/doc/variables/models.SourceNodeProperties-1.html +1 -174
  548. package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +1 -174
  549. package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +1 -174
  550. package/doc/variables/models.TargetNodeProperties-1.html +1 -174
  551. package/doc/variables/models.TriggerSettings-1.html +1 -174
  552. package/doc/variables/models.UninstallServiceExtensionRequest-1.html +1 -174
  553. package/doc/variables/models.UpdateLinMessageRequest-1.html +1 -174
  554. package/doc/variables/models.UpdatePeriodicTransmissionRequest-1.html +1 -0
  555. package/doc/variables/models.WriteFrame-1.html +1 -174
  556. package/doc/variables/models.defaultUserSettings.html +2 -175
  557. package/package.json +15 -3
  558. package/doc/assets/material-style.css +0 -338
  559. package/doc/enums/models.MessageLoggerState.html +0 -180
  560. package/doc/functions/models.messageLoggerStateFromJSON.html +0 -174
  561. package/doc/functions/models.messageLoggerStateToJSON.html +0 -174
  562. package/doc/interfaces/models.CanBusSpeed.html +0 -187
  563. package/doc/interfaces/models.MessageLoggerStatus.html +0 -176
  564. package/doc/variables/models.CanBusSpeed-1.html +0 -174
  565. package/doc/variables/models.MessageLoggerStatus-1.html +0 -174
package/dist/index.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  var Y = Object.defineProperty;
2
2
  var Z = (e, t, s) => t in e ? Y(e, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[t] = s;
3
- var N = (e, t, s) => Z(e, typeof t != "symbol" ? t + "" : t, s);
3
+ var I = (e, t, s) => Z(e, typeof t != "symbol" ? t + "" : t, s);
4
4
  import { createContext as w, useState as m, useEffect as p, useRef as V, useCallback as E, useContext as P, useMemo as S } from "react";
5
5
  import { v4 as h } from "uuid";
6
6
  import "long";
7
7
  import { e as U } from "./ElectronAPIFake.mjs";
8
- import { S as I } from "./status_params.mjs";
8
+ import { S as z } from "./status_params.mjs";
9
9
  import { jsx as u, jsxs as ee } from "react/jsx-runtime";
10
10
  import { createTheme as B, ThemeProvider as se, CssBaseline as te } from "@mui/material";
11
11
  import { getLogger as ne } from "./ipc.mjs";
@@ -23,8 +23,8 @@ const oe = (e, t, ...s) => {
23
23
  };
24
24
  class ie {
25
25
  constructor(t, s) {
26
- N(this, "language");
27
- N(this, "strings");
26
+ I(this, "language");
27
+ I(this, "strings");
28
28
  this.language = t, this.strings = s;
29
29
  }
30
30
  getString(t, ...s) {
@@ -144,7 +144,7 @@ function ce({ children: e }) {
144
144
  e
145
145
  ] });
146
146
  }
147
- const T = /* @__PURE__ */ new Map(), L = /* @__PURE__ */ new Map(), D = /* @__PURE__ */ new Map(), R = /* @__PURE__ */ new Map(), C = /* @__PURE__ */ new Map(), x = /* @__PURE__ */ new Map(), O = /* @__PURE__ */ new Map(), j = /* @__PURE__ */ new Map(), y = /* @__PURE__ */ new Map(), F = /* @__PURE__ */ new Map();
147
+ const T = /* @__PURE__ */ new Map(), L = /* @__PURE__ */ new Map(), R = /* @__PURE__ */ new Map(), D = /* @__PURE__ */ new Map(), C = /* @__PURE__ */ new Map(), x = /* @__PURE__ */ new Map(), F = /* @__PURE__ */ new Map(), O = /* @__PURE__ */ new Map(), y = /* @__PURE__ */ new Map(), j = /* @__PURE__ */ new Map();
148
148
  async function v(e, t, s, a) {
149
149
  switch (t) {
150
150
  case "devices-changed": {
@@ -166,20 +166,20 @@ async function v(e, t, s, a) {
166
166
  return l.ipcRenderer.invoke("app-get-user-settings");
167
167
  }
168
168
  case "new-log-messages": {
169
- if (D.has(e))
169
+ if (R.has(e))
170
170
  d.warn("The callback has already been added as listener to this event!");
171
171
  else {
172
172
  const r = s, n = (c, i) => r(i), o = l.ipcRenderer.on("new-log-messages", n);
173
- D.set(e, { remover: o, listener: n });
173
+ R.set(e, { remover: o, listener: n });
174
174
  }
175
175
  return Promise.resolve();
176
176
  }
177
177
  case "online-status-changed": {
178
- if (R.has(e))
178
+ if (D.has(e))
179
179
  d.warn("The callback has already been added as listener to this event!");
180
180
  else {
181
181
  const r = s, n = (c, i) => r(i), o = l.ipcRenderer.on("mm-is-online-changed", n);
182
- R.set(e, { remover: o, listener: n });
182
+ D.set(e, { remover: o, listener: n });
183
183
  }
184
184
  return l.ipcRenderer.invoke("rpc-get-online-status");
185
185
  }
@@ -202,20 +202,20 @@ async function v(e, t, s, a) {
202
202
  return Promise.resolve("");
203
203
  }
204
204
  case "new-measurement-data": {
205
- if (O.has(e))
205
+ if (F.has(e))
206
206
  d.warn("The callback has already been added as listener to this event!");
207
207
  else {
208
208
  const r = s, n = (c, i) => r(i), o = l.ipcRenderer.on("mm-new-measurement-data", n);
209
- O.set(e, { remover: o, listener: n });
209
+ F.set(e, { remover: o, listener: n });
210
210
  }
211
211
  return (a == null ? void 0 : a.numberOfHistoryFrames) > 0 ? l.ipcRenderer.invoke("mm-get-latest-measurement-data", a.numberOfHistoryFrames) : Promise.resolve([]);
212
212
  }
213
213
  case "new-measurement-status": {
214
- if (j.has(e))
214
+ if (O.has(e))
215
215
  d.warn("The callback has already been added as listener to this event!");
216
216
  else {
217
217
  const r = s, n = (c, i) => r(i), o = l.ipcRenderer.on("mm-new-measurement-status", n);
218
- j.set(e, { remover: o, listener: n });
218
+ O.set(e, { remover: o, listener: n });
219
219
  }
220
220
  return l.ipcRenderer.invoke("rpc-get-node-statuses");
221
221
  }
@@ -229,11 +229,11 @@ async function v(e, t, s, a) {
229
229
  return l.ipcRenderer.invoke("prj-get-meas-setup");
230
230
  }
231
231
  case "workspace-panes-changed": {
232
- if (F.has(e))
232
+ if (j.has(e))
233
233
  d.warn("The callback has already been added as listener to this event!");
234
234
  else {
235
235
  const r = s, n = (c, i) => r(i), o = l.ipcRenderer.on("project-workspace-panes-changed", n);
236
- F.set(e, { remover: o, listener: n });
236
+ j.set(e, { remover: o, listener: n });
237
237
  }
238
238
  return l.ipcRenderer.invoke("prj-get-workspace-panes");
239
239
  }
@@ -256,14 +256,14 @@ const f = async (e, t) => {
256
256
  break;
257
257
  case "new-log-messages":
258
258
  {
259
- const s = D.get(e);
260
- s ? (s.remover(), D.delete(e)) : d.warn("The callback has not been added as listener to this event!");
259
+ const s = R.get(e);
260
+ s ? (s.remover(), R.delete(e)) : d.warn("The callback has not been added as listener to this event!");
261
261
  }
262
262
  break;
263
263
  case "online-status-changed":
264
264
  {
265
- const s = R.get(e);
266
- s ? (s.remover(), R.delete(e)) : d.warn("The callback has not been added as listener to this event!");
265
+ const s = D.get(e);
266
+ s ? (s.remover(), D.delete(e)) : d.warn("The callback has not been added as listener to this event!");
267
267
  }
268
268
  break;
269
269
  case "periodic-trans-started":
@@ -280,14 +280,14 @@ const f = async (e, t) => {
280
280
  break;
281
281
  case "new-measurement-data":
282
282
  {
283
- const s = O.get(e);
284
- s ? (s.remover(), O.delete(e)) : d.warn("The callback has not been added as listener to this event!");
283
+ const s = F.get(e);
284
+ s ? (s.remover(), F.delete(e)) : d.warn("The callback has not been added as listener to this event!");
285
285
  }
286
286
  break;
287
287
  case "new-measurement-status":
288
288
  {
289
- const s = j.get(e);
290
- s ? (s.remover(), j.delete(e)) : d.warn("The callback has not been added as listener to this event!");
289
+ const s = O.get(e);
290
+ s ? (s.remover(), O.delete(e)) : d.warn("The callback has not been added as listener to this event!");
291
291
  }
292
292
  break;
293
293
  case "meas-setup-changed":
@@ -298,8 +298,8 @@ const f = async (e, t) => {
298
298
  break;
299
299
  case "workspace-panes-changed":
300
300
  {
301
- const s = F.get(e);
302
- s ? (s.remover(), F.delete(e)) : d.warn("The callback has not been added as listener to this event!");
301
+ const s = j.get(e);
302
+ s ? (s.remover(), j.delete(e)) : d.warn("The callback has not been added as listener to this event!");
303
303
  }
304
304
  break;
305
305
  }
@@ -452,16 +452,16 @@ const f = async (e, t) => {
452
452
  }, xe = ({
453
453
  initialUserSettings: e = void 0,
454
454
  children: t = void 0
455
- }) => /* @__PURE__ */ u(le, { initialUserSettings: e, children: /* @__PURE__ */ u(ue, { children: /* @__PURE__ */ u(me, { children: /* @__PURE__ */ u(ge, { children: /* @__PURE__ */ u(pe, { children: /* @__PURE__ */ u(he, { children: /* @__PURE__ */ u(ve, { children: /* @__PURE__ */ u(fe, { children: /* @__PURE__ */ u(ce, { children: t }) }) }) }) }) }) }) }) }), z = window.electron ?? U, M = () => P(H), Oe = () => {
455
+ }) => /* @__PURE__ */ u(le, { initialUserSettings: e, children: /* @__PURE__ */ u(ue, { children: /* @__PURE__ */ u(me, { children: /* @__PURE__ */ u(ge, { children: /* @__PURE__ */ u(pe, { children: /* @__PURE__ */ u(he, { children: /* @__PURE__ */ u(ve, { children: /* @__PURE__ */ u(fe, { children: /* @__PURE__ */ u(ce, { children: t }) }) }) }) }) }) }) }) }), N = window.electron ?? U, M = () => P(H), Fe = () => {
456
456
  const e = M();
457
457
  return S(() => e.useHexNumericBase ? 16 : 10, [e.useHexNumericBase]);
458
- }, je = () => {
458
+ }, Oe = () => {
459
459
  const e = M();
460
460
  return S(() => e.maxDataBytes, [e.maxDataBytes]);
461
461
  }, ye = () => {
462
462
  const e = M();
463
463
  return S(() => e.language, [e.language]);
464
- }, Fe = () => {
464
+ }, je = () => {
465
465
  const e = M();
466
466
  return S(
467
467
  () => new ie(e.language, e.strings),
@@ -477,9 +477,9 @@ const f = async (e, t) => {
477
477
  const e = X();
478
478
  return S(() => {
479
479
  const s = e.filter((a) => a.busStatus).map((a) => Math.max(
480
- Number(a.busStatus.busOnStatus) ?? I.STATUS_LEVEL_NONE,
481
- Number(a.busStatus.errorStatus) ?? I.STATUS_LEVEL_NONE,
482
- Number(a.busStatus.overrunStatus) ?? I.STATUS_LEVEL_NONE
480
+ Number(a.busStatus.busOnStatus) ?? z.STATUS_LEVEL_NONE,
481
+ Number(a.busStatus.errorStatus) ?? z.STATUS_LEVEL_NONE,
482
+ Number(a.busStatus.overrunStatus) ?? z.STATUS_LEVEL_NONE
483
483
  ));
484
484
  return Math.max(...s);
485
485
  }, [e]);
@@ -534,7 +534,7 @@ const f = async (e, t) => {
534
534
  }, Je = (e, t) => {
535
535
  const [s, a] = m(!1), [r, n] = m(t ?? {});
536
536
  return p(() => {
537
- z.ipcRenderer.invoke("app-get-workspace-view-session-data", e).then((o) => {
537
+ N.ipcRenderer.invoke("app-get-workspace-view-session-data", e).then((o) => {
538
538
  try {
539
539
  const c = o ? JSON.parse(o) : {};
540
540
  t !== void 0 ? (n(Object.assign({}, t, c)), a(!0)) : (n(c), a(!0));
@@ -546,7 +546,7 @@ const f = async (e, t) => {
546
546
  try {
547
547
  if (s) {
548
548
  const o = JSON.stringify(r);
549
- z.ipcRenderer.invoke("app-set-workspace-view-session-data", e, o).catch();
549
+ N.ipcRenderer.invoke("app-set-workspace-view-session-data", e, o).catch();
550
550
  }
551
551
  } catch {
552
552
  }
@@ -554,10 +554,15 @@ const f = async (e, t) => {
554
554
  }, Ke = (e) => {
555
555
  const [t] = P(_);
556
556
  return S(() => t.find((a) => a.id === e) ?? null, [e, t]);
557
- }, $e = () => {
557
+ }, $e = (e = !1) => {
558
+ const [t, s] = m([]);
559
+ return p(() => {
560
+ N.ipcRenderer.invoke("rpc-get-message-log-file-formats", e).then((a) => s(a)).catch();
561
+ }, [e]), t;
562
+ }, qe = () => {
558
563
  const [e, t] = m([]);
559
564
  return p(() => {
560
- z.ipcRenderer.invoke("rpc-get-message-log-file-formats").then((s) => t(s)).catch();
565
+ N.ipcRenderer.invoke("rpc-get-signal-log-file-formats").then((s) => t(s)).catch();
561
566
  }, []), e;
562
567
  };
563
568
  export {
@@ -570,14 +575,14 @@ export {
570
575
  H as U,
571
576
  _ as W,
572
577
  ye as a,
573
- Oe as b,
574
- ze as c,
575
- X as d,
576
- v as e,
578
+ v as b,
579
+ Fe as c,
580
+ ze as d,
581
+ X as e,
577
582
  $ as f,
578
583
  G as g,
579
584
  M as h,
580
- je as i,
585
+ Oe as i,
581
586
  Ne as j,
582
587
  Ie as k,
583
588
  _e as l,
@@ -589,8 +594,9 @@ export {
589
594
  f as r,
590
595
  We as s,
591
596
  He as t,
592
- Fe as u,
597
+ je as u,
593
598
  Je as v,
594
599
  Ke as w,
595
- $e as x
600
+ $e as x,
601
+ qe as y
596
602
  };
@@ -125,12 +125,37 @@ export declare const sendMessage: (channelId: string, frame: WriteFrame) => Prom
125
125
  * @param flags - Any extra {@link CanFrameFlag} values to control how the message is sent out.
126
126
  */
127
127
  export declare const sendCanMessage: (channelId: string, canId: number, data: number[], ...flags: CanFrameFlag[]) => Promise<void>;
128
+ /**
129
+ * Updates a LIN slave channel's message buffer.
130
+ * @param channelId - Identifier of the out channel to be used when updating the message.
131
+ * @param frame - Definition of the frame to be sent out.
132
+ */
133
+ export declare const updateLinMessage: (channelId: string, frame: WriteFrame) => Promise<void>;
134
+ /**
135
+ * Clears a LIN slave channel's message buffer.
136
+ * @param channelId - Identifier of the out channel to be used when clearing the message.
137
+ * @param frameId - Identifier of the message to be cleared.
138
+ */
139
+ export declare const clearLinMessage: (channelId: string, frameId: number) => Promise<void>;
140
+ /**
141
+ * Writes a LIN request message (a LIN message header) to the LIN bus. A slave in the system is then expected to fill in the header
142
+ * with data. Note: This call is only available in master mode.
143
+ * @param channelId - Identifier of the out channel to be used when sending the message.
144
+ * @param frameId - Identifier of the message to be requested.
145
+ */
146
+ export declare const requestLinMessage: (channelId: string, frameId: number) => Promise<void>;
128
147
  /**
129
148
  * Starts a new periodic transmission.
130
149
  * @param settings - The periodic transmission settings.
131
150
  * @returns A promise that resolves with the identifier of the new periodic transmission.
132
151
  */
133
152
  export declare const startPeriodicTransmission: (settings: PeriodicTransmissionSettings) => Promise<string>;
153
+ /**
154
+ * Updates a periodic transmission.
155
+ * @param settings - The new periodic transmission settings.
156
+ * @param periodicTransmissionId - Identifier of the periodic transmission.
157
+ */
158
+ export declare const updatePeriodicTransmission: (settings: PeriodicTransmissionSettings, periodicTransmissionId: string) => Promise<void>;
134
159
  /**
135
160
  * Stops a running periodic transmission.
136
161
  * @param periodicTransmissionId - Identifier of the periodic transmission to be stopped.
@@ -151,6 +176,11 @@ export declare const stopLogReplay: (logReplayId: string) => Promise<void>;
151
176
  * @returns A promise that resolves with a collection of all available message log file formats.
152
177
  */
153
178
  export declare const getMessageLogFileFormats: () => Promise<ILogFileFormat[]>;
179
+ /**
180
+ * Gets all available signal log file formats.
181
+ * @returns A promise that resolves with a collection of all available signal log file formats.
182
+ */
183
+ export declare const getSignalLogFileFormats: () => Promise<ILogFileFormat[]>;
154
184
  /**
155
185
  * Gets all available frame definitions.
156
186
  * @param nodeIdentifier - An optional node identifier. If specified then all frame definitions available for the
package/dist/ipc.js CHANGED
@@ -1 +1 @@
1
- "use strict";var p=Object.defineProperty;var g=(e,a,t)=>a in e?p(e,a,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[a]=t;var c=(e,a,t)=>g(e,typeof a!="symbol"?a+"":a,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("long");const m=require("./ElectronAPIFake.js"),y=require("./measurement_settings.js"),s=window.electron??m.electronApiFake,i=e=>e&&e.message!==void 0,r=(e,a,t)=>{s.ipcRenderer.invoke("app-add-log-message",{time:Date.now(),logLevel:e,categoryName:a,message:t})};class l{constructor(a){c(this,"categoryName");this.categoryName=a}trace(a){r(0,this.categoryName,a)}debug(a){r(1,this.categoryName,a)}info(a){r(2,this.categoryName,a)}warn(a){r(3,this.categoryName,a)}error(a,t){typeof a=="string"?r(4,this.categoryName,a):i(a)&&r(4,this.categoryName,a.message),i(t)&&r(4,this.categoryName,t.message)}critical(a){r(5,this.categoryName,a)}}const u=e=>new l(e),w=async(e,a)=>{await s.ipcRenderer.invoke("app-show-message-box",e,a)},R=async(e,a,t,n,o)=>await s.ipcRenderer.invoke("app-show-question-box",e,a,t,n,o),k=async()=>{await s.ipcRenderer.invoke("rpc-start-measurement")},v=async()=>{await s.ipcRenderer.invoke("rpc-stop-measurement")},f=async e=>{await s.ipcRenderer.invoke("rpc-add-source",e)},N=async e=>{await s.ipcRenderer.invoke("rpc-update-source",e)},h=async e=>{await s.ipcRenderer.invoke("rpc-delete-source",e)},M=async(e,a,t)=>{await s.ipcRenderer.invoke("rpc-add-data-processor",e,a,t)},P=async e=>{await s.ipcRenderer.invoke("rpc-update-data-processor",e)},T=async e=>{await s.ipcRenderer.invoke("rpc-delete-data-processor",e)},b=async e=>{await s.ipcRenderer.invoke("rpc-add-target",e)},D=async e=>{await s.ipcRenderer.invoke("rpc-update-target",e)},F=async e=>{await s.ipcRenderer.invoke("rpc-delete-target",e)},L=async(e,a)=>{await s.ipcRenderer.invoke("rpc-connect-nodes",e,a)},S=async(e,a)=>{await s.ipcRenderer.invoke("rpc-disconnect-nodes",e,a)},x=async e=>{await s.ipcRenderer.invoke("rpc-enable-node",e)},q=async e=>{await s.ipcRenderer.invoke("rpc-disable-node",e)},d=async(e,a)=>{await s.ipcRenderer.invoke("rpc-send-message",e,a)},B=async(e,a,t,...n)=>{const o=y.WriteFrame.fromPartial({id:a,data:t,canFrameFlags:{flags:n}});await d(e,o)},I=async e=>await s.ipcRenderer.invoke("rpc-start-periodic-transmission",e),A=async e=>{await s.ipcRenderer.invoke("rpc-stop-periodic-transmission",e)},C=async e=>{await s.ipcRenderer.invoke("rpc-start-log-replay",e)},E=async e=>{await s.ipcRenderer.invoke("rpc-stop-log-replay",e)},Q=async()=>await s.ipcRenderer.invoke("rpc-get-message-log-file-formats"),j=async e=>await s.ipcRenderer.invoke("rpc-get-frame-definitions",e);exports.addDataProcessor=M;exports.addSource=f;exports.addTarget=b;exports.connectNodes=L;exports.deleteDataProcessor=T;exports.deleteSource=h;exports.deleteTarget=F;exports.disableNode=q;exports.disconnectNodes=S;exports.enableNode=x;exports.getFrameDefinitions=j;exports.getLogger=u;exports.getMessageLogFileFormats=Q;exports.sendCanMessage=B;exports.sendMessage=d;exports.showMessageBox=w;exports.showQuestionBox=R;exports.startLogReplay=C;exports.startMeasurement=k;exports.startPeriodicTransmission=I;exports.stopLogReplay=E;exports.stopMeasurement=v;exports.stopPeriodicTransmission=A;exports.updateDataProcessor=P;exports.updateSource=N;exports.updateTarget=D;
1
+ "use strict";var p=Object.defineProperty;var g=(e,s,n)=>s in e?p(e,s,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[s]=n;var i=(e,s,n)=>g(e,typeof s!="symbol"?s+"":s,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("long");const m=require("./ElectronAPIFake.js"),l=require("./measurement_settings.js"),a=window.electron??m.electronApiFake,c=e=>e&&e.message!==void 0,r=(e,s,n)=>{a.ipcRenderer.invoke("app-add-log-message",{time:Date.now(),logLevel:e,categoryName:s,message:n})};class u{constructor(s){i(this,"categoryName");this.categoryName=s}trace(s){r(0,this.categoryName,s)}debug(s){r(1,this.categoryName,s)}info(s){r(2,this.categoryName,s)}warn(s){r(3,this.categoryName,s)}error(s,n){typeof s=="string"?r(4,this.categoryName,s):c(s)&&r(4,this.categoryName,s.message),c(n)&&r(4,this.categoryName,n.message)}critical(s){r(5,this.categoryName,s)}}const y=e=>new u(e),w=async(e,s)=>{await a.ipcRenderer.invoke("app-show-message-box",e,s)},R=async(e,s,n,t,o)=>await a.ipcRenderer.invoke("app-show-question-box",e,s,n,t,o),k=async()=>{await a.ipcRenderer.invoke("rpc-start-measurement")},v=async()=>{await a.ipcRenderer.invoke("rpc-stop-measurement")},f=async e=>{await a.ipcRenderer.invoke("rpc-add-source",e)},M=async e=>{await a.ipcRenderer.invoke("rpc-update-source",e)},N=async e=>{await a.ipcRenderer.invoke("rpc-delete-source",e)},L=async(e,s,n)=>{await a.ipcRenderer.invoke("rpc-add-data-processor",e,s,n)},h=async e=>{await a.ipcRenderer.invoke("rpc-update-data-processor",e)},F=async e=>{await a.ipcRenderer.invoke("rpc-delete-data-processor",e)},P=async e=>{await a.ipcRenderer.invoke("rpc-add-target",e)},T=async e=>{await a.ipcRenderer.invoke("rpc-update-target",e)},b=async e=>{await a.ipcRenderer.invoke("rpc-delete-target",e)},D=async(e,s)=>{await a.ipcRenderer.invoke("rpc-connect-nodes",e,s)},S=async(e,s)=>{await a.ipcRenderer.invoke("rpc-disconnect-nodes",e,s)},q=async e=>{await a.ipcRenderer.invoke("rpc-enable-node",e)},x=async e=>{await a.ipcRenderer.invoke("rpc-disable-node",e)},d=async(e,s)=>{await a.ipcRenderer.invoke("rpc-send-message",e,s)},B=async(e,s,n,...t)=>{const o=l.WriteFrame.fromPartial({id:s,data:n,canFrameFlags:{flags:t}});await d(e,o)},I=async(e,s)=>{await a.ipcRenderer.invoke("rpc-update-lin-message",e,s)},A=async(e,s)=>{await a.ipcRenderer.invoke("rpc-clear-lin-message",e,s)},C=async(e,s)=>{await a.ipcRenderer.invoke("rpc-request-lin-message",e,s)},E=async e=>await a.ipcRenderer.invoke("rpc-start-periodic-transmission",e),Q=async(e,s)=>{await a.ipcRenderer.invoke("rpc-update-periodic-transmission",e,s)},j=async e=>{await a.ipcRenderer.invoke("rpc-stop-periodic-transmission",e)},O=async e=>{await a.ipcRenderer.invoke("rpc-start-log-replay",e)},W=async e=>{await a.ipcRenderer.invoke("rpc-stop-log-replay",e)},_=async()=>await a.ipcRenderer.invoke("rpc-get-message-log-file-formats"),z=async()=>await a.ipcRenderer.invoke("rpc-get-signal-log-file-formats"),G=async e=>await a.ipcRenderer.invoke("rpc-get-frame-definitions",e);exports.addDataProcessor=L;exports.addSource=f;exports.addTarget=P;exports.clearLinMessage=A;exports.connectNodes=D;exports.deleteDataProcessor=F;exports.deleteSource=N;exports.deleteTarget=b;exports.disableNode=x;exports.disconnectNodes=S;exports.enableNode=q;exports.getFrameDefinitions=G;exports.getLogger=y;exports.getMessageLogFileFormats=_;exports.getSignalLogFileFormats=z;exports.requestLinMessage=C;exports.sendCanMessage=B;exports.sendMessage=d;exports.showMessageBox=w;exports.showQuestionBox=R;exports.startLogReplay=O;exports.startMeasurement=k;exports.startPeriodicTransmission=E;exports.stopLogReplay=W;exports.stopMeasurement=v;exports.stopPeriodicTransmission=j;exports.updateDataProcessor=h;exports.updateLinMessage=I;exports.updatePeriodicTransmission=Q;exports.updateSource=M;exports.updateTarget=T;
package/dist/ipc.mjs CHANGED
@@ -1,75 +1,75 @@
1
1
  var p = Object.defineProperty;
2
- var d = (e, a, r) => a in e ? p(e, a, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[a] = r;
3
- var c = (e, a, r) => d(e, typeof a != "symbol" ? a + "" : a, r);
2
+ var d = (e, a, s) => a in e ? p(e, a, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[a] = s;
3
+ var i = (e, a, s) => d(e, typeof a != "symbol" ? a + "" : a, s);
4
4
  import "long";
5
5
  import { e as g } from "./ElectronAPIFake.mjs";
6
6
  import { W as m } from "./measurement_settings.mjs";
7
- const n = window.electron ?? g, i = (e) => e && e.message !== void 0, s = (e, a, r) => {
7
+ const n = window.electron ?? g, c = (e) => e && e.message !== void 0, r = (e, a, s) => {
8
8
  n.ipcRenderer.invoke("app-add-log-message", {
9
9
  time: Date.now(),
10
10
  logLevel: e,
11
11
  categoryName: a,
12
- message: r
12
+ message: s
13
13
  });
14
14
  };
15
15
  class y {
16
16
  constructor(a) {
17
- c(this, "categoryName");
17
+ i(this, "categoryName");
18
18
  this.categoryName = a;
19
19
  }
20
20
  trace(a) {
21
- s(0, this.categoryName, a);
21
+ r(0, this.categoryName, a);
22
22
  }
23
23
  debug(a) {
24
- s(1, this.categoryName, a);
24
+ r(1, this.categoryName, a);
25
25
  }
26
26
  info(a) {
27
- s(2, this.categoryName, a);
27
+ r(2, this.categoryName, a);
28
28
  }
29
29
  warn(a) {
30
- s(3, this.categoryName, a);
30
+ r(3, this.categoryName, a);
31
31
  }
32
- error(a, r) {
33
- typeof a == "string" ? s(4, this.categoryName, a) : i(a) && s(4, this.categoryName, a.message), i(r) && s(4, this.categoryName, r.message);
32
+ error(a, s) {
33
+ typeof a == "string" ? r(4, this.categoryName, a) : c(a) && r(4, this.categoryName, a.message), c(s) && r(4, this.categoryName, s.message);
34
34
  }
35
35
  critical(a) {
36
- s(5, this.categoryName, a);
36
+ r(5, this.categoryName, a);
37
37
  }
38
38
  }
39
39
  const f = (e) => new y(e), N = async (e, a) => {
40
40
  await n.ipcRenderer.invoke("app-show-message-box", e, a);
41
- }, h = async (e, a, r, t, o) => await n.ipcRenderer.invoke(
41
+ }, h = async (e, a, s, t, o) => await n.ipcRenderer.invoke(
42
42
  "app-show-question-box",
43
43
  e,
44
44
  a,
45
- r,
45
+ s,
46
46
  t,
47
47
  o
48
- ), b = async () => {
48
+ ), F = async () => {
49
49
  await n.ipcRenderer.invoke("rpc-start-measurement");
50
- }, D = async () => {
50
+ }, L = async () => {
51
51
  await n.ipcRenderer.invoke("rpc-stop-measurement");
52
- }, F = async (e) => {
52
+ }, M = async (e) => {
53
53
  await n.ipcRenderer.invoke("rpc-add-source", e);
54
54
  }, T = async (e) => {
55
55
  await n.ipcRenderer.invoke("rpc-update-source", e);
56
- }, M = async (e) => {
56
+ }, b = async (e) => {
57
57
  await n.ipcRenderer.invoke("rpc-delete-source", e);
58
- }, P = async (e, a, r) => {
59
- await n.ipcRenderer.invoke("rpc-add-data-processor", e, a, r);
60
- }, x = async (e) => {
58
+ }, D = async (e, a, s) => {
59
+ await n.ipcRenderer.invoke("rpc-add-data-processor", e, a, s);
60
+ }, P = async (e) => {
61
61
  await n.ipcRenderer.invoke("rpc-update-data-processor", e);
62
- }, L = async (e) => {
62
+ }, x = async (e) => {
63
63
  await n.ipcRenderer.invoke("rpc-delete-data-processor", e);
64
- }, I = async (e) => {
65
- await n.ipcRenderer.invoke("rpc-add-target", e);
66
64
  }, S = async (e) => {
65
+ await n.ipcRenderer.invoke("rpc-add-target", e);
66
+ }, q = async (e) => {
67
67
  await n.ipcRenderer.invoke("rpc-update-target", e);
68
- }, B = async (e) => {
68
+ }, I = async (e) => {
69
69
  await n.ipcRenderer.invoke("rpc-delete-target", e);
70
- }, W = async (e, a) => {
70
+ }, B = async (e, a) => {
71
71
  await n.ipcRenderer.invoke("rpc-connect-nodes", e, a);
72
- }, q = async (e, a) => {
72
+ }, W = async (e, a) => {
73
73
  await n.ipcRenderer.invoke("rpc-disconnect-nodes", e, a);
74
74
  }, A = async (e) => {
75
75
  await n.ipcRenderer.invoke("rpc-enable-node", e);
@@ -77,47 +77,60 @@ const f = (e) => new y(e), N = async (e, a) => {
77
77
  await n.ipcRenderer.invoke("rpc-disable-node", e);
78
78
  }, w = async (e, a) => {
79
79
  await n.ipcRenderer.invoke("rpc-send-message", e, a);
80
- }, E = async (e, a, r, ...t) => {
80
+ }, E = async (e, a, s, ...t) => {
81
81
  const o = m.fromPartial({
82
82
  id: a,
83
- data: r,
83
+ data: s,
84
84
  canFrameFlags: {
85
85
  flags: t
86
86
  }
87
87
  });
88
88
  await w(e, o);
89
- }, Q = async (e) => await n.ipcRenderer.invoke("rpc-start-periodic-transmission", e), j = async (e) => {
89
+ }, Q = async (e, a) => {
90
+ await n.ipcRenderer.invoke("rpc-update-lin-message", e, a);
91
+ }, j = async (e, a) => {
92
+ await n.ipcRenderer.invoke("rpc-clear-lin-message", e, a);
93
+ }, z = async (e, a) => {
94
+ await n.ipcRenderer.invoke("rpc-request-lin-message", e, a);
95
+ }, G = async (e) => await n.ipcRenderer.invoke("rpc-start-periodic-transmission", e), H = async (e, a) => {
96
+ await n.ipcRenderer.invoke("rpc-update-periodic-transmission", e, a);
97
+ }, J = async (e) => {
90
98
  await n.ipcRenderer.invoke("rpc-stop-periodic-transmission", e);
91
- }, z = async (e) => {
99
+ }, K = async (e) => {
92
100
  await n.ipcRenderer.invoke("rpc-start-log-replay", e);
93
- }, G = async (e) => {
101
+ }, O = async (e) => {
94
102
  await n.ipcRenderer.invoke("rpc-stop-log-replay", e);
95
- }, H = async () => await n.ipcRenderer.invoke("rpc-get-message-log-file-formats"), J = async (e) => await n.ipcRenderer.invoke("rpc-get-frame-definitions", e);
103
+ }, U = async () => await n.ipcRenderer.invoke("rpc-get-message-log-file-formats"), V = async () => await n.ipcRenderer.invoke("rpc-get-signal-log-file-formats"), X = async (e) => await n.ipcRenderer.invoke("rpc-get-frame-definitions", e);
96
104
  export {
97
- P as addDataProcessor,
98
- F as addSource,
99
- I as addTarget,
100
- W as connectNodes,
101
- L as deleteDataProcessor,
102
- M as deleteSource,
103
- B as deleteTarget,
105
+ D as addDataProcessor,
106
+ M as addSource,
107
+ S as addTarget,
108
+ j as clearLinMessage,
109
+ B as connectNodes,
110
+ x as deleteDataProcessor,
111
+ b as deleteSource,
112
+ I as deleteTarget,
104
113
  C as disableNode,
105
- q as disconnectNodes,
114
+ W as disconnectNodes,
106
115
  A as enableNode,
107
- J as getFrameDefinitions,
116
+ X as getFrameDefinitions,
108
117
  f as getLogger,
109
- H as getMessageLogFileFormats,
118
+ U as getMessageLogFileFormats,
119
+ V as getSignalLogFileFormats,
120
+ z as requestLinMessage,
110
121
  E as sendCanMessage,
111
122
  w as sendMessage,
112
123
  N as showMessageBox,
113
124
  h as showQuestionBox,
114
- z as startLogReplay,
115
- b as startMeasurement,
116
- Q as startPeriodicTransmission,
117
- G as stopLogReplay,
118
- D as stopMeasurement,
119
- j as stopPeriodicTransmission,
120
- x as updateDataProcessor,
125
+ K as startLogReplay,
126
+ F as startMeasurement,
127
+ G as startPeriodicTransmission,
128
+ O as stopLogReplay,
129
+ L as stopMeasurement,
130
+ J as stopPeriodicTransmission,
131
+ P as updateDataProcessor,
132
+ Q as updateLinMessage,
133
+ H as updatePeriodicTransmission,
121
134
  T as updateSource,
122
- S as updateTarget
135
+ q as updateTarget
123
136
  };