|
Maps SDK for C++ 1.0.0
|
Data source factory. More...
Static Public Member Functions | |
| static StrongPointer< IDataSource > | produceLive () |
| Create a live sense data source (data coming from sensors). | |
| static StrongPointer< IDataSource > | produceDummyPlayback () |
| Create a dummy playback datasource. | |
| static StrongPointer< IDataSource > | produceLog (const String &path) |
| Create a data source based on a log file. | |
| static StrongPointer< IDataSource > | produceSimulation (const Route &route) |
| Create a data source based on a route (a route simulation data source). | |
| static StrongPointer< IDataSource > | produceExternal (DataSourcePtr dataSource) |
| Create a data source based on an external data source ( EOrigin::External ). | |
| static StrongPointer< IDataSource > | produceExternal (const DataTypeList &availableDataTypes) |
| Create a data source based on an external data. | |
Data source factory.
Deprecated, use instead produce___DataSource() functions
|
inlinestatic |
Create a dummy playback datasource.
Next, the source of the data needs to be set by calling the methods setLogPath/setRoute.
|
inlinestatic |
Create a data source based on an external data.
| [in] | availableDataTypes | The data types that will be pushed into the data source |
|
inlinestatic |
Create a data source based on an external data source ( EOrigin::External ).
The resulting data source will be able to provide improved positions for the navigation service
| [in] | dataSource | The external data source |
|
inlinestatic |
Create a live sense data source (data coming from sensors).
|
inlinestatic |
Create a data source based on a log file.
| [in] | path | The path to the log file. |
|
inlinestatic |
Create a data source based on a route (a route simulation data source).
| [in] | route | The route used for generating data source data. |