73 static QList<BidsEvent>
readTsv(
const QString& sFilePath);
82 static bool writeTsv(
const QString& sFilePath,
83 const QList<BidsEvent>& events);
MNE-CPP BIDS library entry point: Qt symbol-visibility plumbing and the BIDSLIB namespace documentati...
#define BIDSSHARED_EXPORT
BIDS dataset reading, writing, path construction, and sidecar metadata handling for iEEG/EEG/MEG.
Single event annotation, typically parsed from or written to *_events.tsv.
static QList< BidsEvent > readTsv(const QString &sFilePath)
Read a BIDS *_events.tsv file.
static bool writeTsv(const QString &sFilePath, const QList< BidsEvent > &events)
Write a BIDS *_events.tsv file.