]> sigrok.org Git - libsigrok.git/blobdiff - output/text/text.h
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / output / text / text.h
index 8e96318d5481356c92667ec093157c513b94ca6f..a7414db39c8eb36069f08569f826ce4e1d6152cd 100644 (file)
@@ -31,12 +31,12 @@ enum outputmode {
 };
 
 struct context {
-       unsigned int num_enabled_probes;
+       unsigned int num_enabled_channels;
        int samples_per_line;
        unsigned int unitsize;
        int line_offset;
        int linebuf_len;
-       GSList *probenames;
+       GSList *channelnames;
        uint8_t *linebuf;
        int spl_cnt;
        uint8_t *linevalues;