]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Add SR_CONF key for powering off a device
[libsigrok.git] / libsigrok.h
index 98f594b74abe22b5a04af6cd9a411f76ca76fefa..7019fdb21e7685292cc3136a7db7f3c5c165e837 100644 (file)
@@ -141,6 +141,7 @@ enum {
        SR_T_RATIONAL_PERIOD,
        SR_T_RATIONAL_VOLT,
        SR_T_KEYVALUE,
+       SR_T_UINT64_RANGE,
 };
 
 /** Value for sr_datafeed_packet.type. */
@@ -671,6 +672,15 @@ enum {
        /** Sound pressure level time weighting.  */
        SR_CONF_SPL_WEIGHT_TIME,
 
+       /** Sound pressure level measurement range.  */
+       SR_CONF_SPL_MEASUREMENT_RANGE,
+
+       /** Max hold mode. */
+       SR_CONF_HOLD_MAX,
+
+       /** Min hold mode. */
+       SR_CONF_HOLD_MIN,
+
        /*--- Special stuff -------------------------------------------------*/
 
        /** Scan options supported by the driver. */
@@ -691,6 +701,9 @@ enum {
        /** The device supports setting the number of probes. */
        SR_CONF_CAPTURE_NUM_PROBES,
 
+       /** Power off the device. */
+       SR_CONF_POWER_OFF,
+
        /*--- Acquisition modes ---------------------------------------------*/
 
        /**