X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fcem-dt-885x%2Fprotocol.h;h=f183ed11be26773eeee9b0f495b0e94da1105a3e;hb=969671a542f3af8d918e57205e80670a11e8c1fa;hp=bb0984225e0dc5de2dfa5a3a5951aa2778f0c627;hpb=7f9932e8db3192922674e441ef2978755fd98da7;p=libsigrok.git diff --git a/src/hardware/cem-dt-885x/protocol.h b/src/hardware/cem-dt-885x/protocol.h index bb098422..f183ed11 100644 --- a/src/hardware/cem-dt-885x/protocol.h +++ b/src/hardware/cem-dt-885x/protocol.h @@ -87,23 +87,18 @@ enum { DATA_SOURCE_MEMORY, }; -/** Private, per-device-instance driver context. */ struct dev_context { - /* Device state */ enum sr_mqflag cur_mqflags; int recording; int cur_meas_range; int cur_data_source; - /* Acquisition settings */ uint64_t limit_samples; - /* Operational state */ int state; uint64_t num_samples; gboolean enable_data_source_memory; - /* Temporary state across callbacks */ unsigned char cmd; unsigned char token; int buf_len;