v2.0.0
Loading...
Searching...
No Matches
fiff_raw_dir.h File Reference

One entry of the per-buffer raw-data directory: kind, first sample, number of samples and on-disk position. More...

#include "fiff_global.h"
#include "fiff_types.h"
#include "fiff_dir_entry.h"
#include <QSharedPointer>
#include <memory>
Include dependency graph for fiff_raw_dir.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FIFFLIB::FiffRawDir
 Per-buffer raw-data directory entry: data kind, first sample, sample count, on-disk tag position. More...

Namespaces

namespace  FIFFLIB
 FIFF file I/O, in-memory data structures and high-level readers/writers.

Detailed Description

One entry of the per-buffer raw-data directory: kind, first sample, number of samples and on-disk position.

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; Christof Pieloth pielo.nosp@m.th@l.nosp@m.abp.h.nosp@m.twk-.nosp@m.leipz.nosp@m.ig.d.nosp@m.e; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; 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
September 2012

For every FIFF_DATA_BUFFER tag in a continuous recording FiffStream builds one FiffRawDir entry: the kind of buffer (int16 packed, float32, ...), the first sample index of the buffer in the recording's sample timeline, the number of samples it contains, and the on-disk byte position of the underlying tag header. Together those entries form the sample → file-position index that FiffRawData::read_segment uses for random-access decoding.

Definition in file fiff_raw_dir.h.