]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.h
scpi-pps: Add support for Owon P4000 series.
[libsigrok.git] / src / hardware / hameg-hmo / protocol.h
index 975ea7e342e311b3c3234e03f29323d5bc997b1a..af77c6da7e6dc09a0d2486a33809ce5881857270 100644 (file)
@@ -106,7 +106,10 @@ struct scope_state {
 
        int trigger_source;
        int trigger_slope;
-       char trigger_pattern[MAX_ANALOG_CHANNEL_COUNT + MAX_DIGITAL_CHANNEL_COUNT];
+       char trigger_pattern[MAX_ANALOG_CHANNEL_COUNT + MAX_DIGITAL_CHANNEL_COUNT + 1];
+
+       gboolean high_resolution;
+       gboolean peak_detection;
 
        uint64_t sample_rate;
 };