X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/adb5a679e9a34b10b262efe2c917619515a59f7b..3f7445f165d714de36f2f42af08d3461f49ef75f:/scope.h diff --git a/scope.h b/scope.h index 86ce9df..dba5670 100644 --- a/scope.h +++ b/scope.h @@ -26,7 +26,16 @@ struct measure_s { }; struct channel_s { - /* TODO */ + int bwlimit_enabled; + char coupling[32]; + int displayed; + int inverted; + double offset; + double probe; + double scale; + int filter_enabled; + int memory_depth; + char vernier[32]; }; struct scope { @@ -100,9 +109,14 @@ struct scope { } la; struct { - /* TODO */ + int displayed; } math; + + struct { + int displayed; + } fft; } status; + char idn[128]; };