X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fscpi.h;h=634c2727110b88334dbabdc34074a8d7565f733a;hb=c9cfcd25917c4ee5767fa097d4fa8fb8a4888a6d;hp=e8bb33f49583c0248f91c36976feb233a9a9aa95;hpb=97a000748a1a4ca7370121af0c84d0e2281d527a;p=libsigrok.git diff --git a/src/scpi.h b/src/scpi.h index e8bb33f4..634c2727 100644 --- a/src/scpi.h +++ b/src/scpi.h @@ -17,10 +17,6 @@ * along with this program. If not, see . */ -/** @file - * @internal - */ - #ifndef LIBSIGROK_SCPI_H #define LIBSIGROK_SCPI_H @@ -117,6 +113,7 @@ struct sr_scpi_dev_inst { uint64_t firmware_version; GMutex scpi_mutex; char *actual_channel_name; + gboolean no_opc_command; }; SR_PRIV GSList *sr_scpi_scan(struct drv_context *drvc, GSList *options,