]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok-internal.h
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / libsigrok-internal.h
index 54b23e32913b45f7d3807f3644ea6f2b2ddce01e..687e0327f9d62a0ed53ad8dc641a86d8ac588f8d 100644 (file)
@@ -232,7 +232,7 @@ enum {
        SR_PROBE_SET_TRIGGER = 1 << 1,
 };
 
-SR_PRIV struct sr_probe *sr_probe_new(int index, int type,
+SR_PRIV struct sr_channel *sr_probe_new(int index, int type,
                gboolean enabled, const char *name);
 
 /* Generic device instances */
@@ -591,7 +591,7 @@ struct metex14_info {
        gboolean is_diode, is_frequency, is_ampere, is_volt, is_farad;
        gboolean is_hertz, is_ohm, is_celsius, is_pico, is_nano, is_micro;
        gboolean is_milli, is_kilo, is_mega, is_gain, is_decibel, is_hfe;
-       gboolean is_unitless;
+       gboolean is_unitless, is_logic;
 };
 
 #ifdef HAVE_LIBSERIALPORT