Represents the data within a file.
void 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 importABF2File(const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg)
Open an ABF2 file and store its contents to a Recording object.
void importABF1File(const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg)
Open an ABF1 file and store its contents to a Recording object.