TSIO++ Time series input/output

◆ readDSFF() [5/8]

DFile ts::sff::readDSFF ( const std::string &  filename,
const bool &  verbose = false,
const datrw::Eformat &  format = datrw::Fsff 
)

read complete SFF file

read complete SFF file.

Read a complete data file with headers and samples at once.

Returns
structure that contains file data together with command line arguments
Parameters
filenameinput file name of file to be read
verboseselect verbosity
formatdata format to be read

Definition at line 183 of file cmdlinefiles.cc.

References readDSFF().

186  {
187  return (readDSFF(filename, verbose, datrw::anyID(format)));
188  }
TDFileList readDSFF(const tfxx::cmdline::Tparsed &flist, const bool &verbose, Ttracelistkey tracekey, const datrw::Eformat &format)
read complete list of SFF files with trace selection
Here is the call graph for this function: