MNE-CPP  0.1.9
A Framework for Electrophysiology
Classes | Macros | Typedefs
fiff_types.h File Reference

Definitions for describing the objects in a FIFF file. More...

#include "fiff_constants.h"
#include <Eigen/Core>
#include <QList>
#include <QStringList>
#include <QPair>
#include <QVariant>
Include dependency graph for fiff_types.h:

Go to the source code of this file.

Classes

struct  FIFFLIB::_fiffTimeRec
 
struct  FIFFLIB::_fiff_data_ref
 
struct  FIFFLIB::_fiffTagRec
 Outdated STUFF!!!!!!!!!!!!!!!!!!!!! ToDo Remove. More...
 
struct  FIFFLIB::_fiffIdRec
 ToDo Old implementation use new fiff_id.h instead. More...
 
struct  FIFFLIB::_fiffDirEntryRec
 ToDo Old implementation use new fiff_dir_entry.h instead. More...
 
struct  FIFFLIB::_fiffDigPointRec
 ToDo Old implementation. More...
 

Macros

#define FIFFM_CHPOS(x)   &((x)->chpos)
 ToDo Old implementation. More...
 

Typedefs

typedef Eigen::Matrix< qint16, Eigen::Dynamic, Eigen::Dynamic > FIFFLIB::MatrixDau16
 
typedef Eigen::Matrix< short, Eigen::Dynamic, Eigen::Dynamic > FIFFLIB::MatrixShort
 

Detailed Description

Definitions for describing the objects in a FIFF file.

Old fiff_type declarations - replace them.

This header file defines all the structures used in the FIFF files, and some structures used by the fiff library. The structures are defind with a name starting with a undescore, and a typedef is used to give the names that are intended to be used in the programs. For the documentation of the records themselves, use the name with the undescore.

Author
Lorenz Esch lesch.nosp@m.@mgh.nosp@m..harv.nosp@m.ard..nosp@m.edu; Matti Hamalainen msh@n.nosp@m.mr.m.nosp@m.gh.ha.nosp@m.rvar.nosp@m.d.edu; Christoph Dinh chdin.nosp@m.h@nm.nosp@m.r.mgh.nosp@m..har.nosp@m.vard..nosp@m.edu
Since
0.1.0
Date
July, 2012

LICENSE

Copyright (C) 2012, Lorenz Esch, Matti Hamalainen, Christoph Dinh. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file fiff_types.h.

Macro Definition Documentation

◆ FIFFM_CHPOS

#define FIFFM_CHPOS (   x)    &((x)->chpos)

ToDo Old implementation.

Structure representing digitized strings. Directory tree structure used by the fiff library routines. ToDo Old implementation FIFF file handle returned by fiff_open(). ToDo Old implementation use new fiff_coord_trans.h instead Coordinate transformation descriptor ToDo Old implementation use new fiff_info.h instead Measurement channel position and coil type. ‍** Description of one channel *‍/ ‍** Alias for fiffChInfoRec *‍/

Definition at line 346 of file fiff_types.h.