Represents the data within a file.
#define StfioDll
Defines dll export or import functions for Windows.
void importHDF5File(const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg)
Open a HDF5 file and store its contents to a Recording object.
StfioDll bool exportHDF5File(const std::string &fName, const Recording &WData, ProgressInfo &progDlg)
Export a Recording to a HDF5 file.