serviceproviders/sapi_sensor/sensorservice/inc/sensorservice.h
changeset 27 02682e02e51f
parent 26 5d0ec8b709be
equal deleted inserted replaced
26:5d0ec8b709be 27:02682e02e51f
   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 		 /**
   125 										   
   126           * Get Scale Factor
   126 	 private:
   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);
       
   137 
       
   138 	private:
       
   139 	 	/**
   127 	 	/**
   140 	 	 * Constructor
   128 	 	 * Constructor
   141 	 	 * @since S60 v5.0
   129 	 	 * @since S60 v5.0
   142 	 	 */
   130 	 	 */
   143 		 CSensorService();
   131 		 CSensorService();