X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok.h;h=2ab75a89ec75b418669e8de059a8a96792d20e7e;hb=e6551ea640f113a9f7cd6bfaaf3a8d0689c71edf;hp=d4dd7bb65fa598f0d5a0f7fc260511fcf3de978c;hpb=985727626183bf1517a9046f4eb40c732e566b8f;p=libsigrok.git diff --git a/libsigrok.h b/libsigrok.h index d4dd7bb6..2ab75a89 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -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 {