X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fagilent-dmm%2Fprotocol.h;h=85b5235743eecd703671f97fd38eba6c6125eb8c;hb=8cd15dd4ce2fdbefbcc6e64632c8006e5404f253;hp=1d02e137941d3470002187090f0054f83541b728;hpb=63bb11babae03609b06bb06a4c48100e72a81cd7;p=libsigrok.git diff --git a/src/hardware/agilent-dmm/protocol.h b/src/hardware/agilent-dmm/protocol.h index 1d02e137..85b52357 100644 --- a/src/hardware/agilent-dmm/protocol.h +++ b/src/hardware/agilent-dmm/protocol.h @@ -47,6 +47,9 @@ enum { AGILENT_U1241, AGILENT_U1242, + KEYSIGHT_U1241C, + KEYSIGHT_U1242C, + AGILENT_U1251, AGILENT_U1252, AGILENT_U1253, @@ -65,13 +68,11 @@ struct agdmm_profile { const struct agdmm_recv *recvs; }; -/* Private, per-device-instance driver context. */ struct dev_context { const struct agdmm_profile *profile; struct sr_sw_limits limits; int data_source; - /* Runtime. */ const struct agdmm_job *jobs; int current_job; gboolean job_running;