MNE-CPP
beta 0.1
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
applications
mne_x_libs
xMeas
Measurement
mltchnmeasurement.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
//*************************************************************************************************************
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
mltchnmeasurement.h
"
42
#include <
generics/observerpattern.h
>
43
44
45
//*************************************************************************************************************
46
//=============================================================================================================
47
// USED NAMESPACES
48
//=============================================================================================================
49
50
using namespace
XMEASLIB;
51
52
53
//*************************************************************************************************************
54
//=============================================================================================================
55
// DEFINE MEMBER METHODS
56
//=============================================================================================================
57
58
MltChnMeasurement::MltChnMeasurement
()
59
:
Measurement
()
60
{
61
62
}
63
64
65
//*************************************************************************************************************
66
67
MltChnMeasurement::~MltChnMeasurement
()
68
{
69
70
}
71
72
73
//*************************************************************************************************************
74
75
bool
MltChnMeasurement::isSingleChannel
()
const
76
{
77
return
false
;
78
}
XMEASLIB::MltChnMeasurement::~MltChnMeasurement
virtual ~MltChnMeasurement()
Definition:
mltchnmeasurement.cpp:67
mltchnmeasurement.h
Contains the declaration of the MltChnMeasurement base class.
XMEASLIB::Measurement
The Measurement class is the base class of every Measurement.
Definition:
measurement.h:73
XMEASLIB::MltChnMeasurement::isSingleChannel
virtual bool isSingleChannel() const
Definition:
mltchnmeasurement.cpp:75
observerpattern.h
Contains declarations of the observer design pattern: Subject class and IObserver interface...
XMEASLIB::MltChnMeasurement::MltChnMeasurement
MltChnMeasurement()
Definition:
mltchnmeasurement.cpp:58
Generated on Mon Jun 9 2014 15:58:06 for MNE-CPP by
1.8.7