TS++ library: time series library
tsxx.h File Reference

basic modules of time series library in C++ (prototypes) More...

#include <aff/series.h>
Include dependency graph for tsxx.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ts::TimeSeries< S, H >
 Structure to hold the data samples of a series together with header information to form a time series. More...
 

Namespaces

 ts
 All stuff in this library will be placed within namespace ts.
 

Macros

#define TF_TSXX_H_VERSION   "TF_TSXX_H V1.6"
 

Detailed Description

basic modules of time series library in C++ (prototypes)


Author
Thomas Forbriger
Date
19/12/2003

basic modules of time series library in C++ (prototypes)

Copyright (c) 2003 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

  • 19/12/2003 V1.0 Thomas Forbriger
  • 10/02/2004 V1.1
    - deleted all old code
    • started from scratch with TimeSeries
  • 13/07/2005 V1.2 added exception
  • 28/04/2006 V1.3 added virtual destructor
  • 03/12/2008 V1.4 provide integer time series
  • 22/11/2016 V1.5 provide copy constructor and copy operator for TimeSeries V1.6 move error handling code to error.h move specific type definitions to dttimeseries.h and wid2timeseries.h

Definition in file tsxx.h.