X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/0b7a29d92ef3656b4c740b313f901a9d62f593a3..7d42ad7efe4c26e33498016c9f49acd214b5428e:/commands.h diff --git a/commands.h b/commands.h index 67afc00..1900263 100644 --- a/commands.h +++ b/commands.h @@ -1,3 +1,5 @@ -void do_plot (struct usb_dev_handle *sc); -void do_get_buf (struct usb_dev_handle *sc); -void do_get_screen(struct usb_dev_handle *sc); +void do_plot (struct scope *sc); +void do_get_buf (struct scope *sc); +void do_get_screen(struct scope *sc); +void do_display_screen(struct scope *sc); +unsigned char* get_lcd(struct scope *sc, int *imglen, int keylock);