v2.0.0
Loading...
Searching...
No Matches
RTPROCESSINGLIB::RtInvOpWorker Class Reference

Background worker thread that recomputes the MNE inverse operator when covariance updates arrive. More...

#include <rt_inv_op.h>

Signals

void resultReady (const MNELIB::MNEInverseOperator &invOp)

Public Member Functions

void doWork (const RtInvOpInput &inputData)

Detailed Description

Background worker thread that recomputes the MNE inverse operator when covariance updates arrive.

Real-time inverse operator worker.

Definition at line 93 of file rt_inv_op.h.

Inheritance diagram for RTPROCESSINGLIB::RtInvOpWorker:
Inheritance graph

Member Function Documentation

◆ doWork()

void RtInvOpWorker::doWork ( const RtInvOpInput & inputData)

Perform actual inverse operator creation.

Parameters
[in]inputDataData to estimate the inverse operator from.

Definition at line 72 of file rt_inv_op.cpp.

◆ resultReady

void RTPROCESSINGLIB::RtInvOpWorker::resultReady ( const MNELIB::MNEInverseOperator & invOp)
signal

Emit this signal whenever a new inverse operator was estimated.

Parameters
[in]invOpThe final inverse operator estimation.

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