]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
session_driver: Read analog chunks from file.
[libsigrok.git] / include / libsigrok / libsigrok.h
index 16375e346497789caca5a7ad7dcbdedf55ce53e7..3daf616d80e471d8253f0b810c09e586bdab9042 100644 (file)
@@ -976,12 +976,18 @@ enum sr_configkey {
        /** Over-temperature protection (OTP) active. */
        SR_CONF_OVER_TEMPERATURE_PROTECTION_ACTIVE,
 
+       /** Under-voltage condition. */
+       SR_CONF_UNDER_VOLTAGE_CONDITION,
+
+       /** Under-voltage condition active. */
+       SR_CONF_UNDER_VOLTAGE_CONDITION_ACTIVE,
+
        /* Update sr_key_info_config[] (hwdriver.c) upon changes! */
 
        /*--- Special stuff -------------------------------------------------*/
 
        /** Session filename. */
-       SR_CONF_SESSIONFILE,
+       SR_CONF_SESSIONFILE = 40000,
 
        /** The device supports specifying a capturefile to inject. */
        SR_CONF_CAPTUREFILE,