Mercurial > hg > fxanalyse
comparison FXAllan.h @ 0:d9aae7d7f2c6
Import
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Tue, 03 Jul 2012 10:38:59 +0200 |
parents | |
children | 77539f2597b1 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d9aae7d7f2c6 |
---|---|
1 /**************************************************************************/ | |
2 /* LabWindows/CVI User Interface Resource (UIR) Include File */ | |
3 /* Copyright (c) National Instruments 2010. All Rights Reserved. */ | |
4 /* */ | |
5 /* WARNING: Do not add to, delete from, or otherwise modify the contents */ | |
6 /* of this include file. */ | |
7 /**************************************************************************/ | |
8 | |
9 #include <userint.h> | |
10 | |
11 #ifdef __cplusplus | |
12 extern "C" { | |
13 #endif | |
14 | |
15 /* Panels and Controls: */ | |
16 | |
17 #define ALLANPANEL 1 /* callback function: CB_GeneralAllanPanel */ | |
18 #define ALLANPANEL_NORMALIZER 2 /* callback function: Allan_CB_ChangeNormalizer */ | |
19 #define ALLANPANEL_ALLANPLOT 3 | |
20 #define ALLANPANEL_MAX 4 /* callback function: Allan_CB_ChangeMax */ | |
21 #define ALLANPANEL_MIN 5 /* callback function: Allan_CB_ChangeMin */ | |
22 #define ALLANPANEL_CHECKBOX_AUTOSCALE 6 /* callback function: Allan_CB_ChangeAutoScale */ | |
23 #define ALLANPANEL_RESETBUTTON 7 /* callback function: Allan_CB_Reset */ | |
24 #define ALLANPANEL_DRIFT 8 | |
25 #define ALLANPANEL_DEDRIFT 9 | |
26 | |
27 | |
28 /* Menu Bars, Menus, and Menu Items: */ | |
29 | |
30 /* (no menu bars in the resource file) */ | |
31 | |
32 | |
33 /* Callback Prototypes: */ | |
34 | |
35 int CVICALLBACK Allan_CB_ChangeAutoScale(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
36 int CVICALLBACK Allan_CB_ChangeMax(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
37 int CVICALLBACK Allan_CB_ChangeMin(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
38 int CVICALLBACK Allan_CB_ChangeNormalizer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
39 int CVICALLBACK Allan_CB_Reset(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
40 int CVICALLBACK CB_GeneralAllanPanel(int panel, int event, void *callbackData, int eventData1, int eventData2); | |
41 | |
42 | |
43 #ifdef __cplusplus | |
44 } | |
45 #endif |