X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Flibsigrok-internal.h;h=61540ad1f096628b04183b615fa017145db4ed5c;hp=8adda3b7376cbd896b47f0dd091299a4d1e1c683;hb=43e6f7a7798f579c97f34f77c586a4962a41c29a;hpb=b7721913feb5f4dfdbbe0ad60dd6cf931757998b diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index 8adda3b7..61540ad1 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -2776,6 +2776,9 @@ SR_API void feed_queue_logic_free(struct feed_queue_logic *q); SR_API struct feed_queue_analog *feed_queue_analog_alloc( const struct sr_dev_inst *sdi, size_t sample_count, int digits, struct sr_channel *ch); +SR_API int feed_queue_analog_params(struct feed_queue_analog *q, + float scale_factor, + enum sr_mq mq, enum sr_mqflag mq_flag, enum sr_unit unit); SR_API int feed_queue_analog_submit(struct feed_queue_analog *q, float data, size_t count); SR_API int feed_queue_analog_flush(struct feed_queue_analog *q);