67const static QStringList defaultQStringList = QStringList();
68static Eigen::MatrixXd defaultMatrixXd = Eigen::MatrixXd::Constant(1,1,-1);
69const static Eigen::MatrixXd defaultConstMatrixXd(0,0);
70const static Eigen::MatrixXi defaultMatrixXi(0,0);
71const static Eigen::VectorXi defaultVectorXi;
72const static Eigen::RowVectorXi defaultRowVectorXi;
73const static QPair<float,float> defaultFloatPair = qMakePair(-1.0f, -1.0f);
75typedef Eigen::Matrix<qint16, Eigen::Dynamic, Eigen::Dynamic> MatrixDau16;
76typedef Eigen::Matrix<short, Eigen::Dynamic, Eigen::Dynamic> MatrixShort;
82typedef unsigned char fiff_byte_t;
83typedef char fiff_char_t;
84typedef qint16 fiff_short_t;
85typedef quint16 fiff_ushort_t;
86typedef qint32 fiff_int_t;
87typedef quint32 fiff_uint_t;
88typedef qint64 fiff_long_t;
89typedef quint64 fiff_ulong_t;
90typedef float fiff_float_t;
91typedef double fiff_double_t;
92typedef quint16 fiff_dau_pack13_t;
93typedef quint16 fiff_dau_pack14_t;
94typedef qint16 fiff_dau_pack16_t;
95typedef qint32 fiff_julian_t;
96typedef char fiff_data_t;
153#define FIFFM_CHPOS(x) &((x)->chpos)
Symbolic FIFF tag, block, value, unit and channel-type constants shared across FIFFLIB.
Compact seconds + microseconds time record used by FIFF measurement, event and HPI tags.
External-data reference record describing type, endianness, size and offset of an out-of-file FIFF pa...
FiffId * fiffId
Backward-compatible pointer typedef for the old fiffId pointer.
FiffId fiff_id_t
Backward-compatible typedef for the old fiff_id_t.
FiffDirEntry fiff_dir_entry_t
Backward-compatible typedef for the old fiff_dir_entry_t.
FiffDirEntry fiffDirEntryRec
Backward-compatible typedef for the old fiffDirEntryRec struct.
FiffDirEntry * fiffDirEntry
Backward-compatible pointer typedef for the old fiffDirEntry pointer.
FiffDigPoint fiffDigPointRec
Backward-compatible typedef for the old fiffDigPointRec struct.
FIFF file I/O, in-memory data structures and high-level readers/writers.
128-bit FIFF identifier: hardware machine ID plus creation time, stamped on every file and block.