X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fserial-dmm%2Fprotocol.h;fp=hardware%2Fserial-dmm%2Fprotocol.h;h=e24c8ab4dcc62d9cd4ef44793e06f825517d26e4;hb=825da8b20f8eb879cd6b3e7911b4aa7b35a5b9ed;hp=20c5ae7126034416a857d96c5d72ab12d4bea6cf;hpb=5d03743096a1e850c6ccbb1eb902705a62604e80;p=libsigrok.git diff --git a/hardware/serial-dmm/protocol.h b/hardware/serial-dmm/protocol.h index 20c5ae71..e24c8ab4 100644 --- a/hardware/serial-dmm/protocol.h +++ b/hardware/serial-dmm/protocol.h @@ -31,6 +31,7 @@ /* Note: When adding entries here, don't forget to update DMM_COUNT. */ enum { + BBCGM_M2110, DIGITEK_DT4000ZC, TEKPOWER_TP4000ZC, METEX_ME31, @@ -57,7 +58,7 @@ enum { ISO_TECH_IDM103N, }; -#define DMM_COUNT 24 +#define DMM_COUNT 25 struct dmm_info { /** Manufacturer/brand */ @@ -110,6 +111,7 @@ struct dev_context { int buflen; }; +SR_PRIV int receive_data_BBCGM_M2110(int fd, int revents, void *cb_data); SR_PRIV int receive_data_DIGITEK_DT4000ZC(int fd, int revents, void *cb_data); SR_PRIV int receive_data_TEKPOWER_TP4000ZC(int fd, int revents, void *cb_data); SR_PRIV int receive_data_METEX_ME31(int fd, int revents, void *cb_data);