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

Channel Info for RealTimeSampleArray. More...

#include <realtimesamplearraychinfo.h>

Public Types

typedef QSharedPointer< RealTimeSampleArrayChInfoSPtr
 
typedef QSharedPointer< const RealTimeSampleArrayChInfoConstSPtr
 

Public Member Functions

 RealTimeSampleArrayChInfo ()
 
virtual ~RealTimeSampleArrayChInfo ()
 
void setChannelName (QString p_qStringChName)
 
QString getChannelName () const
 
void setKind (qint32 p_iKind)
 
qint32 getKind () const
 
void setMinValue (double minValue)
 
double getMinValue () const
 
void setMaxValue (double maxValue)
 
double getMaxValue () const
 
void setUnit (fiff_int_t unit)
 
fiff_int_t getUnit () const
 
void setCoil (fiff_int_t coil)
 
fiff_int_t getCoil () const
 

Detailed Description

Channel Info for RealTimeSampleArray.

Channel Info for RealTimeSampleArray, used in RealTimeMultiSampleArray

Definition at line 82 of file realtimesamplearraychinfo.h.

Member Typedef Documentation

Const shared pointer type for RealTimeSampleArrayChInfo.

Definition at line 86 of file realtimesamplearraychinfo.h.

Shared pointer type for RealTimeSampleArrayChInfo.

Definition at line 85 of file realtimesamplearraychinfo.h.

Constructor & Destructor Documentation

RealTimeSampleArrayChInfo::RealTimeSampleArrayChInfo ( )

Constructs a RealTimeSampleArrayChInfo.

Definition at line 64 of file realtimesamplearraychinfo.cpp.

RealTimeSampleArrayChInfo::~RealTimeSampleArrayChInfo ( )
virtual

Destroys the RealTimeSampleArrayChInfo.

Definition at line 78 of file realtimesamplearraychinfo.cpp.

Member Function Documentation

QString XMEASLIB::RealTimeSampleArrayChInfo::getChannelName ( ) const
inline

Returns the channel name

Returns
the channel name.

Definition at line 219 of file realtimesamplearraychinfo.h.

fiff_int_t XMEASLIB::RealTimeSampleArrayChInfo::getCoil ( ) const
inline

Returns the coil type of the RealTimeSampleArray sensor.

Returns
the coil type of the sensor.

Definition at line 300 of file realtimesamplearraychinfo.h.

qint32 XMEASLIB::RealTimeSampleArrayChInfo::getKind ( ) const
inline

Returns the channel kind

Returns
the channel kind.

Definition at line 235 of file realtimesamplearraychinfo.h.

double XMEASLIB::RealTimeSampleArrayChInfo::getMaxValue ( ) const
inline

Returns the maximal value.

Returns
the maximal value.

Definition at line 268 of file realtimesamplearraychinfo.h.

double XMEASLIB::RealTimeSampleArrayChInfo::getMinValue ( ) const
inline

Returns the minimal value.

Returns
the minimal value.

Definition at line 251 of file realtimesamplearraychinfo.h.

fiff_int_t XMEASLIB::RealTimeSampleArrayChInfo::getUnit ( ) const
inline

Returns the unit of the RealTimeSampleArray measurement.

Returns
the unit of the data of measurement.

Definition at line 284 of file realtimesamplearraychinfo.h.

void XMEASLIB::RealTimeSampleArrayChInfo::setChannelName ( QString  p_qStringChName)
inline

Sets the channel name

Parameters
[in]p_qStringChNamechannel name

Definition at line 211 of file realtimesamplearraychinfo.h.

void XMEASLIB::RealTimeSampleArrayChInfo::setCoil ( fiff_int_t  coil)
inline

Sets the coil of the RealTimeSampleArray sensor.

Parameters
[in]coildescription of the sensor.

Definition at line 292 of file realtimesamplearraychinfo.h.

void XMEASLIB::RealTimeSampleArrayChInfo::setKind ( qint32  p_iKind)
inline

Sets the channel kind

Parameters
[in]p_iKindchannel kind

Definition at line 227 of file realtimesamplearraychinfo.h.

void XMEASLIB::RealTimeSampleArrayChInfo::setMaxValue ( double  maxValue)
inline

Sets the maximal value. If value to set is bigger, current value is set to maximal value.

Parameters
[in]maxValuemaximal value.

Definition at line 259 of file realtimesamplearraychinfo.h.

void XMEASLIB::RealTimeSampleArrayChInfo::setMinValue ( double  minValue)
inline

Sets the minimal value. If current value to set is smaller, current value is set to minimal value.

Parameters
[in]minValueminimal value.

Definition at line 243 of file realtimesamplearraychinfo.h.

void XMEASLIB::RealTimeSampleArrayChInfo::setUnit ( fiff_int_t  unit)
inline

Sets the unit of the RealTimeSampleArray data.

Parameters
[in]unitof the data.

Definition at line 276 of file realtimesamplearraychinfo.h.


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