X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok.h;h=7ee2fa384729ab90be146a6fa1ea25c525b3a23d;hb=c50277a6ec09fb35de3a6e0f2ae3401bc72a1526;hp=04776ee8068122b4482e8a2c04ca0874ee206a0f;hpb=6d1ceffa9557bf5cd0315949de5791e76e18bdc4;p=libsigrok.git diff --git a/libsigrok.h b/libsigrok.h index 04776ee8..7ee2fa38 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -461,6 +461,9 @@ enum { /** Coupling. */ SR_CONF_COUPLING, + /** Trigger types. */ + SR_CONF_TRIGGER_TYPE, + /*--- Special stuff -------------------------------------------------*/ /** Session filename. */ @@ -551,18 +554,6 @@ enum { SR_DI_HWOPTS = 10000, /** A list of capabilities supported by the device. */ SR_DI_HWCAPS, - /** Types of logic trigger supported, out of "01crf" (char *). */ - SR_DI_TRIGGER_TYPES, - /** Supported time bases. */ - SR_DI_TIMEBASES, - /** Supported trigger sources. */ - SR_DI_TRIGGER_SOURCES, - /** Supported filter targets. */ - SR_DI_FILTERS, - /** Valid volts/div values. */ - SR_DI_VDIVS, - /** Coupling options. */ - SR_DI_COUPLING, }; /*