]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
Drop obsolete SR_CONF_MEASURED_2ND_QUANTITY.
[libsigrok.git] / include / libsigrok / libsigrok.h
index 19acee97aa0bb663f49b61698f82beee61bbe290..983ddc0666b0e86e2d132a3583ab8fe90b09305a 100644 (file)
@@ -64,7 +64,6 @@ extern "C" {
 
 /** Status/error codes returned by libsigrok functions. */
 enum sr_error_code {
-       SR_OK_CONTINUE       =  1, /**< Keep going. */
        SR_OK                =  0, /**< No error. */
        SR_ERR               = -1, /**< Generic/unspecified error. */
        SR_ERR_MALLOC        = -2, /**< Malloc/calloc/realloc error. */
@@ -146,7 +145,7 @@ enum sr_datatype {
        SR_T_UINT64_RANGE,
        SR_T_DOUBLE_RANGE,
        SR_T_INT32,
-       SR_T_MQLIST,
+       SR_T_MQ,
 
        /* Update sr_variant_type_get() (hwdriver.c) upon changes! */
 };
@@ -947,9 +946,6 @@ enum sr_configkey {
        /** Measured quantity. */
        SR_CONF_MEASURED_QUANTITY,
 
-       /** Measured secondary quantity. */
-       SR_CONF_MEASURED_2ND_QUANTITY,
-
        /** Equivalent circuit model. */
        SR_CONF_EQUIV_CIRCUIT_MODEL,