MNE-CPP  beta 1.0
measurementtypes.cpp
Go to the documentation of this file.
1 //=============================================================================================================
36 //*************************************************************************************************************
37 //=============================================================================================================
38 // INCLUDES
39 //=============================================================================================================
40 
41 #include "measurementtypes.h"
42 
43 #include "newmeasurement.h"
44 #include "newrealtimesamplearray.h"
46 #include "newnumeric.h"
47 #include "realtimesourceestimate.h"
48 
49 
50 //*************************************************************************************************************
51 //=============================================================================================================
52 // USED NAMESPACES
53 //=============================================================================================================
54 
55 using namespace XMEASLIB;
56 
57 
58 //*************************************************************************************************************
59 //=============================================================================================================
60 // DEFINE MEMBER METHODS
61 //=============================================================================================================
62 
64 : QObject(parent)
65 {
66 }
67 
68 
69 //*************************************************************************************************************
70 
72 {
73  qRegisterMetaType< NewMeasurement::SPtr >("NewMeasurement::SPtr");
74  qRegisterMetaType< NewRealTimeSampleArray::SPtr >("NewRealTimeSampleArray::SPtr");
75  qRegisterMetaType< NewRealTimeMultiSampleArray::SPtr >("NewRealTimeMultiSampleArray::SPtr");
76  qRegisterMetaType< NewNumeric::SPtr >("NewNumeric::SPtr");
77  qRegisterMetaType< RealTimeSourceEstimate::SPtr >("RealTimeSourceEstimate::SPtr");
78 }
MeasurementTypes(QObject *parent=0)
Contains the declaration of the RealTimeSourceEstimate class.
Contains the declaration of the NewMeasurement class.
Contains the declaration of the NewRealTimeSampleArray class.
Contains the declaration of the Numeric class.
Contains the declaration of the NewRealTimeMultiSampleArray class.
Contains the declaration of the MeasurementTypes class.