128-bit FIFF identifier record (machine ID + creation time) used to stamp files, blocks and parent references. More...


Go to the source code of this file.
Classes | |
| class | FIFFLIB::FiffId |
| 128-bit FIFF identifier: hardware machine ID plus creation time, stamped on every file and block. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
Functions | |
| bool | FIFFLIB::operator== (const FiffId &a, const FiffId &b) |
128-bit FIFF identifier record (machine ID + creation time) used to stamp files, blocks and parent references.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
Every FIFF file carries a FIFF_FILE_ID tag at its head and every significant block (measurement, raw data, evoked, epochs, projection, covariance, ...) carries a FIFF_BLOCK_ID tag; in addition each child file can carry FIFF_PARENT_FILE_ID / FIFF_PARENT_BLOCK_ID back-references so that derived data sets remain provenance-traceable to their source recording. All four are physically the same record: the legacy fiffIdRec.
FiffId is the C++ wrapper for that record. It exposes the version word, the 2x32-bit machid hardware identifier and a FiffTime creation time, plus convenience constructors that synthesize a fresh ID for a newly written file (mirroring mne.io.write.write_id in MNE-Python).
Definition in file fiff_id.h.