MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Attributes | List of all members
FIFFLIB::_fiffTagRec Struct Reference

Outdated STUFF!!!!!!!!!!!!!!!!!!!!! ToDo Remove. More...

#include <fiff_types_mne-c.h>

Public Attributes

fiff_int_t kind
 
fiff_int_t type
 
fiff_int_t size
 
fiff_int_t next
 
fiff_data_t * data
 

Detailed Description

Outdated STUFF!!!!!!!!!!!!!!!!!!!!! ToDo Remove.

FIFF data tag

Tags are used in front of data items to tell what they are.

ToDo Old implementation use new fiff_tag.h instead FIFF data tag

Tags are used in front of data items to tell what they are.

Definition at line 157 of file fiff_types_mne-c.h.

Member Data Documentation

◆ data

fiff_data_t * FIFFLIB::_fiffTagRec::data

Pointer to the data. This point to the data read or to be written.

Definition at line 169 of file fiff_types_mne-c.h.

◆ kind

fiff_int_t FIFFLIB::_fiffTagRec::kind

Tag number. This defines the meaning of the item

Definition at line 158 of file fiff_types_mne-c.h.

◆ next

fiff_int_t FIFFLIB::_fiffTagRec::next

Pointer to the next object. Zero if the object follows sequentially in file. Negative at the end of file

Definition at line 165 of file fiff_types_mne-c.h.

◆ size

fiff_int_t FIFFLIB::_fiffTagRec::size

Size of the data. The size is given in bytes and defines the total size of the data.

Definition at line 162 of file fiff_types_mne-c.h.

◆ type

fiff_int_t FIFFLIB::_fiffTagRec::type

Data type. This defines the reperentation of the data.

Definition at line 160 of file fiff_types_mne-c.h.


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