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

structure to contain file data together with command line arguments (single precision). More...

#include <cmdlinefiles.h>

Collaboration diagram for ts::sff::SFile:

Public Types

typedef float 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 (single precision).

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 103 of file cmdlinefiles.h.


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