]> git.zerfleddert.de Git - rigol/blobdiff - scope.h
math/fft added to scope status
[rigol] / scope.h
diff --git a/scope.h b/scope.h
index 86ce9df009d67399d1f53fa179b43d9496e7d687..dba5670f3e614bb96baa17159e257c386153b4ea 100644 (file)
--- 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];
 };
 
Impressum, Datenschutz