MNE-CPP
beta 1.0
|
#include <fiff_types.h>
Public Attributes | |
fiff_int_t | type |
fiff_int_t | endian |
fiff_long_t | size |
fiff_long_t | offset |
Structure for hpi coil Structure for hpi subsystem Structure for external file references
Definition at line 189 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 191 of file fiff_types.h.
fiff_long_t FIFFLIB::_fiff_data_ref::offset |
Offset to the data in the external file
Definition at line 193 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 192 of file fiff_types.h.
fiff_int_t FIFFLIB::_fiff_data_ref::type |
Type of the data
Definition at line 190 of file fiff_types.h.