Returns image synchronisation data (oldest not transmitted image).
The function returns the following error codes:
E_DB_DONE
if statement finished.E_DB_ROW
if sync is 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) | :: | sync |
Returned sync data. |
||
integer(kind=i8), | intent(out), | optional | :: | nsyncs |
Total number of images pending. |