X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Flibsigrok-internal.h;h=1960264c729fa9c86ac2841d9834ece20374c0a1;hb=57140e5a804dd5b616120f05e38c3409241bb37c;hp=1c37ee2752dec847768cbebeedc66f22c98d6459;hpb=e847645b7be832c1d62d1ad2312e3a3d4de467ce;p=libsigrok.git diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index 1c37ee27..1960264c 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -2683,7 +2683,7 @@ struct feed_queue_logic; struct feed_queue_analog; SR_API struct feed_queue_logic *feed_queue_logic_alloc( - struct sr_dev_inst *sdi, + const struct sr_dev_inst *sdi, size_t sample_count, size_t unit_size); SR_API int feed_queue_logic_submit(struct feed_queue_logic *q, const uint8_t *data, size_t count); @@ -2691,7 +2691,7 @@ SR_API int feed_queue_logic_flush(struct feed_queue_logic *q); SR_API void feed_queue_logic_free(struct feed_queue_logic *q); SR_API struct feed_queue_analog *feed_queue_analog_alloc( - struct sr_dev_inst *sdi, + const struct sr_dev_inst *sdi, size_t sample_count, int digits, struct sr_channel *ch); SR_API int feed_queue_analog_submit(struct feed_queue_analog *q, float data, size_t count);