MNE-CPP
beta 1.0
|
The FiffProducer class provides a ECG data producer for a given sampling rate. More...
#include <fiffproducer.h>
Public Member Functions | |
FiffProducer (FiffSimulator *simulator) | |
~FiffProducer () | |
virtual bool | stop () |
Protected Member Functions | |
virtual void | run () |
The FiffProducer class provides a ECG data producer for a given sampling rate.
DECLARE CLASS FiffProducer
Definition at line 87 of file fiffproducer.h.
FiffProducer::FiffProducer | ( | FiffSimulator * | simulator | ) |
Constructs a DataProducer.
Definition at line 66 of file fiffproducer.cpp.
FiffProducer::~FiffProducer | ( | ) |
Destroys the DataProducer.
Definition at line 76 of file fiffproducer.cpp.
|
protectedvirtual |
The starting point for the thread. After calling start(), the newly created thread calls this function. Returning from this method will end the execution of the thread. Pure virtual method inherited by QThread.
Definition at line 97 of file fiffproducer.cpp.
|
virtual |
Stops the DataProducer by stopping the producer's thread.
Definition at line 86 of file fiffproducer.cpp.