From: poljar (Damir Jelić) Date: Thu, 16 Jan 2014 14:28:54 +0000 (+0100) Subject: scpi: Add CMD_GET_SAMPLE_RATE to the command enum. X-Git-Tag: libsigrok-0.3.0~268 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=c09392d092f4b4c8d979b968bacb9f9056dc45e6;p=libsigrok.git scpi: Add CMD_GET_SAMPLE_RATE to the command enum. --- diff --git a/libsigrok-internal.h b/libsigrok-internal.h index df9bc0aa..d7d740d8 100644 --- a/libsigrok-internal.h +++ b/libsigrok-internal.h @@ -365,6 +365,8 @@ enum { SCPI_CMD_SET_DIG_POD_STATE, SCPI_CMD_GET_ANALOG_DATA, SCPI_CMD_GET_DIG_DATA, + SCPI_CMD_GET_SAMPLE_RATE, + SCPI_CMD_GET_SAMPLE_RATE_LIVE, }; struct sr_scpi_hw_info {