NSDiskIO::CombinedCSV Class Reference

Combined CSV-Files for Origin/... More...

#include <diskiobuffers.h>

Inheritance diagram for NSDiskIO::CombinedCSV:

NSDiskIO::AbstractWriter NSDiskIO::AbstractDiskIO< QTextStream > NSCore::DataSetChainMember NSCore::DataSetProducer NSCore::QTreeItem QObject NSCore::PointerProtection_Skel
Collaboration diagram for NSDiskIO::CombinedCSV:

Collaboration graph
[legend]

List of all members.

Public Slots

void setFile (QString filename)
 open a file

Public Member Functions

 CombinedCSV (QObject *=0)
QString ending () const
 The ending of your files.
void writeDataSet (NSCore::AcqisitionDataSet &data)
 Write a single dataset to disk.

Private Attributes

QMap< int, QList< double > > _save
int _combine_counter


Detailed Description

Combined CSV-Files for Origin/...

Constructor & Destructor Documentation

NSDiskIO::CombinedCSV::CombinedCSV ( QObject = 0  ) 


Member Function Documentation

QString NSDiskIO::CombinedCSV::ending (  )  const [inline, virtual]

The ending of your files.

You have to return the ending of your files without the dot.

Deprecated:

Implements NSDiskIO::AbstractWriter.

void NSDiskIO::CombinedCSV::writeDataSet ( NSCore::AcqisitionDataSet data  )  [virtual]

Write a single dataset to disk.

You have to implement this function to write a dataset to disk. There is no need for other things to do, the rest will be done by customEvent of the AbstractDiskWriter

Parameters:
data the dataset you should write

Implements NSDiskIO::AbstractWriter.

void NSDiskIO::CombinedCSV::setFile ( QString   )  [inline, virtual, slot]

open a file

Implements NSDiskIO::AbstractWriter.


Member Data Documentation

QMap< int,QList<double> > NSDiskIO::CombinedCSV::_save [private]


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

Generated on Tue Apr 12 02:10:33 2011 for epos by  doxygen 1.5.5