X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/1574729632acebdcdf8caa025dcb67c6ac3804fc..811f1259bdfc86f06fb13d7cde80befb4a808063:/scope.h diff --git a/scope.h b/scope.h index 453aaf6..dba5670 100644 --- a/scope.h +++ b/scope.h @@ -109,9 +109,14 @@ struct scope { } la; struct { - /* TODO */ + int displayed; } math; + + struct { + int displayed; + } fft; } status; + char idn[128]; };