]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
add support for AVG mqflag
[libsigrok.git] / libsigrok.h
index 2fef95075c2a4be0ac45d521a580701dca6b7f8c..f546183e48915f3355c1a20a28f6797a26c13067 100644 (file)
@@ -299,6 +299,8 @@ enum {
        SR_MQFLAG_SPL_PCT_OVER_ALARM = 0x10000,
        /** Time is duration (as opposed to epoch, ...). */
        SR_MQFLAG_DURATION = 0x20000,
+       /** Device is in "avg" mode, averaging upon each new value. */
+       SR_MQFLAG_AVG = 0x40000,
 };
 
 /** sigrok context (opaque). @see sr_init(), sr_exit(). */