MNE-CPP  beta 1.0
Public Types | Public Member Functions | List of all members
XMEASLIB::RealTimeCov Class Reference

The RealTimeMultiSampleArrayNew class is the base class of every RealTimeMultiSampleArrayNew Measurement. More...

#include <realtimecov.h>

Inheritance diagram for XMEASLIB::RealTimeCov:
XMEASLIB::NewMeasurement

Public Types

typedef QSharedPointer< RealTimeCovSPtr
 
typedef QSharedPointer< const RealTimeCovConstSPtr
 
- Public Types inherited from XMEASLIB::NewMeasurement
typedef QSharedPointer< NewMeasurementSPtr
 
typedef QSharedPointer< const NewMeasurementConstSPtr
 

Public Member Functions

 RealTimeCov (QObject *parent=0)
 
virtual ~RealTimeCov ()
 
virtual void setValue (FiffCov &v)
 
virtual FiffCov::SPtrgetValue ()
 
bool isInitialized () const
 
- Public Member Functions inherited from XMEASLIB::NewMeasurement
 NewMeasurement (int type=QMetaType::UnknownType, QObject *parent=0)
 
virtual ~NewMeasurement ()
 
const QString & getName () const
 
void setName (const QString &name)
 
bool isVisible () const
 
void setVisibility (bool visibility)
 
int type () const
 

Additional Inherited Members

- Signals inherited from XMEASLIB::NewMeasurement
void notify ()
 
- Protected Member Functions inherited from XMEASLIB::NewMeasurement
void setType (int type)
 

Detailed Description

The RealTimeMultiSampleArrayNew class is the base class of every RealTimeMultiSampleArrayNew Measurement.

DECLARE CLASS RealTimeCov -> ToDo check feasibilty of QAbstractTableModel

Definition at line 88 of file realtimecov.h.

Member Typedef Documentation

typedef QSharedPointer<const RealTimeCov> XMEASLIB::RealTimeCov::ConstSPtr

Const shared pointer type for RealTimeCov.

Definition at line 93 of file realtimecov.h.

typedef QSharedPointer<RealTimeCov> XMEASLIB::RealTimeCov::SPtr

Shared pointer type for RealTimeCov.

Definition at line 92 of file realtimecov.h.

Constructor & Destructor Documentation

RealTimeCov::RealTimeCov ( QObject *  parent = 0)
explicit

Constructs a RealTimeMultiSampleArrayNew.

Definition at line 65 of file realtimecov.cpp.

RealTimeCov::~RealTimeCov ( )
virtual

Destroys the RealTimeMultiSampleArrayNew.

Definition at line 76 of file realtimecov.cpp.

Member Function Documentation

FiffCov::SPtr & RealTimeCov::getValue ( )
virtual

Returns the current value set. This method is inherited by Measurement.

Returns
the last attached value.

Definition at line 84 of file realtimecov.cpp.

bool XMEASLIB::RealTimeCov::isInitialized ( ) const
inline

Returns whether RealTimeCov contains values

Returns
whether RealTimeCov contains values.

Definition at line 146 of file realtimecov.h.

void RealTimeCov::setValue ( FiffCov v)
virtual

New covariance to distribute

Parameters
[in]vthe covariance which should be distributed.

Definition at line 93 of file realtimecov.cpp.


The documentation for this class was generated from the following files: