MNE-CPP
0.1.9
A Framework for Electrophysiology
|
#include <fiff_types.h>
Public Attributes | |
fiff_int_t | type |
fiff_int_t | endian |
fiff_long_t | size |
fiff_long_t | offset |
Structure representing digitized strings. Layer descriptor for a layered sphere model Structure for sparse matrices Structure for event bits Structure for hpi coil Structure for hpi subsystem Structure for external file references
Definition at line 567 of file fiff_types_mne-c.h.
fiff_int_t FIFFLIB::_fiff_data_ref::endian |
Are the data in the little or big endian byte order.
Definition at line 569 of file fiff_types_mne-c.h.
fiff_long_t FIFFLIB::_fiff_data_ref::offset |
Offset to the data in the external file .
Definition at line 571 of file fiff_types_mne-c.h.
fiff_long_t FIFFLIB::_fiff_data_ref::size |
Size of the data, can be over 2 GB .
Definition at line 570 of file fiff_types_mne-c.h.
fiff_int_t FIFFLIB::_fiff_data_ref::type |
Type of the data.
Definition at line 568 of file fiff_types_mne-c.h.