主要内容

dataSourceChangeListener

R2026b

Class: lidar.syncImageViewer.SyncImageViewer
Namespace: lidar.syncImageViewer

(To be removed) Update external tool when connecting to signal being loaded into Lidar Labeler app

dataSourceChangeListener will be removed in a future release. Use lidar.connector.Connector instead. For information on updating your code, see Version History.

Syntax

dataSourceChangeListener(syncImageObj)

Description

dataSourceChangeListener(syncImageObj) provides the option to update the external tool when loading a new data source is loaded into the Lidar Labeler app. The app calls this method using the syncImageObj object.

Note

The client class can optionally implement this method.

Input Arguments

expand all

Synced image viewer, specified as a lidar.syncImageViewer.SyncImageViewer object.

Version History

Introduced in R2020b

collapse all