AwCore
AnyWave core library
Public Member Functions | Public Attributes | List of all members
AwMEGSensorProperty Class Reference

AwMEGSensorProperty describes the physical property of a MEG sensor. More...

Public Member Functions

 AwMEGSensorProperty ()
 AwMEGSensorProperty.
 
void addCoilLoop (coil_loop *cl)
 

Public Attributes

QString name
 The sensor's name.
 
int total_loops
 The total number of coil_loop structures describing the sensor.
 
QList< coil_loop * > coil_loops
 The list of coil_loop structures.
 
double inductance
 The sensor's inductance.
 
QString unit
 unit used for coordinates and orientation. For example "m" for meter.
 

Detailed Description

AwMEGSensorProperty describes the physical property of a MEG sensor.

A property has a name which is the sensor's name and holds physical attribues described by the coil_loop structure.

Remarks
A reader plug-in should try to fill all the structures if possible.
See also
coil_loop

Member Function Documentation

void AwMEGSensorProperty::addCoilLoop ( coil_loop cl)
inline

Adds a coil_loop structure to the list of coil_loop


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