TSIO++ Time series input/output
read one single input file

Functions reading a single input fileThis module is presented through cmdlinefiles.h. More...

Collaboration diagram for read one single input file:

Functions

DFile ts::sff::readDSFF (const std::string &filename, const bool &verbose, const std::string &format)
 read complete SFF file More...
 
DFile ts::sff::readDSFF (const std::string &filename, const Ttracelist &selection, const bool &verbose, const std::string &format)
 read complete SFF file with trace selection More...
 
DFile ts::sff::readDSFF (const tfxx::cmdline::Filename &filename, const bool &verbose, Ttracelistkey tracekey, const std::string &format)
 read complete SFF file with trace selection More...
 
SFile ts::sff::readSSFF (const std::string &filename, const bool &verbose, const std::string &format)
 read complete SFF file More...
 
SFile ts::sff::readSSFF (const std::string &filename, const Ttracelist &selection, const bool &verbose, const std::string &format)
 read complete SFF file with trace selection More...
 
SFile ts::sff::readSSFF (const tfxx::cmdline::Filename &filename, const bool &verbose, Ttracelistkey tracekey, const std::string &format)
 read complete SFF file with trace selection More...
 
DFile ts::sff::readDSFF (const std::string &filename, const bool &verbose, const datrw::Eformat &format)
 read complete SFF file More...
 
DFile ts::sff::readDSFF (const std::string &filename, const Ttracelist &selection, const bool &verbose, const datrw::Eformat &format)
 read complete SFF file with trace selection More...
 
DFile ts::sff::readDSFF (const tfxx::cmdline::Filename &filename, const bool &verbose, Ttracelistkey tracekey, const datrw::Eformat &format)
 read complete SFF file with trace selection More...
 
SFile ts::sff::readSSFF (const std::string &filename, const bool &verbose, const datrw::Eformat &format)
 read complete SFF file More...
 
SFile ts::sff::readSSFF (const std::string &filename, const Ttracelist &selection, const bool &verbose, const datrw::Eformat &format)
 read complete SFF file with trace selection More...
 
SFile ts::sff::readSSFF (const tfxx::cmdline::Filename &filename, const bool &verbose, Ttracelistkey tracekey, const datrw::Eformat &format)
 read complete SFF file with trace selection More...
 

Detailed Description

Functions reading a single input file

This module is presented through cmdlinefiles.h.