MNE-CPP  beta 1.0
realtimesamplearraychinfo.cpp
Go to the documentation of this file.
1 //=============================================================================================================
36 //*************************************************************************************************************
37 //=============================================================================================================
38 // INCLUDES
39 //=============================================================================================================
40 
42 
43 
44 //*************************************************************************************************************
45 //=============================================================================================================
46 // QT INCLUDES
47 //=============================================================================================================
48 
49 
50 //*************************************************************************************************************
51 //=============================================================================================================
52 // USED NAMESPACES
53 //=============================================================================================================
54 
55 using namespace XMEASLIB;
56 //using namespace IOBuffer;
57 
58 
59 //*************************************************************************************************************
60 //=============================================================================================================
61 // DEFINE MEMBER METHODS
62 //=============================================================================================================
63 
65 : m_qStringChName("")
66 , m_dMinValue(-80000)
67 , m_dMaxValue(80000)
68 , m_iKind(0)
69 , m_iUnit(FIFF_UNIT_NONE)
70 , m_iCoilType(FIFFV_COIL_NONE)
71 {
72 
73 }
74 
75 
76 //*************************************************************************************************************
77 
79 {
80 
81 }
Contains the declaration of the RealTimeSampleArrayChInfo class.
#define FIFFV_COIL_NONE