MNE-CPP
0.1.9
A Framework for Electrophysiology
|
ToDo Old implementation use new fiff_dir_entry.h instead. More...
#include <fiff_types_mne-c.h>
Public Attributes | |
fiff_int_t | kind |
fiff_int_t | type |
fiff_int_t | size |
fiff_int_t | pos |
ToDo Old implementation use new fiff_dir_entry.h instead.
Directories are composed of these structures.
Definition at line 389 of file fiff_types_mne-c.h.
fiff_int_t FIFFLIB::_fiffDirEntryRec::kind |
Tag number.
Definition at line 390 of file fiff_types_mne-c.h.
fiff_int_t FIFFLIB::_fiffDirEntryRec::pos |
Location in file Note: the data is located at pos + FIFFC_DATA_OFFSET
Definition at line 393 of file fiff_types_mne-c.h.
fiff_int_t FIFFLIB::_fiffDirEntryRec::size |
How many bytes.
Definition at line 392 of file fiff_types_mne-c.h.
fiff_int_t FIFFLIB::_fiffDirEntryRec::type |
Data type.
Definition at line 391 of file fiff_types_mne-c.h.