MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Member Functions | Public Attributes | List of all members
EVENTSLIB::Event Struct Reference

#include <event.h>

Public Member Functions

 Event ()
 
 Event (const idNum id, const int sample, const idNum groupId)
 
 Event (const EVENTSINTERNAL::EventINT &e)
 

Public Attributes

idNum id
 
int sample
 
idNum groupId
 

Detailed Description

This is a public Class to organize events and make it easy to manipulate for the end-user of the library.

Definition at line 71 of file event.h.

Constructor & Destructor Documentation

◆ Event() [1/3]

Event::Event ( )

EventINT constructor.

Definition at line 65 of file event.cpp.

◆ Event() [2/3]

Event::Event ( const idNum  id,
const int  sample,
const idNum  groupId 
)

Event class constructor

Parameters
[in]idId of the event to be created.
[in]sampleSample number of the event to be created.
[in]groupIdGroupId of the EventGroupINT to which the event will belong to.

Definition at line 71 of file event.cpp.

◆ Event() [3/3]

Event::Event ( const EVENTSINTERNAL::EventINT e)

Event constructor based on an internal event object of class EventINT.

Parameters
[in]eAn event object.

Definition at line 79 of file event.cpp.

Member Data Documentation

◆ groupId

idNum EVENTSLIB::Event::groupId

GroupId of this event.

Definition at line 99 of file event.h.

◆ id

idNum EVENTSLIB::Event::id

Event id.

Definition at line 97 of file event.h.

◆ sample

int EVENTSLIB::Event::sample

Sample number of the event.

Definition at line 98 of file event.h.


The documentation for this struct was generated from the following files: