]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok-internal.h
scpi_tcp: Adjust to observed protocol for Rigol VS5000 series.
[libsigrok.git] / libsigrok-internal.h
index adc48c496549d51ea5694239dd5e9923fed53184..e81170c783a703552ddfb170651086589a276d6a 100644 (file)
@@ -336,6 +336,11 @@ SR_PRIV struct sr_scpi_dev_inst *scpi_serial_dev_inst_new(const char *port,
                        const char *serialcomm);
 #endif
 
+/*--- hardware/common/scpi_tcp.c --------------------------------------------*/
+
+SR_PRIV struct sr_scpi_dev_inst *scpi_tcp_dev_inst_new(const char *address,
+                       const char *port);
+
 /*--- hardware/common/scpi_usbtmc.c -----------------------------------------*/
 
 SR_PRIV struct sr_scpi_dev_inst *scpi_usbtmc_dev_inst_new(const char *device);