Translation unit for COMLIB::RtDataClient: FIFF-tag parsing on the mne_rt_server data port (4218).
More...

Go to the source code of this file.
Translation unit for COMLIB::RtDataClient: FIFF-tag parsing on the mne_rt_server data port (4218).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Implements the three reads the rest of COMLIB depends on: getClientId() exchanges a small FIFF block to obtain the server-assigned routing handle, readInfo() / readMetadata() stream the measurement header (and optional digitiser block) through FIFFLIB::FiffStream, and readRawBuffer() blocks until the next sample frame arrives, reshaping the payload into an Eigen::MatrixXf and reporting the tag kind so callers can distinguish data buffers from block-control markers.
Definition in file rt_data_client.cpp.