Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
sonlib.h
Go to the documentation of this file.
1// This program is free software; you can redistribute it and/or
2// modify it under the terms of the GNU General Public License
3// as published by the Free Software Foundation; either version 2
4// of the License, or (at your option) any later version.
5
6// This program is distributed in the hope that it will be useful,
7// but WITHOUT ANY WARRANTY; without even the implied warranty of
8// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9// GNU General Public License for more details.
10
11// You should have received a copy of the GNU General Public License
12// along with this program; if not, write to the Free Software
13// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14
15#ifndef _SONLIB_H
16#define _SONLIB_H
17
18#include <string>
19#include <vector>
20#include "../../core/stimfit_core.h"
21#include "Son.H"
22#pragma once
23
24namespace stimfit {
25 namespace SON {
26 //Open a CFS file and store its contents to a Recording object:
27 std::string SONError(short errorCode);
28 COREDLL_API
29 void importSONFile(const wxString& fName, Recording& ReturnData);
30 }
31}
32
33#endif
Represents the data within a file.
Definition recording.h:44
See http://www.wxwidgets.org/manuals/stable/wx_wxstring.html (wxWidgets documentation)
COREDLL_API void importSONFile(const wxString &fName, Recording &ReturnData)
std::string SONError(short errorCode)