MNE-CPP  beta 1.0
Variables
globalobj.cpp File Reference

definitions of global varables. More...

#include "globalobj.h"

Go to the source code of this file.

Variables

QQueue< Eigen::MatrixXf * > g_queue
 
int g_maxlen = 40
 
QMutex g_mutex
 
QWaitCondition g_queueNotFull
 
QWaitCondition g_queueNotEmpty
 
PROAvg m_OnlineAvg
 
int AvgBufLen
 
QList< Eigen::MatrixXf > AvgBinSum
 
QList< int > AvgBufCounts
 
QMutex g_mutex_avg
 
QQueue< Eigen::MatrixXf > g_queue_avg
 
int g_maxlen_avg = 40
 
QMutex g_mutex_avg1
 
QWaitCondition g_queueNotFull_avg
 
QWaitCondition g_queueNotEmpty_avg
 
QQueue< Eigen::MatrixXf > g_queue_disp
 
int g_maxlen_disp = 40
 
QMutex g_mutex_disp
 
QWaitCondition g_queueNotFull_disp
 
QWaitCondition g_queueNotEmpty_disp
 
QQueue< Eigen::MatrixXf > g_queue_squidctrl
 
int g_maxlen_squidctrl = 40
 
QMutex g_mutex_squidctrl
 
QWaitCondition g_queueNotFull_squidctrl
 
QWaitCondition g_queueNotEmpty_squidctrl
 
QQueue< Eigen::MatrixXf > g_queue_filesave
 
int g_maxlen_filesave = 40
 
QMutex g_mutex_filesave
 
QWaitCondition g_queueNotFull_filesave
 
QWaitCondition g_queueNotEmpty_filesave
 
float fs
 
int nChn
 
float pscale
 
gFilter m_gFilter
 

Detailed Description

definitions of global varables.

Author
Limin Sun limin.nosp@m.sun@.nosp@m.nmr.m.nosp@m.gh.h.nosp@m.arvar.nosp@m.d.ed.nosp@m.u; Matti Hamalainen msh@n.nosp@m.mr.m.nosp@m.gh.ha.nosp@m.rvar.nosp@m.d.edu
Version
1.0
Date
Oct., 2013

LICENSE

Copyright (C) 2013, Limin Sun and Matti Hamalainen. 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 globalobj.cpp.