TSIO++ Time series input/output

◆ readDSFF() [8/8]

TDFileList ts::sff::readDSFF ( const tfxx::cmdline::Tparsed &  flist,
const bool &  verbose = false,
Ttracelistkey  tracekey = "t",
const datrw::Eformat &  format = datrw::Fsff 
)

read complete list of SFF files with trace selection

read complete list of SFF files with trace selection.

Read a complete set of files like defined in the structure of command line arguments.

Returns
structure that contains file data together with command line arguments
Parameters
flistlist of file names together with command line options and arguments
verboseselect verbosity
tracekeykey string for command line option that defines trace selection
formatdata format to be read

Definition at line 244 of file cmdlinefiles.cc.

References readDSFF().

248  {
249  return (readDSFF(flist, verbose, tracekey, datrw::anyID(format)));
250  }
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: