@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.
- package/README.md +98 -64
- package/REDISTRIBUTABLES.txt +88 -2
- package/dist/ElectronAPIFake.js +1 -1
- package/dist/ElectronAPIFake.mjs +20 -14
- package/dist/controls/CanIdentifierControl.d.ts +45 -8
- package/dist/controls/ColumnItemControl.d.ts +1 -1
- package/dist/controls/DropdownButton.d.ts +1 -1
- package/dist/controls/LinChannelSelectControl.d.ts +34 -0
- package/dist/controls/LinIdentifierControl.d.ts +224 -0
- package/dist/controls/SelectMessageDialog.d.ts +28 -0
- package/dist/controls/SelectSignalControl.d.ts +11 -0
- package/dist/controls/SelectSignalDialog.d.ts +21 -0
- package/dist/controls/TableControl.d.ts +7 -1
- package/dist/controls/index.d.ts +10 -0
- package/dist/controls.js +1 -1
- package/dist/controls.mjs +1862 -1054
- package/dist/grpc.js +1 -1
- package/dist/grpc.mjs +123 -95
- package/dist/hooks/index.d.ts +6 -1
- package/dist/hooks.js +1 -1
- package/dist/hooks.mjs +17 -16
- package/dist/icons/index.d.ts +6 -0
- package/dist/icons.js +1 -1
- package/dist/icons.mjs +87 -75
- package/dist/index.js +1 -1
- package/dist/index.mjs +48 -42
- package/dist/ipc/index.d.ts +30 -0
- package/dist/ipc.js +1 -1
- package/dist/ipc.mjs +64 -51
- package/dist/measurement_settings.js +1 -1
- package/dist/measurement_settings.mjs +3196 -1353
- package/dist/models/index.d.ts +4 -1
- package/dist/models.js +1 -1
- package/dist/models.mjs +235 -223
- package/dist/protos/app_params.d.ts +10 -0
- package/dist/protos/device_params.d.ts +14 -25
- package/dist/protos/frame_params.d.ts +10 -6
- package/dist/protos/measurement_params.d.ts +11 -0
- package/dist/protos/measurement_service.d.ts +58 -2
- package/dist/protos/measurement_settings.d.ts +106 -35
- package/dist/protos/signal_params.d.ts +3 -0
- package/dist/protos/status_params.d.ts +9 -9
- package/dist/status_params.js +1 -1
- package/dist/status_params.mjs +699 -2115
- package/doc/assets/favicon.png +0 -0
- package/doc/assets/hierarchy.js +1 -0
- package/doc/assets/highlight.css +16 -16
- package/doc/assets/icons.js +1 -1
- package/doc/assets/icons.svg +1 -1
- package/doc/assets/main.js +5 -5
- package/doc/assets/navigation.js +1 -1
- package/doc/assets/search.js +1 -1
- package/doc/assets/style.css +1405 -1288
- package/doc/classes/controls.LocalizedStrings.html +3 -176
- package/doc/classes/models.DataBuffer.html +16 -189
- package/doc/classes/models.DataBufferView.html +11 -184
- package/doc/classes/models.Point.html +7 -180
- package/doc/enums/models.AccessMode.html +9 -182
- package/doc/enums/models.AppEvent.html +6 -179
- package/doc/enums/models.CanChannelCap.html +44 -217
- package/doc/enums/models.CanFrameFlag.html +27 -200
- package/doc/enums/models.CanMessageFilterType.html +6 -0
- package/doc/enums/models.CanMode.html +7 -180
- package/doc/enums/models.DecimalChar.html +5 -178
- package/doc/enums/models.DeviceEvent.html +6 -179
- package/doc/enums/models.FileConflictAction.html +7 -180
- package/doc/enums/models.FileType.html +7 -0
- package/doc/enums/models.LinFrameFlag.html +12 -185
- package/doc/enums/models.LogFileFormat.html +48 -221
- package/doc/enums/models.LogLevel.html +17 -190
- package/doc/enums/models.LogReplayState.html +6 -179
- package/doc/enums/models.LoggerState.html +7 -0
- package/doc/enums/models.MeasurementEvent.html +12 -185
- package/doc/enums/models.Protocols.html +9 -182
- package/doc/enums/models.Separator.html +5 -178
- package/doc/enums/models.SignalEncoding.html +5 -178
- package/doc/enums/models.SignalType.html +12 -185
- package/doc/enums/models.SignalValueTriggerOperator.html +13 -186
- package/doc/enums/models.StatusLevel.html +7 -180
- package/doc/enums/models.TimeReference.html +5 -178
- package/doc/enums/models.TriggerOperator.html +6 -179
- package/doc/functions/controls.CanChannelSelectControl.html +2 -175
- package/doc/functions/controls.CanIdentifierControl.html +2 -175
- package/doc/functions/controls.CanIdentifierFrameControl.html +2 -175
- package/doc/functions/controls.CanIdentifierGeneratorControl.html +2 -175
- package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +2 -175
- package/doc/functions/controls.CanKingDataProvider.html +5 -178
- package/doc/functions/controls.CheckboxControl.html +2 -175
- package/doc/functions/controls.ColumnItemControl.html +2 -175
- package/doc/functions/controls.ContextMenu.html +2 -175
- package/doc/functions/controls.DropdownButton.html +2 -175
- package/doc/functions/controls.DropdownButtonTextItems.html +2 -175
- package/doc/functions/controls.DropdownPanel.html +2 -175
- package/doc/functions/controls.FillBox.html +19 -192
- package/doc/functions/controls.FormControlRow.html +2 -175
- package/doc/functions/controls.InlineEditor.html +2 -175
- package/doc/functions/controls.LinChannelSelectControl.html +4 -0
- package/doc/functions/controls.LinIdentifierControl.html +4 -0
- package/doc/functions/controls.LinIdentifierFrameControl.html +4 -0
- package/doc/functions/controls.LinIdentifierGeneratorControl.html +4 -0
- package/doc/functions/controls.LinIdentifierGeneratorSettingsControl.html +5 -0
- package/doc/functions/controls.NumberRangeControl.html +2 -175
- package/doc/functions/controls.OneLineButton.html +19 -192
- package/doc/functions/controls.RadioControl.html +2 -175
- package/doc/functions/controls.RadioGroupControl.html +2 -175
- package/doc/functions/controls.SectionControl.html +2 -175
- package/doc/functions/controls.SelectControl.html +2 -175
- package/doc/functions/controls.SelectMessageDialog.html +2 -0
- package/doc/functions/controls.SelectSignalControl.html +1 -0
- package/doc/functions/controls.SelectSignalDialog.html +2 -0
- package/doc/functions/controls.SizedBox.html +19 -192
- package/doc/functions/controls.TableControl.html +3 -176
- package/doc/functions/controls.TabsPanel.html +19 -192
- package/doc/functions/controls.TextControl.html +2 -175
- package/doc/functions/controls.ToolbarControl.html +2 -175
- package/doc/functions/controls.ValidateableTextControl.html +2 -175
- package/doc/functions/controls.useColumnItem.html +3 -176
- package/doc/functions/controls.useColumnItems.html +3 -176
- package/doc/functions/controls.useMessageDatabases.html +2 -0
- package/doc/functions/hooks.useDevices.html +3 -176
- package/doc/functions/hooks.useIsOnline.html +3 -176
- package/doc/functions/hooks.useLanguage.html +3 -176
- package/doc/functions/hooks.useLocalizedStrings.html +3 -176
- package/doc/functions/hooks.useLogMessages.html +3 -176
- package/doc/functions/hooks.useMaxDataBytes.html +2 -175
- package/doc/functions/hooks.useMeasurementSetup.html +3 -176
- package/doc/functions/hooks.useMeasurementStatus.html +3 -176
- package/doc/functions/hooks.useMessageLogFileFormats.html +3 -175
- package/doc/functions/hooks.useNewMeasurementData.html +5 -178
- package/doc/functions/hooks.useNodeStatus.html +3 -176
- package/doc/functions/hooks.useNumericRadix.html +3 -176
- package/doc/functions/hooks.useOnlineStatus.html +3 -176
- package/doc/functions/hooks.useOverallStatusLevel.html +3 -176
- package/doc/functions/hooks.useProjectData.html +5 -178
- package/doc/functions/hooks.useRecentProjectFiles.html +2 -175
- package/doc/functions/hooks.useRunningPeriodicTransmissions.html +3 -176
- package/doc/functions/hooks.useSessionData.html +5 -178
- package/doc/functions/hooks.useSignalLogFileFormats.html +2 -0
- package/doc/functions/hooks.useUserSettings.html +3 -176
- package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -175
- package/doc/functions/icons.AddIcon.html +4 -175
- package/doc/functions/icons.ArrowDownIcon.html +4 -175
- package/doc/functions/icons.ArrowLeftIcon.html +4 -175
- package/doc/functions/icons.ArrowRightIcon.html +4 -175
- package/doc/functions/icons.ArrowUpIcon.html +4 -175
- package/doc/functions/icons.BusIsOffIcon.html +4 -175
- package/doc/functions/icons.BusIsOnIcon.html +4 -175
- package/doc/functions/icons.CloseIcon.html +4 -175
- package/doc/functions/icons.ColumnSettingsIcon.html +4 -0
- package/doc/functions/icons.CopyIcon.html +4 -175
- package/doc/functions/icons.DarkModeIcon.html +4 -175
- package/doc/functions/icons.DeleteIcon.html +4 -175
- package/doc/functions/icons.DisableIcon.html +4 -175
- package/doc/functions/icons.EditIcon.html +4 -175
- package/doc/functions/icons.EnableIcon.html +4 -0
- package/doc/functions/icons.FilterIcon.html +4 -175
- package/doc/functions/icons.FixedPositionIcon.html +4 -175
- package/doc/functions/icons.LeaveFullScreenIcon.html +4 -175
- package/doc/functions/icons.LightModeIcon.html +4 -175
- package/doc/functions/icons.LineArrowDownIcon.html +4 -175
- package/doc/functions/icons.LineArrowUpIcon.html +4 -175
- package/doc/functions/icons.MaximizeWindowIcon.html +4 -175
- package/doc/functions/icons.MeasurementSetupIcon.html +4 -175
- package/doc/functions/icons.MoreHorizIcon.html +4 -175
- package/doc/functions/icons.MoreVertIcon.html +4 -175
- package/doc/functions/icons.NewIcon.html +4 -175
- package/doc/functions/icons.OpenExternallyIcon.html +4 -175
- package/doc/functions/icons.OpenIcon.html +4 -175
- package/doc/functions/icons.PauseIcon.html +4 -175
- package/doc/functions/icons.PlayIcon.html +4 -175
- package/doc/functions/icons.PlaySolidIcon.html +4 -175
- package/doc/functions/icons.SaveIcon.html +4 -175
- package/doc/functions/icons.SelectAllIcon.html +4 -175
- package/doc/functions/icons.ServiceIconActive.html +4 -175
- package/doc/functions/icons.ServiceIconInactive.html +4 -175
- package/doc/functions/icons.SettingsIcon.html +4 -175
- package/doc/functions/icons.StopIcon.html +4 -175
- package/doc/functions/icons.StopSolidIcon.html +4 -175
- package/doc/functions/icons.ToolsPanelHiddenIcon.html +4 -175
- package/doc/functions/icons.ToolsPanelVisibleIcon.html +4 -175
- package/doc/functions/icons.UnmaximizeWindowIcon.html +4 -175
- package/doc/functions/icons.WorkspacesIcon.html +4 -175
- package/doc/functions/ipc.addDataProcessor.html +3 -176
- package/doc/functions/ipc.addSource.html +3 -176
- package/doc/functions/ipc.addTarget.html +3 -176
- package/doc/functions/ipc.clearLinMessage.html +4 -0
- package/doc/functions/ipc.connectNodes.html +3 -176
- package/doc/functions/ipc.deleteDataProcessor.html +3 -176
- package/doc/functions/ipc.deleteSource.html +3 -176
- package/doc/functions/ipc.deleteTarget.html +3 -176
- package/doc/functions/ipc.disableNode.html +3 -176
- package/doc/functions/ipc.disconnectNodes.html +3 -176
- package/doc/functions/ipc.enableNode.html +3 -176
- package/doc/functions/ipc.getFrameDefinitions.html +3 -176
- package/doc/functions/ipc.getLogger.html +3 -176
- package/doc/functions/ipc.getMessageLogFileFormats.html +3 -176
- package/doc/functions/ipc.getSignalLogFileFormats.html +3 -0
- package/doc/functions/ipc.requestLinMessage.html +5 -0
- package/doc/functions/ipc.sendCanMessage.html +4 -177
- package/doc/functions/ipc.sendMessage.html +3 -176
- package/doc/functions/ipc.showMessageBox.html +3 -176
- package/doc/functions/ipc.showQuestionBox.html +3 -176
- package/doc/functions/ipc.startLogReplay.html +3 -176
- package/doc/functions/ipc.startMeasurement.html +2 -175
- package/doc/functions/ipc.startPeriodicTransmission.html +3 -176
- package/doc/functions/ipc.stopLogReplay.html +3 -176
- package/doc/functions/ipc.stopMeasurement.html +2 -175
- package/doc/functions/ipc.stopPeriodicTransmission.html +3 -176
- package/doc/functions/ipc.updateDataProcessor.html +3 -176
- package/doc/functions/ipc.updateLinMessage.html +4 -0
- package/doc/functions/ipc.updatePeriodicTransmission.html +4 -0
- package/doc/functions/ipc.updateSource.html +3 -176
- package/doc/functions/ipc.updateTarget.html +3 -176
- package/doc/functions/models.accessModeFromJSON.html +1 -174
- package/doc/functions/models.accessModeToJSON.html +1 -174
- package/doc/functions/models.appEventFromJSON.html +1 -174
- package/doc/functions/models.appEventToJSON.html +1 -174
- package/doc/functions/models.canChannelCapFromJSON.html +1 -174
- package/doc/functions/models.canChannelCapToJSON.html +1 -174
- package/doc/functions/models.canFrameFlagFromJSON.html +1 -174
- package/doc/functions/models.canFrameFlagToJSON.html +1 -174
- package/doc/functions/models.canMessageFilterTypeFromJSON.html +1 -0
- package/doc/functions/models.canMessageFilterTypeToJSON.html +1 -0
- package/doc/functions/models.canModeFromJSON.html +1 -174
- package/doc/functions/models.canModeToJSON.html +1 -174
- package/doc/functions/models.createElectronApiFake.html +3 -176
- package/doc/functions/models.decimalCharFromJSON.html +1 -174
- package/doc/functions/models.decimalCharToJSON.html +1 -174
- package/doc/functions/models.decimalToFixed.html +1 -174
- package/doc/functions/models.decimalToHex.html +1 -174
- package/doc/functions/models.deviceEventFromJSON.html +1 -174
- package/doc/functions/models.deviceEventToJSON.html +1 -174
- package/doc/functions/models.fileConflictActionFromJSON.html +1 -174
- package/doc/functions/models.fileConflictActionToJSON.html +1 -174
- package/doc/functions/models.fileTypeFromJSON.html +1 -0
- package/doc/functions/models.fileTypeToJSON.html +1 -0
- package/doc/functions/models.linFrameFlagFromJSON.html +1 -174
- package/doc/functions/models.linFrameFlagToJSON.html +1 -174
- package/doc/functions/models.logFileFormatFromJSON.html +1 -174
- package/doc/functions/models.logFileFormatToJSON.html +1 -174
- package/doc/functions/models.logLevelFromJSON.html +1 -174
- package/doc/functions/models.logLevelToJSON.html +1 -174
- package/doc/functions/models.logReplayStateFromJSON.html +1 -174
- package/doc/functions/models.logReplayStateToJSON.html +1 -174
- package/doc/functions/models.loggerStateFromJSON.html +1 -0
- package/doc/functions/models.loggerStateToJSON.html +1 -0
- package/doc/functions/models.longToNumber.html +1 -174
- package/doc/functions/models.measurementEventFromJSON.html +1 -174
- package/doc/functions/models.measurementEventToJSON.html +1 -174
- package/doc/functions/models.protocolsFromJSON.html +1 -174
- package/doc/functions/models.protocolsToJSON.html +1 -174
- package/doc/functions/models.separatorFromJSON.html +1 -174
- package/doc/functions/models.separatorToJSON.html +1 -174
- package/doc/functions/models.signalEncodingFromJSON.html +1 -174
- package/doc/functions/models.signalEncodingToJSON.html +1 -174
- package/doc/functions/models.signalTypeFromJSON.html +1 -174
- package/doc/functions/models.signalTypeToJSON.html +1 -174
- package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +1 -174
- package/doc/functions/models.signalValueTriggerOperatorToJSON.html +1 -174
- package/doc/functions/models.statusLevelFromJSON.html +1 -174
- package/doc/functions/models.statusLevelToJSON.html +1 -174
- package/doc/functions/models.timeReferenceFromJSON.html +1 -174
- package/doc/functions/models.timeReferenceToJSON.html +1 -174
- package/doc/functions/models.triggerOperatorFromJSON.html +1 -174
- package/doc/functions/models.triggerOperatorToJSON.html +1 -174
- package/doc/hierarchy.html +1 -174
- package/doc/index.html +65 -237
- package/doc/interfaces/controls.ButtonGroupProps.html +6 -179
- package/doc/interfaces/controls.ButtonProps.html +10 -183
- package/doc/interfaces/controls.CanChannelSelectControlProps.html +14 -187
- package/doc/interfaces/controls.CanIdentifierControlProps.html +32 -189
- package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +28 -187
- package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +28 -201
- package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +17 -190
- package/doc/interfaces/controls.CheckboxControlProps.html +7 -180
- package/doc/interfaces/controls.ColumnItem.html +3 -0
- package/doc/interfaces/controls.ColumnItemControlProps.html +3 -176
- package/doc/interfaces/controls.ContextMenuProps.html +6 -179
- package/doc/interfaces/controls.DropdownButtonChildrenProps.html +4 -177
- package/doc/interfaces/controls.DropdownButtonProps.html +11 -184
- package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +9 -182
- package/doc/interfaces/controls.DropdownPanelProps.html +15 -188
- package/doc/interfaces/controls.FormControlRowProps.html +7 -180
- package/doc/interfaces/controls.ILocalizedStrings.html +3 -176
- package/doc/interfaces/controls.IMessageDatabase.html +4 -0
- package/doc/interfaces/controls.InlineEditorProps.html +9 -182
- package/doc/interfaces/controls.LabelProps.html +3 -176
- package/doc/interfaces/controls.LinChannelSelectControlProps.html +20 -0
- package/doc/interfaces/controls.LinIdentifierControlProps.html +35 -0
- package/doc/interfaces/controls.LinIdentifierFrameControlProps.html +33 -0
- package/doc/interfaces/controls.LinIdentifierGeneratorControlProps.html +37 -0
- package/doc/interfaces/controls.LinIdentifierGeneratorSettingsControlProps.html +25 -0
- package/doc/interfaces/controls.NumberRangeControlProps.html +41 -214
- package/doc/interfaces/controls.RadioControlProps.html +4 -177
- package/doc/interfaces/controls.RadioGroupControlProps.html +6 -179
- package/doc/interfaces/controls.SectionControlProps.html +8 -181
- package/doc/interfaces/controls.SelectControlProps.html +20 -193
- package/doc/interfaces/controls.SelectMessageDialogProps.html +8 -0
- package/doc/interfaces/controls.SelectSignalDialogProps.html +12 -0
- package/doc/interfaces/controls.TableColumn.html +10 -183
- package/doc/interfaces/controls.TableControlProps.html +24 -191
- package/doc/interfaces/controls.TextControlProps.html +24 -197
- package/doc/interfaces/controls.ToggleButtonGroupProps.html +9 -182
- package/doc/interfaces/controls.ToggleButtonProps.html +5 -178
- package/doc/interfaces/controls.ToolbarControlProps.html +9 -182
- package/doc/interfaces/controls.ValidateableTextControlProps.html +40 -213
- package/doc/interfaces/controls.toolbarItem.html +7 -180
- package/doc/interfaces/ipc.ILogger.html +3 -176
- package/doc/interfaces/models.AboutInformation.html +8 -181
- package/doc/interfaces/models.ActivateLicenseRequest.html +6 -179
- package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +3 -176
- package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +3 -176
- package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +9 -182
- package/doc/interfaces/models.AddOrUpdateSourceRequest.html +5 -178
- package/doc/interfaces/models.AddOrUpdateTargetRequest.html +5 -178
- package/doc/interfaces/models.ApiPreferences.html +5 -178
- package/doc/interfaces/models.AppEventArgs.html +4 -177
- package/doc/interfaces/models.BaseNodeProperties.html +5 -178
- package/doc/interfaces/models.BusStatus.html +17 -190
- package/doc/interfaces/models.CanBusParamLimits.html +7 -180
- package/doc/interfaces/models.CanBusParams.html +3 -176
- package/doc/interfaces/models.CanBusSpeedInfo.html +12 -191
- package/doc/interfaces/models.CanChannelCapacity.html +7 -180
- package/doc/interfaces/models.CanChannelConfiguration.html +16 -185
- package/doc/interfaces/models.CanFDBusSpeedCombination.html +4 -177
- package/doc/interfaces/models.CanFDBusSpeedInfo.html +8 -189
- package/doc/interfaces/models.CanFrameFlags.html +3 -176
- package/doc/interfaces/models.CanMessageFilterSettings.html +5 -178
- package/doc/interfaces/models.Channel.html +5 -178
- package/doc/interfaces/models.ChannelSettings.html +20 -193
- package/doc/interfaces/models.ClearLinMessageRequest.html +6 -179
- package/doc/interfaces/models.ConnectNodesRequest.html +4 -177
- package/doc/interfaces/models.DataProcessingStatus.html +6 -179
- package/doc/interfaces/models.DataProcessorNodeProperties.html +8 -181
- package/doc/interfaces/models.DatabaseFiles.html +6 -0
- package/doc/interfaces/models.DatabasesSettings.html +3 -176
- package/doc/interfaces/models.Device.html +6 -179
- package/doc/interfaces/models.DeviceEventArgs.html +4 -177
- package/doc/interfaces/models.Devices.html +2 -175
- package/doc/interfaces/models.DisconnectNodesRequest.html +4 -177
- package/doc/interfaces/models.Empty.html +2 -175
- package/doc/interfaces/models.ErrorStatus.html +3 -176
- package/doc/interfaces/models.Frame.html +19 -192
- package/doc/interfaces/models.FrameDefinition.html +10 -181
- package/doc/interfaces/models.FrameDefinitions.html +2 -175
- package/doc/interfaces/models.FramePropertyValue.html +4 -177
- package/doc/interfaces/models.FrameReceivedTrigger.html +6 -179
- package/doc/interfaces/models.Frame_PropertiesEntry.html +2 -175
- package/doc/interfaces/models.Frames.html +2 -175
- package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +6 -176
- package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +6 -179
- package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +5 -178
- package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +4 -177
- package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +4 -177
- package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +3 -176
- package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +4 -177
- package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +4 -177
- package/doc/interfaces/models.GetDataProcessorResponse.html +3 -176
- package/doc/interfaces/models.GetDevicesRequest.html +3 -176
- package/doc/interfaces/models.GetDevicesResponse.html +3 -176
- package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +3 -176
- package/doc/interfaces/models.GetLicensesResponse.html +3 -176
- package/doc/interfaces/models.GetLogFileFormatsRequest.html +8 -179
- package/doc/interfaces/models.GetLogFileFormatsResponse.html +3 -176
- package/doc/interfaces/models.GetLogLevelResponse.html +4 -177
- package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +3 -176
- package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +3 -176
- package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +4 -177
- package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +7 -180
- package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +5 -178
- package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +4 -177
- package/doc/interfaces/models.GetSourceResponse.html +3 -176
- package/doc/interfaces/models.GetTargetResponse.html +3 -176
- package/doc/interfaces/models.ILogFileFormat.html +3 -176
- package/doc/interfaces/models.IProject.html +4 -177
- package/doc/interfaces/models.IUserSettings.html +13 -183
- package/doc/interfaces/models.IWorkspaceComponentPaneData.html +4 -177
- package/doc/interfaces/models.IWorkspaceContainerPaneData.html +4 -177
- package/doc/interfaces/models.IWorkspaceData.html +4 -177
- package/doc/interfaces/models.IWorkspacePaneData.html +4 -177
- package/doc/interfaces/models.IdentifierRequest.html +3 -176
- package/doc/interfaces/models.IdentifiersRequest.html +3 -176
- package/doc/interfaces/models.InstallServiceExtensionRequest.html +6 -179
- package/doc/interfaces/models.InterpreterSettings.html +4 -177
- package/doc/interfaces/models.J1939InterpreterSettings.html +2 -175
- package/doc/interfaces/models.LicenseInformation.html +18 -191
- package/doc/interfaces/models.Licenses.html +3 -176
- package/doc/interfaces/models.LinChannelConfiguration.html +14 -185
- package/doc/interfaces/models.LinFrameFlags.html +3 -176
- package/doc/interfaces/models.LogMessage.html +8 -181
- package/doc/interfaces/models.LogMessages.html +3 -176
- package/doc/interfaces/models.LogReplaySettings.html +24 -197
- package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +2 -175
- package/doc/interfaces/models.LogReplayStatus.html +3 -176
- package/doc/interfaces/models.LoggerStatus.html +3 -0
- package/doc/interfaces/models.MeasurementEventArgs.html +5 -178
- package/doc/interfaces/models.MeasurementSetup.html +3 -176
- package/doc/interfaces/models.MessageLoggerSettings.html +44 -213
- package/doc/interfaces/models.NodeStatus.html +18 -191
- package/doc/interfaces/models.NodeStatuses.html +3 -176
- package/doc/interfaces/models.OnlineStatus.html +3 -176
- package/doc/interfaces/models.PeriodicTransmissionSettings.html +34 -207
- package/doc/interfaces/models.RequestLinMessageRequest.html +6 -179
- package/doc/interfaces/models.ScheduleTable.html +5 -178
- package/doc/interfaces/models.ScheduleTableEntry.html +5 -178
- package/doc/interfaces/models.SendLinWakeupFrameRequest.html +4 -177
- package/doc/interfaces/models.SendMessageRequest.html +3 -176
- package/doc/interfaces/models.ServiceExtensionSettings.html +4 -177
- package/doc/interfaces/models.SetLogLevelRequest.html +4 -177
- package/doc/interfaces/models.SetMeasurementSetupRequest.html +3 -176
- package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +7 -180
- package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +5 -178
- package/doc/interfaces/models.SignalDefinition.html +11 -181
- package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +2 -175
- package/doc/interfaces/models.SignalDefinitions.html +2 -175
- package/doc/interfaces/models.SignalFilterSettings.html +4 -0
- package/doc/interfaces/models.SignalLoggerSettings.html +56 -0
- package/doc/interfaces/models.SignalValue.html +5 -180
- package/doc/interfaces/models.SignalValueTrigger.html +14 -187
- package/doc/interfaces/models.SourceNodeProperties.html +7 -180
- package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +3 -176
- package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +3 -176
- package/doc/interfaces/models.TargetNodeProperties.html +6 -178
- package/doc/interfaces/models.TriggerSettings.html +8 -181
- package/doc/interfaces/models.UninstallServiceExtensionRequest.html +3 -176
- package/doc/interfaces/models.UpdateLinMessageRequest.html +4 -177
- package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.html +7 -0
- package/doc/interfaces/models.WriteFrame.html +6 -183
- package/doc/modules/controls.html +3 -241
- package/doc/modules/hooks.html +3 -196
- package/doc/modules/icons.html +2 -216
- package/doc/modules/ipc.html +2 -202
- package/doc/modules/models.html +2 -478
- package/doc/modules.html +1 -179
- package/doc/types/controls.ContextMenuOption.html +6 -179
- package/doc/types/controls.SelectOption.html +4 -177
- package/doc/types/controls.StringsMap.html +2 -175
- package/doc/types/controls.canIdentifierGeneratorType.html +2 -0
- package/doc/types/controls.canIdentifierType.html +2 -175
- package/doc/types/controls.linIdentifierGeneratorType.html +2 -0
- package/doc/types/models.IReadOnlyDataBuffer.html +1 -174
- package/doc/types/models.themes.html +1 -174
- package/doc/variables/models.AboutInformation-1.html +1 -174
- package/doc/variables/models.ActivateLicenseRequest-1.html +1 -174
- package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +1 -174
- package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +1 -174
- package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +1 -174
- package/doc/variables/models.AddOrUpdateSourceRequest-1.html +1 -174
- package/doc/variables/models.AddOrUpdateTargetRequest-1.html +1 -174
- package/doc/variables/models.ApiPreferences-1.html +1 -174
- package/doc/variables/models.AppEventArgs-1.html +1 -174
- package/doc/variables/models.BaseNodeProperties-1.html +1 -174
- package/doc/variables/models.BusStatus-1.html +1 -174
- package/doc/variables/models.CanBusParamLimits-1.html +1 -174
- package/doc/variables/models.CanBusParams-1.html +1 -174
- package/doc/variables/models.CanBusSpeedInfo-1.html +1 -174
- package/doc/variables/models.CanChannelCapacity-1.html +1 -174
- package/doc/variables/models.CanChannelConfiguration-1.html +1 -174
- package/doc/variables/models.CanFDBusSpeedCombination-1.html +1 -174
- package/doc/variables/models.CanFDBusSpeedInfo-1.html +1 -174
- package/doc/variables/models.CanFrameFlags-1.html +1 -174
- package/doc/variables/models.CanMessageFilterSettings-1.html +1 -174
- package/doc/variables/models.Channel-1.html +1 -174
- package/doc/variables/models.ChannelSettings-1.html +1 -174
- package/doc/variables/models.ClearLinMessageRequest-1.html +1 -174
- package/doc/variables/models.ConnectNodesRequest-1.html +1 -174
- package/doc/variables/models.DataProcessingStatus-1.html +1 -174
- package/doc/variables/models.DataProcessorNodeProperties-1.html +1 -174
- package/doc/variables/models.DatabaseFiles-1.html +1 -0
- package/doc/variables/models.DatabasesSettings-1.html +1 -174
- package/doc/variables/models.Device-1.html +1 -174
- package/doc/variables/models.DeviceEventArgs-1.html +1 -174
- package/doc/variables/models.Devices-1.html +1 -174
- package/doc/variables/models.DisconnectNodesRequest-1.html +1 -174
- package/doc/variables/models.Empty-1.html +1 -174
- package/doc/variables/models.ErrorStatus-1.html +1 -174
- package/doc/variables/models.Frame-1.html +1 -174
- package/doc/variables/models.FrameDefinition-1.html +1 -174
- package/doc/variables/models.FrameDefinitions-1.html +1 -174
- package/doc/variables/models.FramePropertyValue-1.html +1 -174
- package/doc/variables/models.FrameReceivedTrigger-1.html +1 -174
- package/doc/variables/models.Frame_PropertiesEntry-1.html +1 -174
- package/doc/variables/models.Frames-1.html +1 -174
- package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +1 -174
- package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +1 -174
- package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +1 -174
- package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +1 -174
- package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +1 -174
- package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +1 -174
- package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +1 -174
- package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +1 -174
- package/doc/variables/models.GetDataProcessorResponse-1.html +1 -174
- package/doc/variables/models.GetDevicesRequest-1.html +1 -174
- package/doc/variables/models.GetDevicesResponse-1.html +1 -174
- package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +1 -174
- package/doc/variables/models.GetLicensesResponse-1.html +1 -174
- package/doc/variables/models.GetLogFileFormatsRequest-1.html +1 -174
- package/doc/variables/models.GetLogFileFormatsResponse-1.html +1 -174
- package/doc/variables/models.GetLogLevelResponse-1.html +1 -174
- package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +1 -174
- package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +1 -174
- package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +1 -174
- package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +1 -174
- package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +1 -174
- package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +1 -174
- package/doc/variables/models.GetSourceResponse-1.html +1 -174
- package/doc/variables/models.GetTargetResponse-1.html +1 -174
- package/doc/variables/models.IdentifierRequest-1.html +1 -174
- package/doc/variables/models.IdentifiersRequest-1.html +1 -174
- package/doc/variables/models.InstallServiceExtensionRequest-1.html +1 -174
- package/doc/variables/models.InterpreterSettings-1.html +1 -174
- package/doc/variables/models.J1939InterpreterSettings-1.html +1 -174
- package/doc/variables/models.LicenseInformation-1.html +1 -174
- package/doc/variables/models.Licenses-1.html +1 -174
- package/doc/variables/models.LinChannelConfiguration-1.html +1 -174
- package/doc/variables/models.LinFrameFlags-1.html +1 -174
- package/doc/variables/models.LogMessage-1.html +1 -174
- package/doc/variables/models.LogMessages-1.html +1 -174
- package/doc/variables/models.LogReplaySettings-1.html +1 -174
- package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +1 -174
- package/doc/variables/models.LogReplayStatus-1.html +1 -174
- package/doc/variables/models.LoggerStatus-1.html +1 -0
- package/doc/variables/models.MeasurementEventArgs-1.html +1 -174
- package/doc/variables/models.MeasurementSetup-1.html +1 -174
- package/doc/variables/models.MessageLoggerSettings-1.html +1 -174
- package/doc/variables/models.NodeStatus-1.html +1 -174
- package/doc/variables/models.NodeStatuses-1.html +1 -174
- package/doc/variables/models.OnlineStatus-1.html +1 -174
- package/doc/variables/models.PeriodicTransmissionSettings-1.html +1 -174
- package/doc/variables/models.RequestLinMessageRequest-1.html +1 -174
- package/doc/variables/models.ScheduleTable-1.html +1 -174
- package/doc/variables/models.ScheduleTableEntry-1.html +1 -174
- package/doc/variables/models.SendLinWakeupFrameRequest-1.html +1 -174
- package/doc/variables/models.SendMessageRequest-1.html +1 -174
- package/doc/variables/models.ServiceExtensionSettings-1.html +1 -174
- package/doc/variables/models.SetLogLevelRequest-1.html +1 -174
- package/doc/variables/models.SetMeasurementSetupRequest-1.html +1 -174
- package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +1 -174
- package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +1 -174
- package/doc/variables/models.SignalDefinition-1.html +1 -174
- package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +1 -174
- package/doc/variables/models.SignalDefinitions-1.html +1 -174
- package/doc/variables/models.SignalFilterSettings-1.html +1 -0
- package/doc/variables/models.SignalLoggerSettings-1.html +1 -0
- package/doc/variables/models.SignalValue-1.html +1 -174
- package/doc/variables/models.SignalValueTrigger-1.html +1 -174
- package/doc/variables/models.SourceNodeProperties-1.html +1 -174
- package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +1 -174
- package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +1 -174
- package/doc/variables/models.TargetNodeProperties-1.html +1 -174
- package/doc/variables/models.TriggerSettings-1.html +1 -174
- package/doc/variables/models.UninstallServiceExtensionRequest-1.html +1 -174
- package/doc/variables/models.UpdateLinMessageRequest-1.html +1 -174
- package/doc/variables/models.UpdatePeriodicTransmissionRequest-1.html +1 -0
- package/doc/variables/models.WriteFrame-1.html +1 -174
- package/doc/variables/models.defaultUserSettings.html +2 -175
- package/package.json +15 -3
- package/doc/assets/material-style.css +0 -338
- package/doc/enums/models.MessageLoggerState.html +0 -180
- package/doc/functions/models.messageLoggerStateFromJSON.html +0 -174
- package/doc/functions/models.messageLoggerStateToJSON.html +0 -174
- package/doc/interfaces/models.CanBusSpeed.html +0 -187
- package/doc/interfaces/models.MessageLoggerStatus.html +0 -176
- package/doc/variables/models.CanBusSpeed-1.html +0 -174
- package/doc/variables/models.MessageLoggerStatus-1.html +0 -174
|
@@ -1,338 +0,0 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
|
|
2
|
-
|
|
3
|
-
:root,
|
|
4
|
-
:root[data-theme="light"],
|
|
5
|
-
:root[data-theme="dark"] {
|
|
6
|
-
--font-sans: "Space Grotesk", sans-serif;
|
|
7
|
-
--font-mono: "Space Mono", monospace;
|
|
8
|
-
|
|
9
|
-
--color-background: var(--md-sys-color-surface-container);
|
|
10
|
-
--color-background-secondary: var(--md-sys-color-surface-container-high);
|
|
11
|
-
--color-background-warning: var(--md-sys-color-error-container);
|
|
12
|
-
--color-warning-text: var(--md-sys-color-on-error-container);
|
|
13
|
-
--color-icon-background: var(--md-sys-color-on-primary);
|
|
14
|
-
--color-accent: var(--md-sys-color-secondary-container);
|
|
15
|
-
--color-active-menu-item: var(--md-sys-color-surface-container-highest);
|
|
16
|
-
--color-text: var(--md-sys-color-on-surface);
|
|
17
|
-
--color-text-aside: var(--md-sys-color-on-surface-variant);
|
|
18
|
-
--color-link: var(--md-sys-color-primary);
|
|
19
|
-
|
|
20
|
-
--color-ts-project: var(--md-sys-color-secondary);
|
|
21
|
-
--color-ts-module: var(--color-ts-project);
|
|
22
|
-
--color-ts-namespace: var(--color-ts-project);
|
|
23
|
-
|
|
24
|
-
--color-ts-enum: var(--md-sys-color-tertiary);
|
|
25
|
-
--color-ts-enum-member: var(--color-ts-enum);
|
|
26
|
-
|
|
27
|
-
--color-ts-variable: var(--md-sys-color-primary);
|
|
28
|
-
--color-ts-function: var(--md-sys-color-secondary);
|
|
29
|
-
--color-ts-class: var(--md-sys-color-tertiary);
|
|
30
|
-
--color-ts-interface: var(--md-sys-color-tertiary);
|
|
31
|
-
|
|
32
|
-
--color-ts-constructor: var(--md-sys-color-inverse-primary);
|
|
33
|
-
|
|
34
|
-
--color-ts-property: var(--md-sys-color-on-background);
|
|
35
|
-
--color-ts-method: var(--color-ts-function);
|
|
36
|
-
|
|
37
|
-
--color-ts-call-signature: var(--color-ts-method);
|
|
38
|
-
--color-ts-index-signature: var(--color-ts-property); /* ? */
|
|
39
|
-
--color-ts-constructor-signature: var(--color-ts-function);
|
|
40
|
-
--color-ts-parameter: var(--md-sys-color-primary);
|
|
41
|
-
|
|
42
|
-
--color-ts-type-parameter: var(--md-sys-color-tertiary);
|
|
43
|
-
--color-ts-accessor: var(--color-ts-property);
|
|
44
|
-
--color-ts-get-signature: var(--color-ts-accessor);
|
|
45
|
-
--color-ts-set-signature: var(--color-ts-accessor);
|
|
46
|
-
--color-ts-type-alias: var(--md-sys-color-tertiary);
|
|
47
|
-
|
|
48
|
-
/* --external-icon: var(--md-sys-external-icon);
|
|
49
|
-
--color-scheme: var(--md-sys-color-scheme); */
|
|
50
|
-
|
|
51
|
-
--top-app-bar-height: 4.5rem;
|
|
52
|
-
--top-app-bar-padding-vertical: .5rem;
|
|
53
|
-
--top-app-bar-table-cell-gutter: 1.5rem;
|
|
54
|
-
--top-app-bar-search-icon-width: 4rem;
|
|
55
|
-
--top-app-bar-search-padding-inset: 1.5rem;
|
|
56
|
-
--top-app-bar-search-padding-inset-mobile: 1rem;
|
|
57
|
-
--top-app-bar-search-font-size: 1.125rem;
|
|
58
|
-
--top-app-bar-search-font-size-mobile: 1rem;
|
|
59
|
-
--footer-height: 3.5rem;
|
|
60
|
-
|
|
61
|
-
--safe-area-inset-top: env(safe-area-inset-top);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
body {
|
|
65
|
-
font-family: var(--font-sans);
|
|
66
|
-
}
|
|
67
|
-
code,
|
|
68
|
-
pre {
|
|
69
|
-
font-family: var(--font-mono);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
img {
|
|
73
|
-
max-width: 100%;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
@supports not selector(::-webkit-scrollbar) {
|
|
77
|
-
* {
|
|
78
|
-
scrollbar-width: thin;
|
|
79
|
-
scrollbar-color: var(--color-accent) transparent;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
@supports selector(::-webkit-scrollbar) {
|
|
84
|
-
*::-webkit-scrollbar {
|
|
85
|
-
width: 8px;
|
|
86
|
-
height: 8px;
|
|
87
|
-
}
|
|
88
|
-
*::-webkit-scrollbar-track {
|
|
89
|
-
background: none;
|
|
90
|
-
margin: 4px;
|
|
91
|
-
}
|
|
92
|
-
*::-webkit-scrollbar-thumb {
|
|
93
|
-
border: none;
|
|
94
|
-
}
|
|
95
|
-
*::-webkit-scrollbar-thumb:hover,
|
|
96
|
-
*::-webkit-scrollbar-thumb:active {
|
|
97
|
-
background-color: var(--md-sys-color-secondary);
|
|
98
|
-
}
|
|
99
|
-
* {
|
|
100
|
-
scrollbar-width: unset;
|
|
101
|
-
scrollbar-color: unset;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.container-main {
|
|
106
|
-
min-height: calc(100vh - var(--top-app-bar-height) - var(--footer-height));
|
|
107
|
-
}
|
|
108
|
-
.col-content {
|
|
109
|
-
overflow: hidden;
|
|
110
|
-
box-sizing: border-box;
|
|
111
|
-
padding: 1.75rem;
|
|
112
|
-
border-radius: 28px;
|
|
113
|
-
background-color: var(--md-sys-color-surface);
|
|
114
|
-
}
|
|
115
|
-
.page-menu {
|
|
116
|
-
height: fit-content;
|
|
117
|
-
padding: 0.75rem 1.75rem;
|
|
118
|
-
border-radius: 28px;
|
|
119
|
-
background-color: var(--md-sys-color-surface);
|
|
120
|
-
}
|
|
121
|
-
.site-menu > *,
|
|
122
|
-
.page-menu > * {
|
|
123
|
-
position: relative;
|
|
124
|
-
}
|
|
125
|
-
.title {
|
|
126
|
-
display: inline-block;
|
|
127
|
-
white-space: nowrap;
|
|
128
|
-
overflow: hidden;
|
|
129
|
-
text-overflow: ellipsis;
|
|
130
|
-
font-size: 22px;
|
|
131
|
-
}
|
|
132
|
-
.tsd-page-title {
|
|
133
|
-
word-break: break-all;
|
|
134
|
-
}
|
|
135
|
-
.tsd-page-toolbar {
|
|
136
|
-
padding: var(--top-app-bar-padding-vertical) 0;
|
|
137
|
-
height: calc(var(--top-app-bar-height) - 16px);
|
|
138
|
-
background-color: var(--color-background);
|
|
139
|
-
border-bottom: none;
|
|
140
|
-
}
|
|
141
|
-
.tsd-page-toolbar .tsd-toolbar-contents {
|
|
142
|
-
height: 56px;
|
|
143
|
-
}
|
|
144
|
-
.tsd-page-toolbar .table-cell {
|
|
145
|
-
height: 56px;
|
|
146
|
-
padding-left: var(--top-app-bar-table-cell-gutter);
|
|
147
|
-
}
|
|
148
|
-
.tsd-page-toolbar .tsd-toolbar-icon {
|
|
149
|
-
padding: 20px 0;
|
|
150
|
-
}
|
|
151
|
-
#tsd-search {
|
|
152
|
-
display: flex;
|
|
153
|
-
flex-direction: row-reverse;
|
|
154
|
-
justify-content: space-between;
|
|
155
|
-
line-height: 56px;
|
|
156
|
-
border-radius: 22px;
|
|
157
|
-
padding-right: var(--top-app-bar-search-icon-width);
|
|
158
|
-
box-sizing: border-box;
|
|
159
|
-
padding-left: 0;
|
|
160
|
-
margin-left: var(--top-app-bar-table-cell-gutter);
|
|
161
|
-
max-width: calc(100% - var(--top-app-bar-table-cell-gutter) - var(--top-app-bar-table-cell-gutter));
|
|
162
|
-
}
|
|
163
|
-
#tsd-search .field,
|
|
164
|
-
#tsd-search .field label,
|
|
165
|
-
#tsd-search .field #tsd-toolbar-links {
|
|
166
|
-
position: relative;
|
|
167
|
-
top: unset;
|
|
168
|
-
right: unset;
|
|
169
|
-
bottom: unset;
|
|
170
|
-
left: unset;
|
|
171
|
-
}
|
|
172
|
-
#tsd-search .field {
|
|
173
|
-
position: relative;
|
|
174
|
-
flex: 0 0 0;
|
|
175
|
-
}
|
|
176
|
-
#tsd-search .field:first-child {
|
|
177
|
-
display: flex;
|
|
178
|
-
flex-direction: row-reverse;
|
|
179
|
-
width: 100%;
|
|
180
|
-
position: absolute;
|
|
181
|
-
left: 0;
|
|
182
|
-
}
|
|
183
|
-
#tsd-search.has-focus .field input {
|
|
184
|
-
top: 0;
|
|
185
|
-
}
|
|
186
|
-
#tsd-search.has-focus .field:first-child {
|
|
187
|
-
z-index: 2;
|
|
188
|
-
}
|
|
189
|
-
#tsd-search .field label,
|
|
190
|
-
#tsd-search .field .tsd-toolbar-icon {
|
|
191
|
-
height: 100%;
|
|
192
|
-
margin: 0 auto;
|
|
193
|
-
}
|
|
194
|
-
#tsd-search .field .tsd-toolbar-icon {
|
|
195
|
-
display: flex;
|
|
196
|
-
justify-content: center;
|
|
197
|
-
flex: none;
|
|
198
|
-
}
|
|
199
|
-
#tsd-search .field .tsd-widget.no-caption {
|
|
200
|
-
width: var(--top-app-bar-search-icon-width);
|
|
201
|
-
}
|
|
202
|
-
#tsd-search .field input {
|
|
203
|
-
padding: var(--top-app-bar-search-padding-inset);
|
|
204
|
-
font-size: var(--top-app-bar-search-font-size);
|
|
205
|
-
top: calc(-100% - var(--top-app-bar-padding-vertical) - var(--safe-area-inset-top));
|
|
206
|
-
}
|
|
207
|
-
#tsd-search .results {
|
|
208
|
-
z-index: -1;
|
|
209
|
-
top: calc(56px - 22px);
|
|
210
|
-
left: 0;
|
|
211
|
-
padding-top: 22px;
|
|
212
|
-
box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.125);
|
|
213
|
-
background-color: var(--color-background-secondary);
|
|
214
|
-
border-bottom-left-radius: 22px;
|
|
215
|
-
border-bottom-right-radius: 22px;
|
|
216
|
-
overflow: hidden;
|
|
217
|
-
}
|
|
218
|
-
#tsd-search .results li {
|
|
219
|
-
background: none;
|
|
220
|
-
}
|
|
221
|
-
#tsd-search .results a {
|
|
222
|
-
padding: 1rem 0.25rem;
|
|
223
|
-
}
|
|
224
|
-
.col-sidebar {
|
|
225
|
-
padding-top: 0;
|
|
226
|
-
margin-right: 1rem;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.tsd-signature {
|
|
230
|
-
padding: 1rem 1.5rem;
|
|
231
|
-
border-radius: 24px;
|
|
232
|
-
background-color: var(--md-sys-color-surface-container);
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.tsd-page-navigation ul {
|
|
236
|
-
padding-left: 0.44rem;
|
|
237
|
-
}
|
|
238
|
-
.tsd-navigation a,
|
|
239
|
-
.tsd-navigation summary > span,
|
|
240
|
-
.tsd-page-navigation a {
|
|
241
|
-
padding: 0.88rem;
|
|
242
|
-
border-radius: 24px;
|
|
243
|
-
}
|
|
244
|
-
.tsd-navigation a:hover,
|
|
245
|
-
.tsd-page-navigation a:hover {
|
|
246
|
-
text-decoration: none;
|
|
247
|
-
background-color: var(--md-sys-color-surface-container-high);
|
|
248
|
-
}
|
|
249
|
-
.page-menu .tsd-accordion-summary svg {
|
|
250
|
-
position: absolute;
|
|
251
|
-
right: 0;
|
|
252
|
-
}
|
|
253
|
-
.site-menu .tsd-navigation .tsd-accordion-summary {
|
|
254
|
-
display: flex;
|
|
255
|
-
flex-direction: row-reverse;
|
|
256
|
-
width: 100%;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.tsd-small-nested-navigation {
|
|
260
|
-
margin-left: 1rem;
|
|
261
|
-
}
|
|
262
|
-
.tsd-nested-navigation {
|
|
263
|
-
margin-left: 2.5rem;
|
|
264
|
-
}
|
|
265
|
-
.tsd-nested-navigation > li > a,
|
|
266
|
-
.tsd-nested-navigation > li > span {
|
|
267
|
-
width: 100%;
|
|
268
|
-
}
|
|
269
|
-
.tsd-navigation > a,
|
|
270
|
-
.tsd-navigation .tsd-accordion-summary {
|
|
271
|
-
width: 100%;
|
|
272
|
-
}
|
|
273
|
-
.tsd-accordion .tsd-accordion-summary > svg,
|
|
274
|
-
.tsd-index-accordion .tsd-accordion-summary > svg {
|
|
275
|
-
position: absolute;
|
|
276
|
-
right: 1.5rem;
|
|
277
|
-
}
|
|
278
|
-
.tsd-accordion-summary .tsd-kind-icon ~ span {
|
|
279
|
-
margin-right: 2.5rem;
|
|
280
|
-
}
|
|
281
|
-
.tsd-accordion-summary .tsd-nested-navigation > li > a,
|
|
282
|
-
.tsd-nested-navigation > li > span {
|
|
283
|
-
width: calc(100% - 0.44rem);
|
|
284
|
-
}
|
|
285
|
-
.tsd-kind-icon ~ span {
|
|
286
|
-
white-space: nowrap;
|
|
287
|
-
overflow: hidden;
|
|
288
|
-
text-overflow: ellipsis;
|
|
289
|
-
}
|
|
290
|
-
.tsd-generator {
|
|
291
|
-
padding: 0;
|
|
292
|
-
border-top: none;
|
|
293
|
-
height: var(--footer-height);
|
|
294
|
-
line-height: var(--footer-height);
|
|
295
|
-
}
|
|
296
|
-
.tsd-generator > p {
|
|
297
|
-
padding: 0 2rem;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
@media (max-width: 769px) {
|
|
301
|
-
#tsd-search {
|
|
302
|
-
max-width: calc(100% - var(--top-app-bar-search-icon-width) - var(--top-app-bar-table-cell-gutter));
|
|
303
|
-
}
|
|
304
|
-
#tsd-search .field input {
|
|
305
|
-
font-size: var(--top-app-bar-search-font-size);
|
|
306
|
-
padding: var(--top-app-bar-search-padding-inset-mobile);
|
|
307
|
-
}
|
|
308
|
-
.container {
|
|
309
|
-
padding: 1rem;
|
|
310
|
-
}
|
|
311
|
-
.col-sidebar {
|
|
312
|
-
margin-right: 0;
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
@media (min-width: 770px) {
|
|
316
|
-
.container-main {
|
|
317
|
-
margin: 0 auto;
|
|
318
|
-
}
|
|
319
|
-
.site-menu {
|
|
320
|
-
margin-right: 0.5rem;
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
@media (min-width: 1200px) {
|
|
324
|
-
.page-menu,
|
|
325
|
-
.site-menu {
|
|
326
|
-
max-height: calc(100vh - var(--footer-height) - var(--top-app-bar-height));
|
|
327
|
-
top: var(--top-app-bar-height);
|
|
328
|
-
}
|
|
329
|
-
.site-menu {
|
|
330
|
-
margin-top: 0;
|
|
331
|
-
}
|
|
332
|
-
.page-menu {
|
|
333
|
-
margin-left: 1rem;
|
|
334
|
-
}
|
|
335
|
-
.col-sidebar {
|
|
336
|
-
margin-right: 0;
|
|
337
|
-
}
|
|
338
|
-
}
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MessageLoggerState | Kvaser CanKing GUI Extensions SDK</title><meta name="description" content="Documentation for Kvaser CanKing GUI Extensions SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><style>
|
|
2
|
-
@media (prefers-color-scheme: dark) {
|
|
3
|
-
:root {
|
|
4
|
-
--md-sys-color-primary: #60d4fe;
|
|
5
|
-
--md-sys-color-on-primary: #003545;
|
|
6
|
-
--md-sys-color-primary-container: #004d62;
|
|
7
|
-
--md-sys-color-on-primary-container: #baeaff;
|
|
8
|
-
--md-sys-color-secondary: #b4cad5;
|
|
9
|
-
--md-sys-color-on-secondary: #1e333c;
|
|
10
|
-
--md-sys-color-secondary-container: #354a53;
|
|
11
|
-
--md-sys-color-on-secondary-container: #cfe6f1;
|
|
12
|
-
--md-sys-color-tertiary: #c4c3ea;
|
|
13
|
-
--md-sys-color-on-tertiary: #2d2d4d;
|
|
14
|
-
--md-sys-color-tertiary-container: #444465;
|
|
15
|
-
--md-sys-color-on-tertiary-container: #e2dfff;
|
|
16
|
-
--md-sys-color-error: #ffb4ab;
|
|
17
|
-
--md-sys-color-on-error: #690005;
|
|
18
|
-
--md-sys-color-error-container: #93000a;
|
|
19
|
-
--md-sys-color-on-error-container: #ffb4ab;
|
|
20
|
-
--md-sys-color-background: #191c1e;
|
|
21
|
-
--md-sys-color-on-background: #e1e3e4;
|
|
22
|
-
--md-sys-color-surface: #191c1e;
|
|
23
|
-
--md-sys-color-on-surface: #e1e3e4;
|
|
24
|
-
--md-sys-color-surface-variant: #40484c;
|
|
25
|
-
--md-sys-color-on-surface-variant: #c0c8cc;
|
|
26
|
-
--md-sys-color-outline: #8a9296;
|
|
27
|
-
--md-sys-color-outline-variant: #40484c;
|
|
28
|
-
--md-sys-color-shadow: #000000;
|
|
29
|
-
--md-sys-color-scrim: #000000;
|
|
30
|
-
--md-sys-color-inverse-surface: #e1e3e4;
|
|
31
|
-
--md-sys-color-inverse-on-surface: #2e3132;
|
|
32
|
-
--md-sys-color-inverse-primary: #006782;
|
|
33
|
-
--md-sys-color-surface-dim: #111415;
|
|
34
|
-
--md-sys-color-surface-bright: #373a3b;
|
|
35
|
-
--md-sys-color-surface-container-lowest: #0c0f10;
|
|
36
|
-
--md-sys-color-surface-container-low: #191c1e;
|
|
37
|
-
--md-sys-color-surface-container: #1d2022;
|
|
38
|
-
--md-sys-color-surface-container-high: #272a2c;
|
|
39
|
-
--md-sys-color-surface-container-highest: #323537
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
:root[data-theme="dark"] {
|
|
43
|
-
--md-sys-color-primary: #60d4fe;
|
|
44
|
-
--md-sys-color-on-primary: #003545;
|
|
45
|
-
--md-sys-color-primary-container: #004d62;
|
|
46
|
-
--md-sys-color-on-primary-container: #baeaff;
|
|
47
|
-
--md-sys-color-secondary: #b4cad5;
|
|
48
|
-
--md-sys-color-on-secondary: #1e333c;
|
|
49
|
-
--md-sys-color-secondary-container: #354a53;
|
|
50
|
-
--md-sys-color-on-secondary-container: #cfe6f1;
|
|
51
|
-
--md-sys-color-tertiary: #c4c3ea;
|
|
52
|
-
--md-sys-color-on-tertiary: #2d2d4d;
|
|
53
|
-
--md-sys-color-tertiary-container: #444465;
|
|
54
|
-
--md-sys-color-on-tertiary-container: #e2dfff;
|
|
55
|
-
--md-sys-color-error: #ffb4ab;
|
|
56
|
-
--md-sys-color-on-error: #690005;
|
|
57
|
-
--md-sys-color-error-container: #93000a;
|
|
58
|
-
--md-sys-color-on-error-container: #ffb4ab;
|
|
59
|
-
--md-sys-color-background: #191c1e;
|
|
60
|
-
--md-sys-color-on-background: #e1e3e4;
|
|
61
|
-
--md-sys-color-surface: #191c1e;
|
|
62
|
-
--md-sys-color-on-surface: #e1e3e4;
|
|
63
|
-
--md-sys-color-surface-variant: #40484c;
|
|
64
|
-
--md-sys-color-on-surface-variant: #c0c8cc;
|
|
65
|
-
--md-sys-color-outline: #8a9296;
|
|
66
|
-
--md-sys-color-outline-variant: #40484c;
|
|
67
|
-
--md-sys-color-shadow: #000000;
|
|
68
|
-
--md-sys-color-scrim: #000000;
|
|
69
|
-
--md-sys-color-inverse-surface: #e1e3e4;
|
|
70
|
-
--md-sys-color-inverse-on-surface: #2e3132;
|
|
71
|
-
--md-sys-color-inverse-primary: #006782;
|
|
72
|
-
--md-sys-color-surface-dim: #111415;
|
|
73
|
-
--md-sys-color-surface-bright: #373a3b;
|
|
74
|
-
--md-sys-color-surface-container-lowest: #0c0f10;
|
|
75
|
-
--md-sys-color-surface-container-low: #191c1e;
|
|
76
|
-
--md-sys-color-surface-container: #1d2022;
|
|
77
|
-
--md-sys-color-surface-container-high: #272a2c;
|
|
78
|
-
--md-sys-color-surface-container-highest: #323537
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
@media (prefers-color-scheme: light) {
|
|
82
|
-
:root {
|
|
83
|
-
--md-sys-color-primary: #006782;
|
|
84
|
-
--md-sys-color-on-primary: #ffffff;
|
|
85
|
-
--md-sys-color-primary-container: #baeaff;
|
|
86
|
-
--md-sys-color-on-primary-container: #001f29;
|
|
87
|
-
--md-sys-color-secondary: #4c616b;
|
|
88
|
-
--md-sys-color-on-secondary: #ffffff;
|
|
89
|
-
--md-sys-color-secondary-container: #cfe6f1;
|
|
90
|
-
--md-sys-color-on-secondary-container: #071e26;
|
|
91
|
-
--md-sys-color-tertiary: #5c5b7e;
|
|
92
|
-
--md-sys-color-on-tertiary: #ffffff;
|
|
93
|
-
--md-sys-color-tertiary-container: #e2dfff;
|
|
94
|
-
--md-sys-color-on-tertiary-container: #181837;
|
|
95
|
-
--md-sys-color-error: #ba1a1a;
|
|
96
|
-
--md-sys-color-on-error: #ffffff;
|
|
97
|
-
--md-sys-color-error-container: #ffdad6;
|
|
98
|
-
--md-sys-color-on-error-container: #410002;
|
|
99
|
-
--md-sys-color-background: #fbfcfe;
|
|
100
|
-
--md-sys-color-on-background: #191c1e;
|
|
101
|
-
--md-sys-color-surface: #fbfcfe;
|
|
102
|
-
--md-sys-color-on-surface: #191c1e;
|
|
103
|
-
--md-sys-color-surface-variant: #dce4e8;
|
|
104
|
-
--md-sys-color-on-surface-variant: #40484c;
|
|
105
|
-
--md-sys-color-outline: #70787d;
|
|
106
|
-
--md-sys-color-outline-variant: #c0c8cc;
|
|
107
|
-
--md-sys-color-shadow: #000000;
|
|
108
|
-
--md-sys-color-scrim: #000000;
|
|
109
|
-
--md-sys-color-inverse-surface: #2e3132;
|
|
110
|
-
--md-sys-color-inverse-on-surface: #eff1f3;
|
|
111
|
-
--md-sys-color-inverse-primary: #60d4fe;
|
|
112
|
-
--md-sys-color-surface-dim: #d8dadc;
|
|
113
|
-
--md-sys-color-surface-bright: #f8f9fb;
|
|
114
|
-
--md-sys-color-surface-container-lowest: #ffffff;
|
|
115
|
-
--md-sys-color-surface-container-low: #f2f4f5;
|
|
116
|
-
--md-sys-color-surface-container: #eceef0;
|
|
117
|
-
--md-sys-color-surface-container-high: #e7e8ea;
|
|
118
|
-
--md-sys-color-surface-container-highest: #e1e3e4
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
:root[data-theme="light"] {
|
|
122
|
-
--md-sys-color-primary: #006782;
|
|
123
|
-
--md-sys-color-on-primary: #ffffff;
|
|
124
|
-
--md-sys-color-primary-container: #baeaff;
|
|
125
|
-
--md-sys-color-on-primary-container: #001f29;
|
|
126
|
-
--md-sys-color-secondary: #4c616b;
|
|
127
|
-
--md-sys-color-on-secondary: #ffffff;
|
|
128
|
-
--md-sys-color-secondary-container: #cfe6f1;
|
|
129
|
-
--md-sys-color-on-secondary-container: #071e26;
|
|
130
|
-
--md-sys-color-tertiary: #5c5b7e;
|
|
131
|
-
--md-sys-color-on-tertiary: #ffffff;
|
|
132
|
-
--md-sys-color-tertiary-container: #e2dfff;
|
|
133
|
-
--md-sys-color-on-tertiary-container: #181837;
|
|
134
|
-
--md-sys-color-error: #ba1a1a;
|
|
135
|
-
--md-sys-color-on-error: #ffffff;
|
|
136
|
-
--md-sys-color-error-container: #ffdad6;
|
|
137
|
-
--md-sys-color-on-error-container: #410002;
|
|
138
|
-
--md-sys-color-background: #fbfcfe;
|
|
139
|
-
--md-sys-color-on-background: #191c1e;
|
|
140
|
-
--md-sys-color-surface: #fbfcfe;
|
|
141
|
-
--md-sys-color-on-surface: #191c1e;
|
|
142
|
-
--md-sys-color-surface-variant: #dce4e8;
|
|
143
|
-
--md-sys-color-on-surface-variant: #40484c;
|
|
144
|
-
--md-sys-color-outline: #70787d;
|
|
145
|
-
--md-sys-color-outline-variant: #c0c8cc;
|
|
146
|
-
--md-sys-color-shadow: #000000;
|
|
147
|
-
--md-sys-color-scrim: #000000;
|
|
148
|
-
--md-sys-color-inverse-surface: #2e3132;
|
|
149
|
-
--md-sys-color-inverse-on-surface: #eff1f3;
|
|
150
|
-
--md-sys-color-inverse-primary: #60d4fe;
|
|
151
|
-
--md-sys-color-surface-dim: #d8dadc;
|
|
152
|
-
--md-sys-color-surface-bright: #f8f9fb;
|
|
153
|
-
--md-sys-color-surface-container-lowest: #ffffff;
|
|
154
|
-
--md-sys-color-surface-container-low: #f2f4f5;
|
|
155
|
-
--md-sys-color-surface-container: #eceef0;
|
|
156
|
-
--md-sys-color-surface-container-high: #e7e8ea;
|
|
157
|
-
--md-sys-color-surface-container-highest: #e1e3e4
|
|
158
|
-
}
|
|
159
|
-
</style><link rel="stylesheet" href="../assets/material-style.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Kvaser CanKing GUI Extensions SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Kvaser CanKing GUI Extensions SDK</a></li><li><a href="../modules/models.html">models</a></li><li><a href="models.MessageLoggerState.html">MessageLoggerState</a></li></ul><h1>Enumeration MessageLoggerState</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Possible message logger states.</p>
|
|
160
|
-
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="models.MessageLoggerState.html#MESSAGE_LOGGER_STATE_PRESTART" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>PRESTART</span></a>
|
|
161
|
-
<a href="models.MessageLoggerState.html#MESSAGE_LOGGER_STATE_STARTED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>STARTED</span></a>
|
|
162
|
-
<a href="models.MessageLoggerState.html#MESSAGE_LOGGER_STATE_STOPPED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>STOPPED</span></a>
|
|
163
|
-
<a href="models.MessageLoggerState.html#MESSAGE_LOGGER_STATE_UNSPECIFIED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>UNSPECIFIED</span></a>
|
|
164
|
-
<a href="models.MessageLoggerState.html#UNRECOGNIZED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UNRECOGNIZED</span></a>
|
|
165
|
-
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="MESSAGE_LOGGER_STATE_PRESTART" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>PRESTART</span><a href="#MESSAGE_LOGGER_STATE_PRESTART" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>PRESTART</span></div></section><section class="tsd-panel tsd-member"><a id="MESSAGE_LOGGER_STATE_STARTED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>STARTED</span><a href="#MESSAGE_LOGGER_STATE_STARTED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>STARTED</span></div></section><section class="tsd-panel tsd-member"><a id="MESSAGE_LOGGER_STATE_STOPPED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>STOPPED</span><a href="#MESSAGE_LOGGER_STATE_STOPPED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>STOPPED</span></div></section><section class="tsd-panel tsd-member"><a id="MESSAGE_LOGGER_STATE_UNSPECIFIED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>UNSPECIFIED</span><a href="#MESSAGE_LOGGER_STATE_UNSPECIFIED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>UNSPECIFIED</span></div></section><section class="tsd-panel tsd-member"><a id="UNRECOGNIZED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>UNRECOGNIZED</span><a href="#UNRECOGNIZED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UNRECOGNIZED</span></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#MESSAGE_LOGGER_STATE_PRESTART" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>PRESTART</span></a><a href="#MESSAGE_LOGGER_STATE_STARTED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>STARTED</span></a><a href="#MESSAGE_LOGGER_STATE_STOPPED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>STOPPED</span></a><a href="#MESSAGE_LOGGER_STATE_UNSPECIFIED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>LOGGER_<wbr/>STATE_<wbr/>UNSPECIFIED</span></a><a href="#UNRECOGNIZED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UNRECOGNIZED</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>Kvaser CanKing GUI Extensions SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p>Copyright KVASER AB 2024</p></footer><div class="overlay"></div><script>
|
|
166
|
-
try {
|
|
167
|
-
const generateLinkElement = document.querySelector(".tsd-generator a");
|
|
168
|
-
const link = document.createElement("a");
|
|
169
|
-
Object.assign(link, {
|
|
170
|
-
href: "https://github.com/dmnsgn/typedoc-material-theme",
|
|
171
|
-
target: "_blank",
|
|
172
|
-
rel: "noreferrer",
|
|
173
|
-
innerText: "typedoc-material-theme."
|
|
174
|
-
});
|
|
175
|
-
generateLinkElement.insertAdjacentElement("afterend", link);
|
|
176
|
-
generateLinkElement.insertAdjacentText("afterend", " with ");
|
|
177
|
-
} catch (error) {
|
|
178
|
-
|
|
179
|
-
}
|
|
180
|
-
</script></body></html>
|