v2.0.0
Loading...
Searching...
No Matches
MNELIB::MNEEvent Class Reference

Single trigger-event marker. More...

#include <mne_event.h>

Public Member Functions

 MNEEvent ()=default
 ~MNEEvent ()=default

Public Attributes

unsigned int from = 0
unsigned int to = 0
int sample = 0
int show = 0
int created_here = 0
QString comment

Detailed Description

Single trigger-event marker.

Records a stimulus transition (from one value to another) at a given sample position, together with an optional free-text comment.

Definition at line 26 of file mne_event.h.

Constructor & Destructor Documentation

◆ MNEEvent()

MNELIB::MNEEvent::MNEEvent ( )
default

◆ ~MNEEvent()

MNELIB::MNEEvent::~MNEEvent ( )
default

Member Data Documentation

◆ comment

QString MNELIB::MNEEvent::comment

Free-text event comment.

Definition at line 37 of file mne_event.h.

◆ created_here

int MNELIB::MNEEvent::created_here = 0

Non-zero if this event was created in the program.

Definition at line 36 of file mne_event.h.

◆ from

unsigned int MNELIB::MNEEvent::from = 0

Source transition value.

Definition at line 32 of file mne_event.h.

◆ sample

int MNELIB::MNEEvent::sample = 0

Sample number.

Definition at line 34 of file mne_event.h.

◆ show

int MNELIB::MNEEvent::show = 0

Display flag (application-defined).

Definition at line 35 of file mne_event.h.

◆ to

unsigned int MNELIB::MNEEvent::to = 0

Destination transition value.

Definition at line 33 of file mne_event.h.


The documentation for this class was generated from the following file: