X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fagilent-dmm%2Fprotocol.h;h=5d28e8c77f4be02e3a2d40f066d853010ff07eda;hb=5ada72fc0a423fe1b525f14132bfc3f8ae03c95d;hp=2510d7360fd5cd940bfe246184d20221b6c5dcc1;hpb=0ceb70381b02336d8e8130e2a701df4ce944b13a;p=libsigrok.git diff --git a/src/hardware/agilent-dmm/protocol.h b/src/hardware/agilent-dmm/protocol.h index 2510d736..5d28e8c7 100644 --- a/src/hardware/agilent-dmm/protocol.h +++ b/src/hardware/agilent-dmm/protocol.h @@ -54,6 +54,10 @@ enum { AGILENT_U1252, AGILENT_U1253, + AGILENT_U1271, + AGILENT_U1272, + AGILENT_U1273, + KEYSIGHT_U1281, KEYSIGHT_U1282, }; @@ -68,13 +72,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;