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

Single recorded event (sample, previous and new trigger code). More...

#include "mne_global.h"
#include <QString>
Include dependency graph for mne_event.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNEEvent
 Single trigger-event marker. More...

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Detailed Description

Single recorded event (sample, previous and new trigger code).

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.0.0
Date
March 2026

MNELIB::MNEEvent is the per-event record used by the legacy mne_process_raw event list: it stores the sample index relative to the recording start, the trigger value before the transition and the trigger value after - the canonical triplet of eve files.

Definition in file mne_event.h.