X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fhp-3457a%2Fprotocol.h;h=3fef0efaf8044132c25888dfcbc8da5d0402b5bf;hp=dda19a23610e7e75e7df82f579da648bd059cb80;hb=8cd15dd4ce2fdbefbcc6e64632c8006e5404f253;hpb=1aba65727015e298f213c851dbc8d2d57d27d37b diff --git a/src/hardware/hp-3457a/protocol.h b/src/hardware/hp-3457a/protocol.h index dda19a23..3fef0efa 100644 --- a/src/hardware/hp-3457a/protocol.h +++ b/src/hardware/hp-3457a/protocol.h @@ -57,13 +57,10 @@ enum channel_conn { CONN_REAR, }; -/** Private, per-device-instance driver context. */ struct dev_context { - /* Model-specific information */ /* Information about rear card option, or NULL if unknown */ const struct rear_card_info *rear_card; - /* Acquisition settings */ enum sr_mq measurement_mq; enum sr_mqflag measurement_mq_flags; enum sr_unit measurement_unit; @@ -73,7 +70,6 @@ struct dev_context { unsigned int num_active_channels; struct sr_channel *current_channel; - /* Operational state */ enum acquisition_state acq_state; enum channel_conn input_loc; uint64_t num_samples;