qtmobility/plugins/sensors/symbian/magnetometersensorsym.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   109     
   109     
   110 public:
   110 public:
   111     /**
   111     /**
   112      * Holds the id of the magnetometer
   112      * Holds the id of the magnetometer
   113      */
   113      */
   114     static const char *id;
   114     static char const * const id;
   115     
   115     
   116 private:     
   116 private:     
   117     QMagnetometerReading iReading;
   117     QMagnetometerReading iReading;
   118     TSensrvMagnetometerAxisData iData;
   118     TSensrvMagnetometerAxisData iData;
   119     qreal iCalibrationLevel;
   119     qreal iCalibrationLevel;
   120     bool iReturnGeoValues;
   120     bool iReturnGeoValues;
       
   121     TInt iScaleRange;
   121     };
   122     };
   122 
   123 
   123 #endif //MAGNETOMETERSENSORSYM_H
   124 #endif //MAGNETOMETERSENSORSYM_H