dataSourceChangeListener
R2026bClass: driving.connector.Connector
Namespace: driving.connector
(To be removed) Update external tool when connecting to signal being loaded into Ground Truth 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(connectorObj)
Description
dataSourceChangeListener( provides
the option to update the external tool when a new data source is loaded into the Ground
Truth Labeler app. The app calls this method using the
connectorObj)connectorObj object.
You can optionally use this method to react to when the tool connects to a signal that is being loaded into the app.
Note
The client class can optionally implement this method.