Mercurial > hg > fxanalyse
comparison FXAnalyse.c @ 155:b060780ade19
Raw data logging enabled by default
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Fri, 31 Jan 2014 21:39:58 +0100 |
parents | 0f7adefc4d37 |
children | 4ab8099a18e2 |
comparison
equal
deleted
inserted
replaced
154:a50f9a8168ae | 155:b060780ade19 |
---|---|
284 int write; | 284 int write; |
285 }; | 285 }; |
286 | 286 |
287 | 287 |
288 struct datafile datafiles[] = { | 288 struct datafile datafiles[] = { |
289 { "Raw", event.data, 4, PANEL_SAVE_RAW, FALSE }, | 289 { "Raw", event.data, 4, PANEL_SAVE_RAW, TRUE }, |
290 { "DDS", DDS4xAD9912.frequency, 4, PANEL_SAVE_DDS, FALSE }, | 290 { "DDS", DDS4xAD9912.frequency, 4, PANEL_SAVE_DDS, FALSE }, |
291 { "Lo", &Math2, 1, PANEL_SAVE_LO, FALSE }, | 291 { "Lo", &Math2, 1, PANEL_SAVE_LO, FALSE }, |
292 { "Hg", &Math3, 1, PANEL_SAVE_HG, FALSE }, | 292 { "Hg", &Math3, 1, PANEL_SAVE_HG, FALSE }, |
293 { "Sr", &Math4, 1, PANEL_SAVE_SR, FALSE }, | 293 { "Sr", &Math4, 1, PANEL_SAVE_SR, FALSE }, |
294 { "Ex", &Math5, 1, PANEL_SAVE_EXTRA, FALSE }, | 294 { "Ex", &Math5, 1, PANEL_SAVE_EXTRA, FALSE }, |