]> sigrok.org Git - libsigrok.git/commitdiff
libsigrok.h: add new type of device: ELECTRONIC_LOAD.
authorAurelien Jacobs <redacted>
Sun, 22 Feb 2015 23:26:48 +0000 (00:26 +0100)
committerUwe Hermann <redacted>
Sun, 7 Jun 2015 18:15:08 +0000 (20:15 +0200)
include/libsigrok/libsigrok.h

index 4cd68930c132487fd2c5b36fcc042f2bc8c1b683..42cdcaa5da49ccaad10671b0750044bbe2867e3d 100644 (file)
@@ -624,6 +624,9 @@ enum sr_configkey {
        /** The device can act as an LCR meter. */
        SR_CONF_LCRMETER,
 
        /** The device can act as an LCR meter. */
        SR_CONF_LCRMETER,
 
+       /** The device can act as an LCR meter. */
+       SR_CONF_ELECTRONIC_LOAD,
+
        /*--- Driver scan options -------------------------------------------*/
 
        /**
        /*--- Driver scan options -------------------------------------------*/
 
        /**