serviceproviders/sapi_sensor/inc/sensorinterface.hrh
changeset 26 5d0ec8b709be
parent 5 989d2f495d90
--- a/serviceproviders/sapi_sensor/inc/sensorinterface.hrh	Tue Nov 24 08:56:33 2009 +0200
+++ b/serviceproviders/sapi_sensor/inc/sensorinterface.hrh	Thu Dec 17 09:09:50 2009 +0200
@@ -122,6 +122,9 @@
 // API:GetChannelProperty :
 // Command :
 _LIT8(KCmdGetChnlProperty,"GetChannelProperty" );
+
+//API: GetScaleFactor
+_LIT8(KCmdGetScaleFactor,"GetScaleFactor" );
 // Output params:
 // Keys for channel property map
 _LIT8( KPropertyDataType, "PropertyDataType" );
@@ -178,6 +181,8 @@
 _LIT( KErrStopNotifInvalidTransId, "Transaction id is incorrect" );
 _LIT( KErrStopNotifCancelBit, "Insufficent argument for cancel request" );
 _LIT( KErrInvalidChnlMap, "Channel info map values are inconsistent and not found" );
+_LIT( KErrInvalidMeasureRange, "Measure range is invalid value" );
+_LIT( KErrInvalidPowValue, "Power function resulted in failure" );
 _LIT( KErrMissingChnlMap, "Channel info map is missing" );
 _LIT( KErrMissingPropMap, "Channel property map is missing" );
 _LIT( KErrPropMissingArgs, "Missing input params" );