v2.0.0
Loading...
Searching...
No Matches
fiff_tag.cpp File Reference

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>
Include dependency graph for fiff_tag.cpp:

Go to the source code of this file.

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Florian Schlembach fschl.nosp@m.emba.nosp@m.ch@we.nosp@m.b.de; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om
Since
0.1.0
Date
October 2012

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.