TS++ library: time series library
wid2timeseries.h
Go to the documentation of this file.
1 
34 // include guard
35 #ifndef TSXX_WID2TIMESERIES_H_VERSION
36 
37 #define TSXX_WID2TIMESERIES_H_VERSION \
38  "TSXX_WID2TIMESERIES_H V1.0"
39 
40 #include<tsxx/tsxx.h>
41 #include<sffxx.h>
42 
43 namespace ts {
44 
45  /*----------------------------------------------------------------------*/
46  // SFF version
47 
54 
55 } // namespace ts
56 
57 #endif // TSXX_WID2TIMESERIES_H_VERSION (includeguard)
58 
59 /* ----- END OF wid2timeseries.h ----- */
TimeSeries< aff::Series< int >, ::sff::WID2 > TIsfftimeseries
integer data with SFF header
Structure to hold the data samples of a series together with header information to form a time series...
Definition: tsxx.h:83
All stuff in this library will be placed within namespace ts.
Definition: anyfilter.cc:43
TimeSeries< aff::Series< double >, ::sff::WID2 > TDsfftimeseries
double precision data with SFF header
basic modules of time series library in C++ (prototypes)
TimeSeries< aff::Series< float >, ::sff::WID2 > TSsfftimeseries
single precision data with SFF header