TSIO++ Time series input/output
ts::sff::DFile Struct Reference

structure to contain file data together with command line arguments. More...

#include <cmdlinefiles.h>

Collaboration diagram for ts::sff::DFile:

Public Types

typedef double Tvalue
 provides reading into doubles More...
 
typedef aff::Series< TvalueTseries
 container to be used More...
 
typedef ts::sff::File< TseriesTfile
 file container More...
 

Public Attributes

tfxx::cmdline::Filename arguments
 command line arguments More...
 
ts::sff::File< Tseriesdata
 container to hold data headers and samples More...
 

Detailed Description

structure to contain file data together with command line arguments.

A struct to hold a complete data file including

  1. command line arguments associated with the file
  2. the file header
  3. headers and samples from all selected traces

This specific struct will hold samples in form of doubles.

Definition at line 126 of file cmdlinefiles.h.


The documentation for this struct was generated from the following file: