|
TSIO++ Time series input/output
|
Functions reading a single input fileThis module is presented through cmdlinefiles.h. More...
|
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... | |
Functions reading a single input file
This module is presented through cmdlinefiles.h.