serviceproviders/sapi_sensor/sensorservice/inc/sensorservice.h
changeset 26 5d0ec8b709be
parent 5 989d2f495d90
child 27 02682e02e51f
--- a/serviceproviders/sapi_sensor/sensorservice/inc/sensorservice.h	Tue Nov 24 08:56:33 2009 +0200
+++ b/serviceproviders/sapi_sensor/sensorservice/inc/sensorservice.h	Thu Dec 17 09:09:50 2009 +0200
@@ -122,6 +122,18 @@
 		 */		 
 		 IMPORT_C void GetChannelPropertyL(const TSensrvChannelInfo& aChannelInfo, 
 										   RSensrvPropertyList& aChannelPropertyList);
+		 /**
+          * Get Scale Factor
+          * @since S60 v5.0
+          * @param aChannelInfo refers to channel whose property will be obtained
+          * @param aMeasureRange will be populated  with obtained channel properties
+          * @param aScaleRange will be populated  with obtained channel properties
+          * @leave KErrNotFound - No open channel with that id for this client found,
+          *                    or property does not exist.
+          */      
+		 IMPORT_C void GetScaleFactorL(const TSensrvChannelInfo& aChannelInfo, 
+		                                  TSensrvProperty& aMeasureRange,
+										  TSensrvProperty& aScaleRange);
 
 	private:
 	 	/**