comparison FXAnalyse.h @ 113:6691728a0c58

Add option to save DDS frequencies to disk
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Tue, 02 Jul 2013 13:05:50 +0200
parents 2a9f8a811d87
children f9fb17fb64cc
comparison
equal deleted inserted replaced
112:e501896c0e7c 113:6691728a0c58
147 #define PANEL_MEASURE_SLOPE 110 /* control type: LED, callback function: CB_MeasureSlope */ 147 #define PANEL_MEASURE_SLOPE 110 /* control type: LED, callback function: CB_MeasureSlope */
148 #define PANEL_SLOPE_MEASURED 111 /* control type: numeric, callback function: (none) */ 148 #define PANEL_SLOPE_MEASURED 111 /* control type: numeric, callback function: (none) */
149 #define PANEL_RESET_DEDRIFT_DDS 112 /* control type: command, callback function: CB_ResetDedriftDDS */ 149 #define PANEL_RESET_DEDRIFT_DDS 112 /* control type: command, callback function: CB_ResetDedriftDDS */
150 #define PANEL_SHOWLOG 113 /* control type: command, callback function: CB_ShowLog */ 150 #define PANEL_SHOWLOG 113 /* control type: command, callback function: CB_ShowLog */
151 #define PANEL_SAVE_RAW_DATA 114 /* control type: radioButton, callback function: (none) */ 151 #define PANEL_SAVE_RAW_DATA 114 /* control type: radioButton, callback function: (none) */
152 #define PANEL_SAVE_DDS_FREQS 115 /* control type: radioButton, callback function: (none) */
152 153
153 154
154 /* Menu Bars, Menus, and Menu Items: */ 155 /* Menu Bars, Menus, and Menu Items: */
155 156
156 /* (no menu bars in the resource file) */ 157 /* (no menu bars in the resource file) */