|
TSIO++ Time series input/output
|
structure to contain file data together with command line arguments. More...
#include <cmdlinefiles.h>

Public Types | |
| typedef double | Tvalue |
| provides reading into doubles More... | |
| typedef aff::Series< Tvalue > | Tseries |
| container to be used More... | |
| typedef ts::sff::File< Tseries > | Tfile |
| file container More... | |
Public Attributes | |
| tfxx::cmdline::Filename | arguments |
| command line arguments More... | |
| ts::sff::File< Tseries > | data |
| container to hold data headers and samples More... | |
structure to contain file data together with command line arguments.
A struct to hold a complete data file including
This specific struct will hold samples in form of doubles.
Definition at line 126 of file cmdlinefiles.h.