X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/7b57506902b8a0b9ba2186eea5e99901e5afa952..bd29c60e53e501684134598436c05bb25915cb1c:/scope.h diff --git a/scope.h b/scope.h index 1fdb515..2f3a61a 100644 --- a/scope.h +++ b/scope.h @@ -6,6 +6,7 @@ struct scope { unsigned int wMaxPacketSize_in; unsigned char bTag; int brokenRigol; + struct usbtmc_capabilities *cap; } usb; char idn[128]; }; @@ -15,4 +16,5 @@ struct scope* initscope(void); void closescope(struct scope* sc); void claimscope(struct scope* sc); void releasescope(struct scope* sc); +void resetscope(struct scope* sc); char *scope_idn(struct scope *sc);