]> sigrok.org Git - libsigrok.git/blobdiff - src/scpi.h
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / scpi.h
index e8bb33f49583c0248f91c36976feb233a9a9aa95..634c2727110b88334dbabdc34074a8d7565f733a 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/** @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,