X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok.h;h=7ee2fa384729ab90be146a6fa1ea25c525b3a23d;hb=c50277a6ec09fb35de3a6e0f2ae3401bc72a1526;hp=0a48366b239529b0e50ba3199a0ee7a3e662dbaf;hpb=6e1fbcc41b9d5e627faa704a31ca150715b09861;p=libsigrok.git diff --git a/libsigrok.h b/libsigrok.h index 0a48366b..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,12 +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, }; /*