Implementation of FiffTag: the 16-byte FIFF tag header plus payload, with typed decoders for every FIFFT_* type. More...
#include "fiff_tag.h"#include "fiff_byte_swap.h"#include <complex>#include <QTcpSocket>#include <QDebug>
Go to the source code of this file.
Implementation of FiffTag: the 16-byte FIFF tag header plus payload, with typed decoders for every FIFFT_* type.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
Decoders convert the payload to the appropriate C++ representation (scalars, dense and sparse matrices, structured FIFF records). Used by FiffStream both for streaming reads and for assembling tags before FiffStream::write_tag.
Definition in file fiff_tag.cpp.