|
Stimfit @PACKAGE_VERSION@
|
Import axon binary files. More...
#include "../stfio.h"
Go to the source code of this file.
Namespaces | |
| namespace | stfio |
| The stfio namespace. | |
Functions | |
| void | stfio::importABFFile (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| Open an ABF file and store its contents to a Recording object. Attempts to identify the ABF version. | |
| void | stfio::importABF1File (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| Open an ABF1 file and store its contents to a Recording object. | |
| void | stfio::importABF2File (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| Open an ABF2 file and store its contents to a Recording object. | |