X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fmotech-lps-30x%2Fprotocol.h;fp=src%2Fhardware%2Fmotech-lps-30x%2Fprotocol.h;h=99e453eba15ff76f3c3466b0cb81c51f1a9140b2;hb=ca314e060f653e6a0b5ec0f58914bac4d426217f;hp=cb74148f468dcf82c75871cef191747c8239f164;hpb=c8e789fa0c7264f8356b0446367cc1252fadfe4c;p=libsigrok.git diff --git a/src/hardware/motech-lps-30x/protocol.h b/src/hardware/motech-lps-30x/protocol.h index cb74148f..99e453eb 100644 --- a/src/hardware/motech-lps-30x/protocol.h +++ b/src/hardware/motech-lps-30x/protocol.h @@ -18,14 +18,6 @@ * along with this program. If not, see . */ -/** - * @file - * - * Motech LPS-30x series power supply driver - * - * @internal - */ - #ifndef LIBSIGROK_HARDWARE_MOTECH_LPS_30X_PROTOCOL_H #define LIBSIGROK_HARDWARE_MOTECH_LPS_30X_PROTOCOL_H @@ -93,22 +85,17 @@ struct channel_status { gdouble output_current_max; }; -/** Private, per-device-instance driver context. */ struct dev_context { - /* Model-specific information */ const struct lps_modelspec *model; - /* Acquisition status */ gboolean acq_running; /**< Acquisition is running. */ struct sr_sw_limits limits; acquisition_req acq_req; /**< Current request. */ uint8_t acq_req_pending; /**< Request pending. 0=none, 1=reply, 2=OK */ - /* Operational state */ struct channel_status channel_status[MAX_CHANNELS]; guint8 tracking_mode; /**< 0=off, 1=Tracking from CH1, 2=Tracking from CH2. */ - /* Temporary state across callbacks */ int64_t req_sent_at; /**< Request sent. */ gchar buf[LINELEN_MAX]; /**< Buffer for read callback */ int buflen; /**< Data len in buf */