serviceproviders/sapi_sensor/sensorservice/inc/sensorservice.h
changeset 26 5d0ec8b709be
parent 5 989d2f495d90
child 27 02682e02e51f
equal deleted inserted replaced
23:50974a8b132e 26:5d0ec8b709be
   120 		 * @leave KErrNotFound - No open channel with that id for this client found,
   120 		 * @leave KErrNotFound - No open channel with that id for this client found,
   121          *                    or property does not exist.
   121          *                    or property does not exist.
   122 		 */		 
   122 		 */		 
   123 		 IMPORT_C void GetChannelPropertyL(const TSensrvChannelInfo& aChannelInfo, 
   123 		 IMPORT_C void GetChannelPropertyL(const TSensrvChannelInfo& aChannelInfo, 
   124 										   RSensrvPropertyList& aChannelPropertyList);
   124 										   RSensrvPropertyList& aChannelPropertyList);
       
   125 		 /**
       
   126           * Get Scale Factor
       
   127           * @since S60 v5.0
       
   128           * @param aChannelInfo refers to channel whose property will be obtained
       
   129           * @param aMeasureRange will be populated  with obtained channel properties
       
   130           * @param aScaleRange will be populated  with obtained channel properties
       
   131           * @leave KErrNotFound - No open channel with that id for this client found,
       
   132           *                    or property does not exist.
       
   133           */      
       
   134 		 IMPORT_C void GetScaleFactorL(const TSensrvChannelInfo& aChannelInfo, 
       
   135 		                                  TSensrvProperty& aMeasureRange,
       
   136 										  TSensrvProperty& aScaleRange);
   125 
   137 
   126 	private:
   138 	private:
   127 	 	/**
   139 	 	/**
   128 	 	 * Constructor
   140 	 	 * Constructor
   129 	 	 * @since S60 v5.0
   141 	 	 * @since S60 v5.0