TS++ library: time series library
seifeclass.cc File Reference

provide all needed to use BasicFilter with seife code (implementation) More...

#include <sstream>
#include <algorithm>
#include <tsxx/seifexx.h>
#include <tsxx/seifeclass.h>
#include <tsxx/seifeclass_usage_text.h>
#include <tfxx/misc.h>
Include dependency graph for seifeclass.cc:

Go to the source code of this file.

Namespaces

 ts
 All stuff in this library will be placed within namespace ts.
 
 ts::seife
 interface to seife C-functions
 

Macros

#define TF_SEIFECLASS_CC_VERSION   "TF_SEIFECLASS_CC V1.3"
 

Functions

ts::filter::Tfilterhandle ts::seife::make_seife_filter (std::string s, const bool &debug)
 function to generate filter class More...
 
void ts::seife::print_help (std::ostream &os)
 print usage information More...
 

Detailed Description

provide all needed to use BasicFilter with seife code (implementation)


Author
Thomas Forbriger
Date
20/05/2015

provide all needed to use BasicFilter with seife code (implementation)

Copyright (c) 2005, 2015 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

  • 04/07/2005 V1.0 Thomas Forbriger
  • 11/07/2005 V1.1
    - support debug mode
    • provide usage information
  • 18/12/2007 V1.2
    - support debugging
    • replace comma delimiter by whitespace
  • 20/05/2015 V1.3
    • take usage text from text file

Definition in file seifeclass.cc.