Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
asciilib.h File Reference

Import and export plain text files. More...

#include "../stfio.h"
#include "../recording.h"
Include dependency graph for asciilib.h:

Go to the source code of this file.

Namespaces

namespace  stfio
 The stfio namespace.

Functions

void stfio::importASCIIFile (const std::string &fName, int hLinesToSkip, int nColumns, bool firstIsTime, bool toSection, Recording &ReturnRec, ProgressInfo &progDlg)
 Open an ASCII file and store its contents to a Recording object.
bool stfio::exportASCIIFile (const std::string &fName, const Section &Export)
 Export a Section to a text file.
bool stfio::exportASCIIFile (const std::string &fName, const Channel &Export)
 Export a Channel to a text file.

Detailed Description

Import and export plain text files.

Author
Christoph Schmidt-Hieber
Date
2008-01-23

Definition in file asciilib.h.