1 // -*- c++ -*-
2 
3 /*
4  *  Author: Arvin Schnell
5  */
6 
7 
8 #include "Analyser.h"
9 #include "Scope.h"
10 
11 
12 extern Analyser analyser[2];
13 
14 extern Scope scope;
15 
16 
17 void
18 control_create ();
19 
20 void
21 control_set_default ();
22 
23 void
24 update_marker_label ();
25 
26 void
27 update_peak_label ();
28 
29 void
30 set_sensitivity ();
31 
32 void
33 control_close (Widget, XtPointer, XtPointer);
34 
35 void
36 analyser_manage ();
37 
38 void
39 scope_manage ();
40