nexxT
  • Introduction
    • Design Principles
    • Documentation
    • Installation
      • Linux
      • Windows
    • Porting from nexxT 0.x to nexxT 1.x (aka PySide2 to PySide6)
      • Python
      • C++
    • Building from source
    • History
  • Tutorial
    • nexxT Nomenclature
    • User Perspective
      • GUI walkthrough
      • Example configuration
      • Executing the live application
      • Executing the sim application
    • Integrator Perspective
      • Properties and Variables
      • Thread cycles and Deadlocks
    • Developer Perspectives
      • Python
        • Data Format
        • A first simple filter
        • Display filters
      • C++
        • Camera Grabber
        • Plugin Definition
      • Debugging
        • Python debugging with Visual Studio Code
          • Setting virtual environment
          • Configuring launch file
  • Reference Documentation
    • nexxT package
      • Subpackages
        • nexxT.interface package
          • DataSample
            • DataSample.TIMESTAMP_RES
            • DataSample.__init__()
            • DataSample.copy()
            • DataSample.currentTime()
            • DataSample.getContent()
            • DataSample.getDatatype()
            • DataSample.getTimestamp()
          • Filter
            • Filter.__init__()
            • Filter.addStaticInputPort()
            • Filter.addStaticOutputPort()
            • Filter.addStaticPort()
            • Filter.environment()
            • Filter.getDynamicInputPorts()
            • Filter.getDynamicOutputPorts()
            • Filter.guiState()
            • Filter.onClose()
            • Filter.onDeinit()
            • Filter.onInit()
            • Filter.onOpen()
            • Filter.onPortDataChanged()
            • Filter.onStart()
            • Filter.onStop()
            • Filter.onSuggestDynamicPorts()
            • Filter.propertyCollection()
            • Filter.removeStaticPort()
            • Filter.staticMetaObject
          • FilterState
            • FilterState.state2str()
          • FilterSurrogate
            • FilterSurrogate.__init__()
            • FilterSurrogate.dllUrl()
            • FilterSurrogate.name()
          • InputPort
          • InputPortInterface
            • InputPortInterface.clone()
            • InputPortInterface.getData()
            • InputPortInterface.interthreadDynamicQueue()
            • InputPortInterface.queueSizeSamples()
            • InputPortInterface.queueSizeSeconds()
            • InputPortInterface.receiveAsync()
            • InputPortInterface.receiveSync()
            • InputPortInterface.setInterthreadDynamicQueue()
            • InputPortInterface.setQueueSize()
            • InputPortInterface.staticMetaObject
          • OutputPort
          • OutputPortInterface
            • OutputPortInterface.clone()
            • OutputPortInterface.setupDirectConnection()
            • OutputPortInterface.setupInterThreadConnection()
            • OutputPortInterface.staticMetaObject
            • OutputPortInterface.transmit()
            • OutputPortInterface.transmitSample
          • Port
            • Port.INPUT_PORT
            • Port.OUTPUT_PORT
            • Port.__init__()
            • Port.clone()
            • Port.dynamic()
            • Port.environment()
            • Port.isInput()
            • Port.isOutput()
            • Port.name()
            • Port.setName()
            • Port.staticMetaObject
          • PropertyCollection
            • PropertyCollection.defineProperty()
            • PropertyCollection.evalpath()
            • PropertyCollection.getProperty()
            • PropertyCollection.propertyChanged
            • PropertyCollection.setProperty()
            • PropertyCollection.staticMetaObject
          • PropertyHandler
            • PropertyHandler.createEditor()
            • PropertyHandler.fromConfig()
            • PropertyHandler.getEditorData()
            • PropertyHandler.options()
            • PropertyHandler.setEditorData()
            • PropertyHandler.toConfig()
            • PropertyHandler.toViewValue()
            • PropertyHandler.validate()
          • Submodules
            • nexxT.interface.DataSamples module
              • DataSample
                • DataSample.TIMESTAMP_RES
                • DataSample.__init__()
                • DataSample.copy()
                • DataSample.currentTime()
                • DataSample.getContent()
                • DataSample.getDatatype()
                • DataSample.getTimestamp()
            • nexxT.interface.Filters module
              • Filter
                • Filter.__init__()
                • Filter.addStaticInputPort()
                • Filter.addStaticOutputPort()
                • Filter.addStaticPort()
                • Filter.environment()
                • Filter.getDynamicInputPorts()
                • Filter.getDynamicOutputPorts()
                • Filter.guiState()
                • Filter.onClose()
                • Filter.onDeinit()
                • Filter.onInit()
                • Filter.onOpen()
                • Filter.onPortDataChanged()
                • Filter.onStart()
                • Filter.onStop()
                • Filter.onSuggestDynamicPorts()
                • Filter.propertyCollection()
                • Filter.removeStaticPort()
                • Filter.staticMetaObject
              • FilterState
                • FilterState.state2str()
              • FilterSurrogate
                • FilterSurrogate.__init__()
                • FilterSurrogate.dllUrl()
                • FilterSurrogate.name()
            • nexxT.interface.Ports module
              • InputPort()
              • InputPortInterface
                • InputPortInterface.clone()
                • InputPortInterface.getData()
                • InputPortInterface.interthreadDynamicQueue()
                • InputPortInterface.queueSizeSamples()
                • InputPortInterface.queueSizeSeconds()
                • InputPortInterface.receiveAsync()
                • InputPortInterface.receiveSync()
                • InputPortInterface.setInterthreadDynamicQueue()
                • InputPortInterface.setQueueSize()
                • InputPortInterface.staticMetaObject
              • OutputPort()
              • OutputPortInterface
                • OutputPortInterface.clone()
                • OutputPortInterface.setupDirectConnection()
                • OutputPortInterface.setupInterThreadConnection()
                • OutputPortInterface.staticMetaObject
                • OutputPortInterface.transmit()
                • OutputPortInterface.transmitSample
              • Port
                • Port.INPUT_PORT
                • Port.OUTPUT_PORT
                • Port.__init__()
                • Port.clone()
                • Port.dynamic()
                • Port.environment()
                • Port.isInput()
                • Port.isOutput()
                • Port.name()
                • Port.setName()
                • Port.staticMetaObject
            • nexxT.interface.PropertyCollections module
              • PropertyCollection
                • PropertyCollection.defineProperty()
                • PropertyCollection.evalpath()
                • PropertyCollection.getProperty()
                • PropertyCollection.propertyChanged
                • PropertyCollection.setProperty()
                • PropertyCollection.staticMetaObject
              • PropertyHandler
                • PropertyHandler.createEditor()
                • PropertyHandler.fromConfig()
                • PropertyHandler.getEditorData()
                • PropertyHandler.options()
                • PropertyHandler.setEditorData()
                • PropertyHandler.toConfig()
                • PropertyHandler.toViewValue()
                • PropertyHandler.validate()
            • nexxT.interface.Services module
        • nexxT.services package
          • Subpackages
            • nexxT.services.gui package
              • Submodules
                • nexxT.services.gui.BrowserWidget module
                  • BrowserWidget
                    • BrowserWidget.__init__()
                    • BrowserWidget.activateNext()
                    • BrowserWidget.activatePrev()
                    • BrowserWidget.activated
                    • BrowserWidget.active()
                    • BrowserWidget.current()
                    • BrowserWidget.folder()
                    • BrowserWidget.scrollTo()
                    • BrowserWidget.setActive()
                    • BrowserWidget.setFilter()
                    • BrowserWidget.setFolder()
                    • BrowserWidget.staticMetaObject
                  • FolderListModel
                    • FolderListModel.__init__()
                    • FolderListModel.columnCount()
                    • FolderListModel.data()
                    • FolderListModel.fileToIndex()
                    • FolderListModel.filter()
                    • FolderListModel.folder()
                    • FolderListModel.folderChanged
                    • FolderListModel.headerData()
                    • FolderListModel.rowCount()
                    • FolderListModel.setFilter()
                    • FolderListModel.setFolder()
                    • FolderListModel.statCache
                    • FolderListModel.staticMetaObject
                  • StatCache
                    • StatCache.MAX_NUM_CACHE_ENTRIES
                    • StatCache.__init__()
                  • TabCompletionLineEdit
                    • TabCompletionLineEdit.__init__()
                    • TabCompletionLineEdit.event()
                    • TabCompletionLineEdit.keyPressEvent()
                    • TabCompletionLineEdit.nextCompletion()
                    • TabCompletionLineEdit.pasted
                    • TabCompletionLineEdit.staticMetaObject
                • nexxT.services.gui.Configuration module
                  • MVCConfigurationGUI
                    • MVCConfigurationGUI.__init__()
                    • MVCConfigurationGUI.activeAppStateChange()
                    • MVCConfigurationGUI.appActivated()
                    • MVCConfigurationGUI.restoreState()
                    • MVCConfigurationGUI.saveState()
                    • MVCConfigurationGUI.staticMetaObject
                • nexxT.services.gui.GraphEditor module
                  • BaseGraphScene
                    • BaseGraphScene.ConnectionItem
                      • BaseGraphScene.ConnectionItem.__init__()
                      • BaseGraphScene.ConnectionItem.hoverEnterEvent()
                      • BaseGraphScene.ConnectionItem.hoverLeaveEvent()
                      • BaseGraphScene.ConnectionItem.itemTypeName()
                      • BaseGraphScene.ConnectionItem.shape()
                      • BaseGraphScene.ConnectionItem.sync()
                    • BaseGraphScene.KEY_ITEM
                    • BaseGraphScene.NodeItem
                      • BaseGraphScene.NodeItem.__init__()
                      • BaseGraphScene.NodeItem.addInPortItem()
                      • BaseGraphScene.NodeItem.addOutPortItem()
                      • BaseGraphScene.NodeItem.getInPortItem()
                      • BaseGraphScene.NodeItem.getOutPortItem()
                      • BaseGraphScene.NodeItem.hoverEnter()
                      • BaseGraphScene.NodeItem.hoverLeave()
                      • BaseGraphScene.NodeItem.itemChange()
                      • BaseGraphScene.NodeItem.itemTypeName()
                      • BaseGraphScene.NodeItem.nodeHeight()
                      • BaseGraphScene.NodeItem.nodeWidth()
                      • BaseGraphScene.NodeItem.paint()
                      • BaseGraphScene.NodeItem.sync()
                    • BaseGraphScene.PortItem
                      • BaseGraphScene.PortItem.__init__()
                      • BaseGraphScene.PortItem.hoverEnter()
                      • BaseGraphScene.PortItem.hoverLeave()
                      • BaseGraphScene.PortItem.itemTypeName()
                      • BaseGraphScene.PortItem.remove()
                      • BaseGraphScene.PortItem.scenePosChanged()
                      • BaseGraphScene.PortItem.setPos()
                      • BaseGraphScene.PortItem.sync()
                    • BaseGraphScene.STYLE_ROLE_BRUSH
                    • BaseGraphScene.STYLE_ROLE_HSPACING
                    • BaseGraphScene.STYLE_ROLE_PEN
                    • BaseGraphScene.STYLE_ROLE_RRRADIUS
                    • BaseGraphScene.STYLE_ROLE_SIZE
                    • BaseGraphScene.STYLE_ROLE_TEXT_BRUSH
                    • BaseGraphScene.STYLE_ROLE_VSPACING
                    • BaseGraphScene.__init__()
                    • BaseGraphScene.addConnection()
                    • BaseGraphScene.addInPort()
                    • BaseGraphScene.addNode()
                    • BaseGraphScene.addOutPort()
                    • BaseGraphScene.autoLayout()
                    • BaseGraphScene.connectionAddRequest
                    • BaseGraphScene.getData()
                    • BaseGraphScene.graphItemAt()
                    • BaseGraphScene.mouseMoveEvent()
                    • BaseGraphScene.mousePressEvent()
                    • BaseGraphScene.mouseReleaseEvent()
                    • BaseGraphScene.removeConnection()
                    • BaseGraphScene.removeInPort()
                    • BaseGraphScene.removeNode()
                    • BaseGraphScene.removeOutPort()
                    • BaseGraphScene.renameInPort()
                    • BaseGraphScene.renameNode()
                    • BaseGraphScene.renameOutPort()
                    • BaseGraphScene.staticMetaObject
                  • GraphScene
                    • GraphScene.__init__()
                    • GraphScene.addFilterFromEntryPoint()
                    • GraphScene.addInputPort()
                    • GraphScene.addOutputPort()
                    • GraphScene.compositeFilters()
                    • GraphScene.contextMenuEvent()
                    • GraphScene.getData()
                    • GraphScene.onAddComposite()
                    • GraphScene.onAddFilterFromFile()
                    • GraphScene.onAddFilterFromMod()
                    • GraphScene.onAddNode()
                    • GraphScene.onConnSetBlocking()
                    • GraphScene.onConnSetCustom()
                    • GraphScene.onConnSetNonBlocking()
                    • GraphScene.onConnectionRemove()
                    • GraphScene.onSuggestDynamicPorts()
                    • GraphScene.removeDialog()
                    • GraphScene.renameDialog()
                    • GraphScene.setThread()
                    • GraphScene.staticMetaObject
                  • MyGraphicsPathItem
                    • MyGraphicsPathItem.__init__()
                    • MyGraphicsPathItem.hoverEnter
                    • MyGraphicsPathItem.hoverEnterEvent()
                    • MyGraphicsPathItem.hoverLeave
                    • MyGraphicsPathItem.hoverLeaveEvent()
                    • MyGraphicsPathItem.itemChange()
                    • MyGraphicsPathItem.scenePosChanged
                    • MyGraphicsPathItem.staticMetaObject
                  • MySimpleTextItem
                    • MySimpleTextItem.__init__()
                    • MySimpleTextItem.paint()
                    • MySimpleTextItem.setBackgroundBrush()
                  • PortSelectorDialog
                    • PortSelectorDialog.__init__()
                    • PortSelectorDialog.accept()
                    • PortSelectorDialog.getSelectedPorts()
                    • PortSelectorDialog.reject()
                    • PortSelectorDialog.staticMetaObject
                • nexxT.services.gui.GraphEditorView module
                  • GraphEditorView
                    • GraphEditorView.__init__()
                    • GraphEditorView.keyPressEvent()
                    • GraphEditorView.staticMetaObject
                • nexxT.services.gui.GraphLayering module
                  • GraphRep
                    • GraphRep.__init__()
                    • GraphRep.addEdge()
                    • GraphRep.addNode()
                    • GraphRep.assignLayers()
                    • GraphRep.dump()
                    • GraphRep.layersToNodeNames()
                    • GraphRep.sortLayers()
                    • GraphRep.topological_sort()
                • nexxT.services.gui.GuiLogger module
                  • GuiLogger
                    • GuiLogger.__init__()
                    • GuiLogger.detach()
                    • GuiLogger.removeHandler()
                    • GuiLogger.setLogLevel()
                    • GuiLogger.setNumEntries()
                    • GuiLogger.staticMetaObject
                  • LogHandler
                    • LogHandler.__init__()
                    • LogHandler.emit()
                  • LogView
                    • LogView.LogModel
                      • LogView.LogModel.__init__()
                      • LogView.LogModel.clear()
                      • LogView.LogModel.columnCount()
                      • LogView.LogModel.data()
                      • LogView.LogModel.headerData()
                      • LogView.LogModel.index()
                      • LogView.LogModel.parent()
                      • LogView.LogModel.rowCount()
                      • LogView.LogModel.setSingleLineMode()
                      • LogView.LogModel.staticMetaObject
                      • LogView.LogModel.update()
                    • LogView.__init__()
                    • LogView.addLogRecord()
                    • LogView.changeEvent()
                    • LogView.clear()
                    • LogView.setFollow()
                    • LogView.setUniformRowHeights()
                    • LogView.sizeHintForRow()
                    • LogView.staticMetaObject
                    • LogView.update()
                • nexxT.services.gui.MainWindow module
                  • MainWindow
                    • MainWindow.__init__()
                    • MainWindow.aboutToClose
                    • MainWindow.closeEvent()
                    • MainWindow.deferredUpdate()
                    • MainWindow.eventFilter()
                    • MainWindow.getToolBar()
                    • MainWindow.ignoreCloseEvent()
                    • MainWindow.mdiSubWindowCreated
                    • MainWindow.newDockWidget()
                    • MainWindow.newMdiSubWindow()
                    • MainWindow.parseWindowId()
                    • MainWindow.releaseSubplot()
                    • MainWindow.restoreConfigSpecifics()
                    • MainWindow.restoreState()
                    • MainWindow.saveConfigSpecifics()
                    • MainWindow.saveMdiState()
                    • MainWindow.saveState()
                    • MainWindow.staticMetaObject
                    • MainWindow.subplot()
                    • MainWindow.updateSelection()
                    • MainWindow.userSelectionChanged
                  • NexxTDockWidget
                    • NexxTDockWidget.closeEvent()
                    • NexxTDockWidget.showEvent()
                    • NexxTDockWidget.staticMetaObject
                    • NexxTDockWidget.visibleChanged
                  • NexxTMdiSubWindow
                    • NexxTMdiSubWindow.closeEvent()
                    • NexxTMdiSubWindow.restoreGeometry()
                    • NexxTMdiSubWindow.saveGeometry()
                    • NexxTMdiSubWindow.showEvent()
                    • NexxTMdiSubWindow.staticMetaObject
                    • NexxTMdiSubWindow.visibleChanged
                • nexxT.services.gui.PlaybackControl module
                  • MVCPlaybackControlGUI
                    • MVCPlaybackControlGUI.__init__()
                    • MVCPlaybackControlGUI.browserActivated()
                    • MVCPlaybackControlGUI.compressFileName()
                    • MVCPlaybackControlGUI.displayPosition()
                    • MVCPlaybackControlGUI.nameFiltersChanged
                    • MVCPlaybackControlGUI.onSliderValueChanged()
                    • MVCPlaybackControlGUI.openRecent()
                    • MVCPlaybackControlGUI.restoreState()
                    • MVCPlaybackControlGUI.saveState()
                    • MVCPlaybackControlGUI.scrollToCurrent()
                    • MVCPlaybackControlGUI.selectedStream()
                    • MVCPlaybackControlGUI.setSelectedStream()
                    • MVCPlaybackControlGUI.staticMetaObject
                • nexxT.services.gui.Profiling module
                  • LoadDisplayWidget
                    • LoadDisplayWidget.__init__()
                    • LoadDisplayWidget.baseTimestamp
                    • LoadDisplayWidget.newLoadData()
                    • LoadDisplayWidget.paintEvent()
                    • LoadDisplayWidget.removeThread()
                    • LoadDisplayWidget.staticMetaObject
                  • Profiling
                    • Profiling.__init__()
                    • Profiling.setLoadMonitorEnabled()
                    • Profiling.setPortProfilingEnabled()
                    • Profiling.staticMetaObject
                  • SpanDisplayWidget
                    • SpanDisplayWidget.__init__()
                    • SpanDisplayWidget.event()
                    • SpanDisplayWidget.newSpanData()
                    • SpanDisplayWidget.paintEvent()
                    • SpanDisplayWidget.removeThread()
                    • SpanDisplayWidget.staticMetaObject
                    • SpanDisplayWidget.textDescription()
                • nexxT.services.gui.PropertyDelegate module
                  • PropertyDelegate
                    • PropertyDelegate.__init__()
                    • PropertyDelegate.createEditor()
                    • PropertyDelegate.setEditorData()
                    • PropertyDelegate.setModelData()
                    • PropertyDelegate.staticMetaObject
                • nexxT.services.gui.RecordingControl module
                  • MVCRecordingControlGUI
                    • MVCRecordingControlGUI.__init__()
                    • MVCRecordingControlGUI.staticMetaObject
          • Submodules
            • nexxT.services.ConsoleLogger module
              • ConsoleLogger
                • ConsoleLogger.installCrashHandlers()
                • ConsoleLogger.log()
                • ConsoleLogger.qtMessageHandler()
                • ConsoleLogger.staticMetaObject
              • makeRecord()
            • nexxT.services.SrvConfiguration module
              • ConfigurationModel
                • ConfigurationModel.Item
                  • ConfigurationModel.Item.__init__()
                  • ConfigurationModel.Item.row()
                • ConfigurationModel.NodeContent
                  • ConfigurationModel.NodeContent.__init__()
                • ConfigurationModel.PropertyContent
                  • ConfigurationModel.PropertyContent.__init__()
                • ConfigurationModel.SubConfigContent
                  • ConfigurationModel.SubConfigContent.__init__()
                • ConfigurationModel.VariableContent
                  • ConfigurationModel.VariableContent.__init__()
                • ConfigurationModel.__init__()
                • ConfigurationModel.appActivated()
                • ConfigurationModel.columnCount()
                • ConfigurationModel.data()
                • ConfigurationModel.flags()
                • ConfigurationModel.headerData()
                • ConfigurationModel.index()
                • ConfigurationModel.indexOfNode()
                • ConfigurationModel.indexOfProperty()
                • ConfigurationModel.indexOfSubConfig()
                • ConfigurationModel.indexOfSubConfigParent()
                • ConfigurationModel.indexOfVariable()
                • ConfigurationModel.isApplication()
                • ConfigurationModel.isSubConfigParent()
                • ConfigurationModel.mimeData()
                • ConfigurationModel.mimeTypes()
                • ConfigurationModel.nodeAdded()
                • ConfigurationModel.nodeDeleted()
                • ConfigurationModel.nodeRenamed()
                • ConfigurationModel.parent()
                • ConfigurationModel.propertyAdded()
                • ConfigurationModel.propertyChanged()
                • ConfigurationModel.propertyRemoved()
                • ConfigurationModel.rowCount()
                • ConfigurationModel.setData()
                • ConfigurationModel.staticMetaObject
                • ConfigurationModel.subConfigAdded()
                • ConfigurationModel.subConfigByNameAndType()
                • ConfigurationModel.subConfigRemoved()
                • ConfigurationModel.subConfigRenamed()
                • ConfigurationModel.variableAddedOrChanged()
                • ConfigurationModel.variableDeleted()
              • MVCConfigurationBase
                • MVCConfigurationBase.__init__()
                • MVCConfigurationBase.activate()
                • MVCConfigurationBase.appActivated()
                • MVCConfigurationBase.changeActiveApp()
                • MVCConfigurationBase.configuration()
                • MVCConfigurationBase.deactivate()
                • MVCConfigurationBase.loadConfig()
                • MVCConfigurationBase.newConfig()
                • MVCConfigurationBase.reload()
                • MVCConfigurationBase.saveConfig()
                • MVCConfigurationBase.saveConfigAs()
                • MVCConfigurationBase.saveConfigWithGuiState()
                • MVCConfigurationBase.staticMetaObject
            • nexxT.services.SrvPlaybackControl module
              • MVCPlaybackControlBase
                • MVCPlaybackControlBase.__init__()
                • MVCPlaybackControlBase.removeConnections()
                • MVCPlaybackControlBase.setupConnections()
                • MVCPlaybackControlBase.staticMetaObject
              • PlaybackControlConsole
                • PlaybackControlConsole.__init__()
                • PlaybackControlConsole.currentTimestampChanged
                • PlaybackControlConsole.getSequence()
                • PlaybackControlConsole.pausePlayback()
                • PlaybackControlConsole.playbackPaused
                • PlaybackControlConsole.playbackStarted
                • PlaybackControlConsole.seekBeginning()
                • PlaybackControlConsole.seekEnd()
                • PlaybackControlConsole.seekTime()
                • PlaybackControlConsole.sequenceOpened
                • PlaybackControlConsole.setSequence()
                • PlaybackControlConsole.setTimeFactor()
                • PlaybackControlConsole.startPlayback()
                • PlaybackControlConsole.staticMetaObject
                • PlaybackControlConsole.stepBackward()
                • PlaybackControlConsole.stepForward()
                • PlaybackControlConsole.supportedFeaturesChanged
                • PlaybackControlConsole.timeRatioChanged
              • PlaybackDeviceProxy
                • PlaybackDeviceProxy.__init__()
                • PlaybackDeviceProxy.currentTimestampChanged
                • PlaybackDeviceProxy.featureSet()
                • PlaybackDeviceProxy.hasControl()
                • PlaybackDeviceProxy.pausePlayback()
                • PlaybackDeviceProxy.playbackPaused
                • PlaybackDeviceProxy.playbackStarted
                • PlaybackDeviceProxy.seekBeginning()
                • PlaybackDeviceProxy.seekEnd()
                • PlaybackDeviceProxy.seekTime()
                • PlaybackDeviceProxy.sequenceOpened
                • PlaybackDeviceProxy.setSequence()
                • PlaybackDeviceProxy.setTimeFactor()
                • PlaybackDeviceProxy.startPlayback()
                • PlaybackDeviceProxy.staticMetaObject
                • PlaybackDeviceProxy.stepBackward()
                • PlaybackDeviceProxy.stepForward()
                • PlaybackDeviceProxy.timeRatioChanged
            • nexxT.services.SrvProfiling module
              • PortProfiling
                • PortProfiling.__init__()
                • PortProfiling.getSpans()
                • PortProfiling.pause()
                • PortProfiling.start()
                • PortProfiling.stop()
                • PortProfiling.unpause()
              • ProfilingService
                • ProfilingService.__init__()
                • ProfilingService.afterPortDataChanged()
                • ProfilingService.beforePortDataChanged()
                • ProfilingService.deregisterThread()
                • ProfilingService.loadDataUpdated
                • ProfilingService.registerThread()
                • ProfilingService.setLoadMonitorEnabled()
                • ProfilingService.setPortProfilingEnabled()
                • ProfilingService.spanDataUpdated
                • ProfilingService.startTimers
                • ProfilingService.staticMetaObject
                • ProfilingService.stopTimers
                • ProfilingService.threadDeregistered
              • ProfilingServiceDummy
                • ProfilingServiceDummy.afterPortDataChanged()
                • ProfilingServiceDummy.beforePortDataChanged()
                • ProfilingServiceDummy.deregisterThread()
                • ProfilingServiceDummy.registerThread()
                • ProfilingServiceDummy.staticMetaObject
              • ThreadSpecificProfItem
                • ThreadSpecificProfItem.THREAD_PROFILING_PERIOD_SEC
                • ThreadSpecificProfItem.THREAD_PROFILING_TOTAL_TIME
                • ThreadSpecificProfItem.__init__()
                • ThreadSpecificProfItem.cancel()
                • ThreadSpecificProfItem.getLoad()
                • ThreadSpecificProfItem.getSpans()
                • ThreadSpecificProfItem.registerPortChangeFinished()
                • ThreadSpecificProfItem.registerPortChangeStarted()
                • ThreadSpecificProfItem.update()
            • nexxT.services.SrvRecordingControl module
              • MVCRecordingControlBase
                • MVCRecordingControlBase.__init__()
                • MVCRecordingControlBase.notifyError
                • MVCRecordingControlBase.removeConnections()
                • MVCRecordingControlBase.setupConnections()
                • MVCRecordingControlBase.startRecording()
                • MVCRecordingControlBase.stateChanged()
                • MVCRecordingControlBase.staticMetaObject
                • MVCRecordingControlBase.statusUpdate
                • MVCRecordingControlBase.stopRecording()
        • nexxT.filters package
          • Submodules
            • nexxT.filters.GenericReader module
              • GenericReader
                • GenericReader.__init__()
                • GenericReader.currentTimestampChanged
                • GenericReader.getNameFilter()
                • GenericReader.onClose()
                • GenericReader.onOpen()
                • GenericReader.onStart()
                • GenericReader.onStop()
                • GenericReader.onSuggestDynamicPorts()
                • GenericReader.openFile()
                • GenericReader.pausePlayback()
                • GenericReader.playbackPaused
                • GenericReader.playbackStarted
                • GenericReader.seekBeginning()
                • GenericReader.seekEnd()
                • GenericReader.seekTime()
                • GenericReader.sequenceOpened
                • GenericReader.setSequence()
                • GenericReader.setTimeFactor()
                • GenericReader.startPlayback()
                • GenericReader.staticMetaObject
                • GenericReader.stepBackward()
                • GenericReader.stepForward()
                • GenericReader.timeRatioChanged
              • GenericReaderFile
                • GenericReaderFile.allStreams()
                • GenericReaderFile.close()
                • GenericReaderFile.getNumberOfSamples()
                • GenericReaderFile.getRcvTimestamp()
                • GenericReaderFile.getTimestampResolution()
                • GenericReaderFile.readSample()
            • nexxT.filters.hdf5 module
              • Hdf5File
                • Hdf5File.__init__()
                • Hdf5File.allStreams()
                • Hdf5File.close()
                • Hdf5File.getNumberOfSamples()
                • Hdf5File.getRcvTimestamp()
                • Hdf5File.getTimestampResolution()
                • Hdf5File.readSample()
              • Hdf5Reader
                • Hdf5Reader.getNameFilter()
                • Hdf5Reader.openFile()
                • Hdf5Reader.staticMetaObject
              • Hdf5Writer
                • Hdf5Writer.__init__()
                • Hdf5Writer.onInit()
                • Hdf5Writer.onPortDataChanged()
                • Hdf5Writer.onStart()
                • Hdf5Writer.onStop()
                • Hdf5Writer.startRecording()
                • Hdf5Writer.staticMetaObject
                • Hdf5Writer.statusUpdate
                • Hdf5Writer.stopRecording()
        • nexxT.examples package
          • AviReader
          • CameraGrabber
          • Subpackages
            • nexxT.examples.framework package
              • Submodules
                • nexxT.examples.framework.ImageBlur module
                  • ImageBlur
                    • ImageBlur.__init__()
                    • ImageBlur.onPortDataChanged()
                    • ImageBlur.staticMetaObject
                  • boxFilter()
                • nexxT.examples.framework.ImageData module
                  • ImageHeader
                    • ImageHeader.format
                    • ImageHeader.height
                    • ImageHeader.lineInc
                    • ImageHeader.width
                  • byteArrayToNumpy()
                  • numpyToByteArray()
                • nexxT.examples.framework.ImageView module
                  • DisplayWidget
                    • DisplayWidget.__init__()
                    • DisplayWidget.checkSize()
                    • DisplayWidget.paintEvent()
                    • DisplayWidget.setData()
                    • DisplayWidget.setScale()
                    • DisplayWidget.staticMetaObject
                  • ImageView
                    • ImageView.__init__()
                    • ImageView.interpretAndUpdate()
                    • ImageView.onClose()
                    • ImageView.onOpen()
                    • ImageView.onPortDataChanged()
                    • ImageView.propChanged()
                    • ImageView.staticMetaObject
        • nexxT.Qt module
        • nexxT.QtMetaPackage module
          • QtFinder
            • QtFinder.__init__()
            • QtFinder.find_spec()
          • QtLoader
            • QtLoader.__init__()
            • QtLoader.create_module()
            • QtLoader.exec_module()
            • QtLoader.provides()
          • setup()
        • nexxT.shiboken module
      • Module contents
        • changeLoggers()
        • setup()
    • C++ Documentation
      • DataSamples
        • nexxT::DataSample
          • DataSample()
          • ~DataSample()
          • getContent()
          • getTimestamp()
          • getDatatype()
          • copy()
          • make_shared()
          • currentTime()
          • TIMESTAMP_RES
        • SharedDataSamplePtr
      • Filters
        • nexxT::Filter
          • ~Filter()
          • onInit()
          • onOpen()
          • onStart()
          • onPortDataChanged()
          • onStop()
          • onClose()
          • onDeinit()
          • onSuggestDynamicPorts()
          • environment()
          • make_shared()
          • Filter()
          • propertyCollection()
          • guiState()
          • addStaticPort()
          • addStaticOutputPort()
          • addStaticInputPort()
          • removeStaticPort()
          • getDynamicInputPorts()
          • getDynamicOutputPorts()
        • nexxT::FilterState
          • state2str()
          • CONSTRUCTING
          • CONSTRUCTED
          • INITIALIZING
          • INITIALIZED
          • OPENING
          • OPENED
          • STARTING
          • ACTIVE
          • STOPPING
          • CLOSING
          • DEINITIALIZING
          • DESTRUCTING
          • DESTRUCTED
        • SharedFilterPtr
      • Ports
        • Port
          • nexxT::Port
            • Port()
            • ~Port()
            • dynamic()
            • name()
            • setName()
            • environment()
            • isOutput()
            • isInput()
            • clone()
            • make_shared()
          • SharedPortPtr
          • PortList
        • OutputPortInterface
          • nexxT::OutputPortInterface
            • OutputPortInterface()
            • transmit()
            • clone()
            • transmitSample
            • setupDirectConnection()
            • setupInterThreadConnection()
          • SharedOutputPortPtr
        • InputPortInterface
          • nexxT::InputPortInterface
            • InputPortInterface()
            • ~InputPortInterface()
            • getData()
            • clone()
            • setQueueSize()
            • queueSizeSamples()
            • queueSizeSeconds()
            • setInterthreadDynamicQueue()
            • interthreadDynamicQueue()
            • receiveAsync
            • receiveSync
          • SharedInputPortPtr
      • PropertyCollections
        • PropertyCollection
          • nexxT::PropertyCollection
            • PropertyCollection()
            • ~PropertyCollection()
            • defineProperty()
            • defineProperty()
            • defineProperty()
            • getProperty()
            • setProperty
            • evalpath
            • propertyChanged
        • PropertyHandler
          • nexxT::PropertyHandler
            • PropertyHandler()
            • ~PropertyHandler()
            • options()
            • fromConfig()
            • toConfig()
            • toViewValue()
            • createEditor()
            • setEditorData()
            • getEditorData()
      • Services
        • nexxT::Services
          • Services()
          • ~Services()
          • getService()
          • addService()
          • addService()
          • removeService()
          • removeAll()
        • SharedQObjectPtr
      • Logging
        • NEXXT_LOG_INTERNAL
        • NEXXT_LOG_DEBUG
        • NEXXT_LOG_INFO
        • NEXXT_LOG_WARN
        • NEXXT_LOG_ERROR
        • NEXXT_LOG_CRITICAL
      • Plugin Definition
        • NEXXT_PLUGIN_DECLARE_FILTER
        • NEXXT_PLUGIN_DEFINE_START
        • NEXXT_PLUGIN_ADD_FILTER
        • NEXXT_PLUGIN_DEFINE_FINISH
    • Command Line Utilities
      • nexxT-gui
      • nexxT-console
nexxT
  • Overview: module code

All modules for which code is available

  • PySide6.QtCore
  • nexxT
    • nexxT.QtMetaPackage
    • nexxT.examples.framework.ImageBlur
    • nexxT.examples.framework.ImageData
    • nexxT.examples.framework.ImageView
    • nexxT.filters.GenericReader
    • nexxT.filters.hdf5
    • nexxT.interface.DataSamples
    • nexxT.interface.Filters
    • nexxT.interface.Ports
    • nexxT.interface.PropertyCollections
    • nexxT.services.ConsoleLogger
    • nexxT.services.SrvConfiguration
    • nexxT.services.SrvPlaybackControl
    • nexxT.services.SrvProfiling
    • nexxT.services.SrvRecordingControl
    • nexxT.services.gui.BrowserWidget
    • nexxT.services.gui.Configuration
    • nexxT.services.gui.GraphEditor
    • nexxT.services.gui.GraphEditorView
    • nexxT.services.gui.GraphLayering
    • nexxT.services.gui.GuiLogger
    • nexxT.services.gui.MainWindow
    • nexxT.services.gui.PlaybackControl
    • nexxT.services.gui.Profiling
    • nexxT.services.gui.PropertyDelegate
    • nexxT.services.gui.RecordingControl

© Copyright 2020, ifm electronic gmbh.

Built with Sphinx using a theme provided by Read the Docs.