]> git.zerfleddert.de Git - rigol/blob - commands.h
make capabilities accessible from struct scope
[rigol] / commands.h
1 void do_plot (struct scope *sc);
2 void do_get_buf (struct scope *sc);
3 void do_get_screen(struct scope *sc);
4 void do_display_screen(struct scope *sc);
5 unsigned char* get_lcd(struct scope *sc, int *imglen, int keylock);
Impressum, Datenschutz