X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ftesto%2Fprotocol.h;h=654eb6977a7fabbb5d4fc591ae60f351f5dfa681;hb=7e463623382e1f574fde150b3fc88a65eaebb578;hp=8cfc3511279170eb398873b7244f87f0e1418ce7;hpb=695dc859c15ba4190f5c1aa2e1a6e2dc6a6e5845;p=libsigrok.git diff --git a/src/hardware/testo/protocol.h b/src/hardware/testo/protocol.h index 8cfc3511..654eb697 100644 --- a/src/hardware/testo/protocol.h +++ b/src/hardware/testo/protocol.h @@ -57,12 +57,9 @@ struct dev_context { const struct testo_model *model; /* Acquisition settings */ - uint64_t limit_msec; - uint64_t limit_samples; + struct sr_sw_limits sw_limits; /* Operational state */ - gint64 end_time; - uint64_t num_samples; uint8_t channel_units[MAX_CHANNELS]; int num_channels;