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 |
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.
|
default |
|
default |
| QString MNELIB::MNEEvent::comment |
Free-text event comment.
Definition at line 37 of file mne_event.h.
| 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.
| unsigned int MNELIB::MNEEvent::from = 0 |
Source transition value.
Definition at line 32 of file mne_event.h.
| int MNELIB::MNEEvent::sample = 0 |
Sample number.
Definition at line 34 of file mne_event.h.
| int MNELIB::MNEEvent::show = 0 |
Display flag (application-defined).
Definition at line 35 of file mne_event.h.
| unsigned int MNELIB::MNEEvent::to = 0 |
Destination transition value.
Definition at line 33 of file mne_event.h.