Returns sensor synchronisation data.
The function returns the following error codes:
E_ALLOC if memory allocation failed.E_DB_BIND if value binding failed.E_DB_FINALIZE if statement finalisation failed.E_DB_NO_ROWS if no rows are returned.E_DB_PREPARE if statement preparation failed.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| type(sync_type), | intent(out), | allocatable | :: | syncs(:) |
Returned sync data. |
|
| integer(kind=i8), | intent(out), | optional | :: | nsyncs |
Array size. |
|
| integer(kind=i8), | intent(in), | optional | :: | limit |
Max. number of sync data to fetch. |