X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fhameg-hmo%2Fprotocol.h;fp=src%2Fhardware%2Fhameg-hmo%2Fprotocol.h;h=2749fb8e7e0c27565d4898dd0ceea2d2984c39b3;hp=975ea7e342e311b3c3234e03f29323d5bc997b1a;hb=97a000748a1a4ca7370121af0c84d0e2281d527a;hpb=29a9b1a0bd0af79e0eb2adee594f42895452344c diff --git a/src/hardware/hameg-hmo/protocol.h b/src/hardware/hameg-hmo/protocol.h index 975ea7e3..2749fb8e 100644 --- a/src/hardware/hameg-hmo/protocol.h +++ b/src/hardware/hameg-hmo/protocol.h @@ -108,6 +108,9 @@ struct scope_state { int trigger_slope; char trigger_pattern[MAX_ANALOG_CHANNEL_COUNT + MAX_DIGITAL_CHANNEL_COUNT]; + gboolean high_resolution; + gboolean peak_detection; + uint64_t sample_rate; };