]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok-internal.h
scpi: Add function to get an array of floats.
[libsigrok.git] / libsigrok-internal.h
index b8a3fde505dbf3cedeb9e8e7d4276644482d6798..52962fd61cebc189964702db4919c987429d71a2 100644 (file)
@@ -289,6 +289,8 @@ SR_PRIV int sr_scpi_get_float(struct sr_serial_dev_inst *serial,
 SR_PRIV int sr_scpi_get_double(struct sr_serial_dev_inst *serial,
                              const char *command, double *scpi_response);
 SR_PRIV int sr_scpi_get_opc(struct sr_serial_dev_inst *serial);
+SR_PRIV int sr_scpi_get_floatv(struct sr_serial_dev_inst *serial,
+                             const char *command, GArray **scpi_response);
 SR_PRIV int sr_scpi_get_hw_id(struct sr_serial_dev_inst *serial,
                              struct sr_scpi_hw_info **scpi_reponse);
 SR_PRIV void sr_scpi_hw_info_free(struct sr_scpi_hw_info *hw_info);