External Data Source
Class through which user can set its own sensors data (e.g. GPS positions)
Properties
Functions
Link copied to clipboard
fun addListener(listener: DataSourceListener, types: ArrayList<Pair<EDataType, ParameterList?>>, critical: Boolean = true)
fun addListener(listener: DataSourceListener, type: EDataType, preferences: ParameterList? = null, critical: Boolean = true): Int
Adds a listener to a specific 'dataType'
Link copied to clipboard
Attaches the surface to be rendered into directly by the camera.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Provides access to the current configuration specified to that data type.
Link copied to clipboard
Test if a data type is provided by the data source.
Link copied to clipboard
Check if mock data is enabled for the given type
Link copied to clipboard
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Link copied to clipboard
Detaches the surface with provided Id from the camera.
Link copied to clipboard
Removes the listener
Link copied to clipboard
Set mock data
Link copied to clipboard
Updates the configuration for the specified dataType.