X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fhp-3457a%2Fprotocol.h;h=3fef0efaf8044132c25888dfcbc8da5d0402b5bf;hb=d65f51bf5c549e5dbacb5c6fb6636e482ff02da8;hp=dda19a23610e7e75e7df82f579da648bd059cb80;hpb=9a093be9f5df5e058e7f4f0c6fcc9ed013f803a2;p=libsigrok.git 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;