~ubuntu-branches/ubuntu/raring/edfbrowser/raring-proposed

« back to all changes in this revision

Viewing changes to mainwindow.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-02-07 09:33:57 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130207093357-lmycpl07jedycwm8
Tags: 1.49-1
* New upstream release
* debian/control:
   - deleted not needed DM-Upload-Allowed
   - Standards-Version: 3.9.4 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
*
4
4
* Author: Teunis van Beelen
5
5
*
6
 
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Teunis van Beelen
 
6
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Teunis van Beelen
7
7
*
8
8
* teuniz@gmail.com
9
9
*
144
144
#include "ecg_export.h"
145
145
#include "z_score_dialog.h"
146
146
#include "z_ratio_filter.h"
 
147
#include "raw2edf.h"
147
148
 
148
149
#include "third_party/fidlib/fidlib.h"
149
150
 
224
225
          int zscore_error_detection;
225
226
        } z_score_var;
226
227
 
 
228
  struct raw2edf_var_struct raw2edf_var;
 
229
 
227
230
  struct edfhdrblock *edfheaderlist[MAXFILES];
228
231
 
229
232
  struct signalcompblock *signalcomp[MAXSIGNALS];
488
491
  void organize_signals();
489
492
  void Escape_fun();
490
493
  void export_ecg_rr_interval_to_ascii();
 
494
  void convert_binary_to_edf();
491
495
//  void search_pattern();
492
496
 
493
497
#ifdef BK_MRS_project