|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
#include <fifffilesharer.h>
Signals | |
| void | newFileAtPath (const QString &sPath) |
Public Member Functions | |
| FiffFileSharer () | |
| FiffFileSharer (const QString &sDirName) | |
| void | copyRealtimeFile (const QString &sSourcePath) |
| void | initWatcher () |
FiffFileSharer provides a way to share fiff files while they are being saved in real time
Definition at line 61 of file fifffilesharer.h.

| FiffFileSharer::FiffFileSharer | ( | ) |
Constructs a FiffFileSharer with default paramaters (based on m_sDefaultDirectory and m_sDefaultFileName)
Definition at line 64 of file fifffilesharer.cpp.
| FiffFileSharer::FiffFileSharer | ( | const QString & | sDirName | ) |
Constructs a FiffFileSharer to watch/save to sDirName
| [in] | sDirName | Directory to/from which data will saved/read |
Definition at line 71 of file fifffilesharer.cpp.
| void FiffFileSharer::copyRealtimeFile | ( | const QString & | sSourcePath | ) |
Copies unfinished fiff file to set directory and appends relevant end tags to copy
| [in] | sSourcePath | source file to ber copied |
Definition at line 79 of file fifffilesharer.cpp.
| void FiffFileSharer::initWatcher | ( | ) |
Sets member QFileSystemWatcher to watch set directory
Definition at line 99 of file fifffilesharer.cpp.
|
signal |
Emits path of new shared fiff file.
| [in] | sPath | Path of new shared fiff file. |
1.8.17