]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
add SR_CONF_DATALOG
[libsigrok.git] / libsigrok.h
index d4dd7bb65fa598f0d5a0f7fc260511fcf3de978c..2ab75a89ec75b418669e8de059a8a96792d20e7e 100644 (file)
@@ -679,6 +679,10 @@ enum {
         * samples continuously, until explicitly stopped by a certain command.
         */
        SR_CONF_CONTINUOUS,
+
+       /** The device has internal storage, into which data is logged. This
+        * starts or stops the internal logging. */
+       SR_CONF_DATALOG,
 };
 
 struct sr_dev_inst {