]> sigrok.org Git - libsigrok.git/commitdiff
Add SR_CONF_SIGNAL_GENERATOR.
authorUwe Hermann <redacted>
Thu, 2 Mar 2017 13:35:17 +0000 (14:35 +0100)
committerUwe Hermann <redacted>
Thu, 2 Mar 2017 14:17:53 +0000 (15:17 +0100)
include/libsigrok/libsigrok.h
src/hwdriver.c

index e03fedc5573dbc3abb56f2f2619411e180044b82..0cbaa0049aadf3126d24d5943d3bccd7751898f4 100644 (file)
@@ -700,6 +700,9 @@ enum sr_configkey {
        /** The device can act as a scale. */
        SR_CONF_SCALE,
 
+       /** The device can act as a function generator. */
+       SR_CONF_SIGNAL_GENERATOR,
+
        /* Update sr_key_info_config[] (hwdriver.c) upon changes! */
 
        /*--- Driver scan options -------------------------------------------*/
index dcf9b1f44f8ae1d5e01695e40d04344d1fc1d73f..c747c4f44e0875f559fb3d9f9c62a89527049743 100644 (file)
@@ -61,6 +61,7 @@ static struct sr_key_info sr_key_info_config[] = {
        {SR_CONF_LCRMETER, SR_T_STRING, NULL, "LCR meter", NULL},
        {SR_CONF_ELECTRONIC_LOAD, SR_T_STRING, NULL, "Electronic load", NULL},
        {SR_CONF_SCALE, SR_T_STRING, NULL, "Scale", NULL},
+       {SR_CONF_SIGNAL_GENERATOR, SR_T_STRING, NULL, "Signal generator", NULL},
 
        /* Driver scan options */
        {SR_CONF_CONN, SR_T_STRING, "conn",