MNE-CPP  beta 1.0
Public Member Functions | Protected Member Functions | List of all members
FiffSimulatorPlugin::FiffProducer Class Reference

The FiffProducer class provides a ECG data producer for a given sampling rate. More...

#include <fiffproducer.h>

Inheritance diagram for FiffSimulatorPlugin::FiffProducer:

Public Member Functions

 FiffProducer (FiffSimulator *simulator)
 
 ~FiffProducer ()
 
virtual bool stop ()
 

Protected Member Functions

virtual void run ()
 

Detailed Description

The FiffProducer class provides a ECG data producer for a given sampling rate.

DECLARE CLASS FiffProducer

Definition at line 87 of file fiffproducer.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

void FiffProducer::run ( )
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.

bool FiffProducer::stop ( )
virtual

Stops the DataProducer by stopping the producer's thread.

Definition at line 86 of file fiffproducer.cpp.


The documentation for this class was generated from the following files: