qtmobility/src/sensors/qmagnetometer_p.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    62 public:
    62 public:
    63     QMagnetometerReadingPrivate()
    63     QMagnetometerReadingPrivate()
    64         : x(0)
    64         : x(0)
    65         , y(0)
    65         , y(0)
    66         , z(0)
    66         , z(0)
    67         , calibrated_x(0)
       
    68         , calibrated_y(0)
       
    69         , calibrated_z(0)
       
    70         , calibrationLevel(0)
    67         , calibrationLevel(0)
    71     {
    68     {
    72     }
    69     }
    73 
    70 
    74     qreal x;
    71     qreal x;
    75     qreal y;
    72     qreal y;
    76     qreal z;
    73     qreal z;
    77     qreal calibrated_x;
    74     qreal calibrationLevel;
    78     qreal calibrated_y;
       
    79     qreal calibrated_z;
       
    80     int calibrationLevel;
       
    81 };
    75 };
    82 
    76 
    83 QTM_END_NAMESPACE
    77 QTM_END_NAMESPACE
    84 
    78 
    85 #endif
    79 #endif