Mercurial > hg > fxanalyse
diff FXAnalyse.h @ 109:2a9f8a811d87
Fix N3 measurement
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Fri, 28 Jun 2013 14:45:29 +0200 |
parents | 675cb8d5e8a7 |
children | 6691728a0c58 |
line wrap: on
line diff
--- a/FXAnalyse.h Fri Jun 28 14:45:12 2013 +0200 +++ b/FXAnalyse.h Fri Jun 28 14:45:29 2013 +0200 @@ -129,7 +129,7 @@ #define PANEL_DDS3 92 /* control type: numeric, callback function: CB_ChangeDDSOut */ #define PANEL_N1CALCULUS 93 /* control type: command, callback function: CB_OnNCalculus */ #define PANEL_FINDSIGN3 94 /* control type: command, callback function: CB_OnFindSign */ -#define PANEL_SIGN3 95 /* control type: numeric, callback function: (none) */ +#define PANEL_SIGN3 95 /* control type: numeric, callback function: CB_Sign3 */ #define PANEL_FINDSIGN2 96 /* control type: command, callback function: CB_OnFindSign */ #define PANEL_SIGN2 97 /* control type: numeric, callback function: (none) */ #define PANEL_FINDSIGN1 98 /* control type: command, callback function: CB_OnFindSign */ @@ -192,6 +192,7 @@ int CVICALLBACK CB_ResetDedriftDDS(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK CB_SetSlope(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK CB_ShowLog(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); +int CVICALLBACK CB_Sign3(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK QuitCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);