Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
readfrfile.hh File Reference
#include <string.h>
#include "waverdc.hh"
#include "lossy.hh"
#include "FrameL.h"
Include dependency graph for readfrfile.hh:
This graph shows which files directly or indirectly include this file:

Functions

bool ReadFrFile (wavearray< double > &out, double tlen, double tskip, char *cname, char *fname, bool seek=true, char *channel_type="adc")
 
wavearray< float > * ReadFrFile (double tlen, double tskip, char *cname, char *fname, bool seek=true, char *channel_type="adc")
 

Function Documentation

bool ReadFrFile ( wavearray< double > &  out,
double  tlen,
double  tskip,
char *  cname,
char *  fname,
bool  seek = true,
char *  channel_type = "adc" 
)

Definition at line 21 of file readfrfile.cc.

wavearray<float>* ReadFrFile ( double  tlen,
double  tskip,
char *  cname,
char *  fname,
bool  seek = true,
char *  channel_type = "adc" 
)

Definition at line 305 of file readfrfile.cc.