Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
readfrfile.hh
Go to the documentation of this file.
1 /********************************************************/
2 /* Wavelet Analysis Tool */
3 /* file readfrfile.hh */
4 /********************************************************/
5 
6 //#ifndef _READFRFILE_H
7 // #define _READFRFILE_H
8 
9 #ifndef _STRING_H
10  #include <string.h>
11 #endif
12 #include "waverdc.hh"
13 #include "lossy.hh"
14 #include "FrameL.h"
15 
16 bool
18  double tlen,
19  double tskip,
20  char *cname,
21  char *fname,
22  bool seek=true,
23  char *channel_type="adc");
24 
26 ReadFrFile(double tlen,
27  double tskip,
28  char *cname,
29  char *fname,
30  bool seek=true,
31  char *channel_type="adc");
32 
33 //#endif // _READFRFILE_H
ofstream out
Definition: cwb_merge.C:196
char fname[1024]
bool ReadFrFile(wavearray< double > &out, double tlen, double tskip, char *cname, char *fname, bool seek=true, char *channel_type="adc")
Definition: readfrfile.cc:21