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
sngchnmeasurement.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
//*************************************************************************************************************
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
sngchnmeasurement.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
SngChnMeasurement::SngChnMeasurement
()
59
:
Measurement
()
60
{
61
62
}
63
64
65
//*************************************************************************************************************
66
67
SngChnMeasurement::~SngChnMeasurement
()
68
{
69
70
}
71
72
73
//*************************************************************************************************************
74
75
bool
SngChnMeasurement::isSingleChannel
()
const
76
{
77
return
true
;
78
}
XMEASLIB::Measurement
The Measurement class is the base class of every Measurement.
Definition:
measurement.h:73
observerpattern.h
Contains declarations of the observer design pattern: Subject class and IObserver interface...
XMEASLIB::SngChnMeasurement::SngChnMeasurement
SngChnMeasurement()
Definition:
sngchnmeasurement.cpp:58
XMEASLIB::SngChnMeasurement::isSingleChannel
virtual bool isSingleChannel() const
Definition:
sngchnmeasurement.cpp:75
XMEASLIB::SngChnMeasurement::~SngChnMeasurement
virtual ~SngChnMeasurement()
Definition:
sngchnmeasurement.cpp:67
sngchnmeasurement.h
Contains the declaration of the SngChnMeasurement base class.
Generated on Mon Jun 9 2014 15:58:06 for MNE-CPP by
1.8.7