X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fserial-dmm%2Fprotocol.h;fp=hardware%2Fserial-dmm%2Fprotocol.h;h=f96e43da77ff4d7130bb40ba31e4876a7bb3701b;hb=e83437ae206dea1bce85c8b46f7c56ebb9667bda;hp=8db0e6355ed5bd797b3f34d2d87b7f9c55c88773;hpb=1656e47def5422a5273f023d542d4d6a72668b42;p=libsigrok.git diff --git a/hardware/serial-dmm/protocol.h b/hardware/serial-dmm/protocol.h index 8db0e635..f96e43da 100644 --- a/hardware/serial-dmm/protocol.h +++ b/hardware/serial-dmm/protocol.h @@ -39,6 +39,7 @@ enum { RADIOSHACK_22_805, RADIOSHACK_22_812, TECPEL_DMM_8061_SER, + VOLTCRAFT_M3650CR, VOLTCRAFT_M3650D, VOLTCRAFT_M4650CR, VOLTCRAFT_ME42, @@ -124,6 +125,7 @@ SR_PRIV int receive_data_RADIOSHACK_22_168(int fd, int revents, void *cb_data); SR_PRIV int receive_data_RADIOSHACK_22_805(int fd, int revents, void *cb_data); SR_PRIV int receive_data_RADIOSHACK_22_812(int fd, int revents, void *cb_data); SR_PRIV int receive_data_TECPEL_DMM_8061_SER(int fd, int revents, void *cb_data); +SR_PRIV int receive_data_VOLTCRAFT_M3650CR(int fd, int revents, void *cb_data); SR_PRIV int receive_data_VOLTCRAFT_M3650D(int fd, int revents, void *cb_data); SR_PRIV int receive_data_VOLTCRAFT_M4650CR(int fd, int revents, void *cb_data); SR_PRIV int receive_data_VOLTCRAFT_ME42(int fd, int revents, void *cb_data);