MNE-CPP
beta 1.0
|
Channel Info for RealTimeSampleArray. More...
#include <realtimesamplearraychinfo.h>
Public Types | |
typedef QSharedPointer< RealTimeSampleArrayChInfo > | SPtr |
typedef QSharedPointer< const RealTimeSampleArrayChInfo > | ConstSPtr |
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 |
Channel Info for RealTimeSampleArray.
Channel Info for RealTimeSampleArray, used in RealTimeMultiSampleArray
Definition at line 82 of file realtimesamplearraychinfo.h.
typedef QSharedPointer<const RealTimeSampleArrayChInfo> XMEASLIB::RealTimeSampleArrayChInfo::ConstSPtr |
Const shared pointer type for RealTimeSampleArrayChInfo.
Definition at line 86 of file realtimesamplearraychinfo.h.
typedef QSharedPointer<RealTimeSampleArrayChInfo> XMEASLIB::RealTimeSampleArrayChInfo::SPtr |
Shared pointer type for RealTimeSampleArrayChInfo.
Definition at line 85 of file realtimesamplearraychinfo.h.
RealTimeSampleArrayChInfo::RealTimeSampleArrayChInfo | ( | ) |
Constructs a RealTimeSampleArrayChInfo.
Definition at line 64 of file realtimesamplearraychinfo.cpp.
|
virtual |
Destroys the RealTimeSampleArrayChInfo.
Definition at line 78 of file realtimesamplearraychinfo.cpp.
|
inline |
Returns the channel name
Definition at line 219 of file realtimesamplearraychinfo.h.
|
inline |
Returns the coil type of the RealTimeSampleArray sensor.
Definition at line 300 of file realtimesamplearraychinfo.h.
|
inline |
Returns the channel kind
Definition at line 235 of file realtimesamplearraychinfo.h.
|
inline |
Returns the maximal value.
Definition at line 268 of file realtimesamplearraychinfo.h.
|
inline |
Returns the minimal value.
Definition at line 251 of file realtimesamplearraychinfo.h.
|
inline |
Returns the unit of the RealTimeSampleArray measurement.
Definition at line 284 of file realtimesamplearraychinfo.h.
|
inline |
Sets the channel name
[in] | p_qStringChName | channel name |
Definition at line 211 of file realtimesamplearraychinfo.h.
|
inline |
Sets the coil of the RealTimeSampleArray sensor.
[in] | coil | description of the sensor. |
Definition at line 292 of file realtimesamplearraychinfo.h.
|
inline |
Sets the channel kind
[in] | p_iKind | channel kind |
Definition at line 227 of file realtimesamplearraychinfo.h.
|
inline |
Sets the maximal value. If value to set is bigger, current value is set to maximal value.
[in] | maxValue | maximal value. |
Definition at line 259 of file realtimesamplearraychinfo.h.
|
inline |
Sets the minimal value. If current value to set is smaller, current value is set to minimal value.
[in] | minValue | minimal value. |
Definition at line 243 of file realtimesamplearraychinfo.h.
|
inline |
Sets the unit of the RealTimeSampleArray data.
[in] | unit | of the data. |
Definition at line 276 of file realtimesamplearraychinfo.h.