|
| | rtsensordatacontroller.cpp |
| | Thread / timer plumbing tying the sensor data worker and field-mapping worker into one streaming pipeline.
|
| | rtsensordatacontroller.h |
| | Real-time MEG / EEG sensor streaming controller that orchestrates the data and field-mapping workers.
|
| | rtsensordataworker.cpp |
| | Per-tick dense sensor-to-vertex mat-vec, symmetric normalisation and ABGR colour packing.
|
| | rtsensordataworker.h |
| | Background worker that turns queued sensor packets into per-vertex ABGR colour buffers via a dense mapping matrix.
|
| | rtsensorinterpolationmatworker.cpp |
| | Off-thread dense MEG / EEG field-mapping matrix recomputation triggered by configuration changes.
|
| | rtsensorinterpolationmatworker.h |
| | Background worker that recomputes the dense MEG / EEG sensor-to-surface mapping matrix off the GUI thread.
|
| | rtsourcedatacontroller.cpp |
| | Thread / timer plumbing tying the source data worker and per-hemisphere interpolation workers together.
|
| | rtsourcedatacontroller.h |
| | Real-time source-estimate streaming controller that owns the data worker and the per-hemisphere interpolation workers.
|
| | rtsourcedataworker.cpp |
| | Per-tick sparse source-to-vertex mat-vec, colormap mapping and ABGR colour packing per hemisphere.
|
| | rtsourcedataworker.h |
| | Background worker that converts streaming source vectors into smoothed per-vertex ABGR colour buffers.
|
| | rtsourceinterpolationmatworker.cpp |
| | Off-thread SCDC + interpolation-matrix build for one hemisphere with interpolation- or annotation-based modes.
|
| | rtsourceinterpolationmatworker.h |
| | Background worker that builds the sparse source-to-vertex interpolation matrix for one hemisphere.
|
| | stcloadingworker.cpp |
| | Background STC file parse plus per-hemisphere sparse interpolation matrix construction.
|
| | stcloadingworker.h |
| | Background worker that loads source-time-course (.stc) files and prepares per-hemisphere interpolation matrices.
|