TSIO++ Time series input/output
Full commandline data file parsing

Full commandline data file parsingThis module is presented through cmdlinefiles.h. More...

Collaboration diagram for Full commandline data file parsing:

Modules

 read a complete set of input files
 Functions reading a set of input filesThis module is presented through cmdlinefiles.h.
 
 read one single input file
 Functions reading a single input fileThis module is presented through cmdlinefiles.h.
 

Classes

struct  ts::sff::SFile
 structure to contain file data together with command line arguments (single precision). More...
 
struct  ts::sff::DFile
 structure to contain file data together with command line arguments. More...
 

Typedefs

typedef tfxx::RangeList< int > ts::sff::Ttracelist
 type of trace selection list. More...
 
typedef const char * ts::sff::Ttracelistkey
 type of trace selection key. More...
 
typedef std::list< DFilets::sff::TDFileList
 complete list of files. More...
 
typedef std::list< SFilets::sff::TSFileList
 complete list of files (single precision version). More...
 

Detailed Description

Full commandline data file parsing

This module is presented through cmdlinefiles.h.