TSIO++ Time series input/output
cmdlinefiles.cc File Reference

containers for data files with file specific command line parameters (implementation) More...

#include <fstream>
#include <tsioxx/cmdlinefiles.h>
#include <tsioxx/sfftsfileread.h>
#include <tsioxx/inputoperators.h>
#include <tfxx/rangestring.h>
Include dependency graph for cmdlinefiles.cc:

Go to the source code of this file.

Namespaces

 ts
 Outer namespace.
 
 ts::sff
 Namespace for libtsioxx modules.
 

Macros

#define TSIO_CMDLINEFILES_CC_VERSION   "TF_CMDLINEFILES_CC 2014/01/30"
 

Functions

SFile ts::sff::readSSFF (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 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...
 
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...
 
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 tfxx::cmdline::Filename &filename, const bool &verbose, Ttracelistkey tracekey, const std::string &format)
 read complete SFF file with trace selection More...
 
TSFileList ts::sff::readSSFF (const tfxx::cmdline::Tparsed &flist, const bool &verbose, Ttracelistkey tracekey, const std::string &format)
 read complete list of SFF files with trace selection More...
 
TDFileList ts::sff::readDSFF (const tfxx::cmdline::Tparsed &flist, const bool &verbose, Ttracelistkey tracekey, const std::string &format)
 read complete list of SFF files with trace selection More...
 
SFile ts::sff::readSSFF (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 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...
 
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...
 
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...
 
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...
 
TSFileList ts::sff::readSSFF (const tfxx::cmdline::Tparsed &flist, const bool &verbose, Ttracelistkey tracekey, const datrw::Eformat &format)
 read complete list of SFF files with trace selection More...
 
TDFileList ts::sff::readDSFF (const tfxx::cmdline::Tparsed &flist, const bool &verbose, Ttracelistkey tracekey, const datrw::Eformat &format)
 read complete list of SFF files with trace selection More...
 

Detailed Description

containers for data files with file specific command line parameters (implementation)


Author
Thomas Forbriger
Since
31/01/2007
Date
30/01/2014

containers for data files with file specific command line parameters (implementation)

Copyright (c) 2007, 2010, 2011, 2014 by Thomas Forbriger (BFO Schiltach)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

REVISIONS and CHANGES

  • 30/01/2014 V1.0 Thomas Forbriger (thof): copied from readtsdata.cc

Definition in file cmdlinefiles.cc.