X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhardware%2Fagilent-dmm%2Fprotocol.h;h=540d0e6e1e4701b9e84f919a6705d22248859da7;hb=24be1e05d5f1cbe84c69b0bd27d422ad4b13cd77;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..540d0e6e 100644 --- a/src/hardware/agilent-dmm/protocol.h +++ b/src/hardware/agilent-dmm/protocol.h @@ -54,6 +54,11 @@ enum { AGILENT_U1252, AGILENT_U1253, + AGILENT_U1271, + AGILENT_U1272, + AGILENT_U1273, + AGILENT_U1273AX, + KEYSIGHT_U1281, KEYSIGHT_U1282, }; @@ -68,13 +73,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;