]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
Add device type SR_CONF_MULTIPLEXER.
[libsigrok.git] / include / libsigrok / libsigrok.h
index 5d3d23c9963f102bf0aac1b7127a412bf784829a..81a831b3b1814d2bc1b46504ce009b6395fc3dd6 100644 (file)
@@ -723,6 +723,12 @@ enum sr_configkey {
        /** The device can measure power. */
        SR_CONF_POWERMETER,
 
+       /**
+        * The device can switch between multiple sources, e.g. a relay actuator
+        * or multiplexer.
+        */
+       SR_CONF_MULTIPLEXER,
+
        /* Update sr_key_info_config[] (hwdriver.c) upon changes! */
 
        /*--- Driver scan options -------------------------------------------*/