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 176 of file fiff_types.h.
fiff_int_t FIFFLIB::_fiff_data_ref::endian |
Are the data in the little or big endian byte order.
Definition at line 178 of file fiff_types.h.
fiff_long_t FIFFLIB::_fiff_data_ref::offset |
Offset to the data in the external file .
Definition at line 180 of file fiff_types.h.
fiff_long_t FIFFLIB::_fiff_data_ref::size |
Size of the data, can be over 2 GB .
Definition at line 179 of file fiff_types.h.
fiff_int_t FIFFLIB::_fiff_data_ref::type |
Type of the data.
Definition at line 177 of file fiff_types.h.