MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sngchnmeasurement.cpp
Go to the documentation of this file.
1 //=============================================================================================================
36 //*************************************************************************************************************
37 //=============================================================================================================
38 // INCLUDES
39 //=============================================================================================================
40 
41 #include "sngchnmeasurement.h"
43 
44 
45 //*************************************************************************************************************
46 //=============================================================================================================
47 // USED NAMESPACES
48 //=============================================================================================================
49 
50 using namespace XMEASLIB;
51 
52 
53 //*************************************************************************************************************
54 //=============================================================================================================
55 // DEFINE MEMBER METHODS
56 //=============================================================================================================
57 
59 : Measurement()
60 {
61 
62 }
63 
64 
65 //*************************************************************************************************************
66 
68 {
69 
70 }
71 
72 
73 //*************************************************************************************************************
74 
76 {
77  return true;
78 }
The Measurement class is the base class of every Measurement.
Definition: measurement.h:73
Contains declarations of the observer design pattern: Subject class and IObserver interface...
virtual bool isSingleChannel() const
Contains the declaration of the SngChnMeasurement base class.