TSIO++ Time series input/output
|
containers for data files with file specific command line parameters (prototypes). More...
Go to the source code of this file.
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... | |
Namespaces | |
ts | |
Outer namespace. | |
ts::sff | |
Namespace for libtsioxx modules. | |
Macros | |
#define | TSIO_CMDLINEFILES_H_VERSION "TF_CMDLINEFILES_H 2014/01/30" |
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< DFile > | ts::sff::TDFileList |
complete list of files. More... | |
typedef std::list< SFile > | ts::sff::TSFileList |
complete list of files (single precision version). 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... | |
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 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... | |
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... | |
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... | |
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... | |
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... | |
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... | |
containers for data files with file specific command line parameters (prototypes).
Copyright (c) 2007, 2010, 2011, 2014 by Thomas Forbriger (BFO Schiltach)
containers for data files with file specific command line parameters (prototypes)
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
REVISIONS and CHANGES
Definition in file cmdlinefiles.h.