serviceproviders/sapi_sensor/inc/sensorinterface.hrh
changeset 26 5d0ec8b709be
parent 5 989d2f495d90
equal deleted inserted replaced
23:50974a8b132e 26:5d0ec8b709be
   120 _LIT8( KStopNotification, "Cancel" );
   120 _LIT8( KStopNotification, "Cancel" );
   121 
   121 
   122 // API:GetChannelProperty :
   122 // API:GetChannelProperty :
   123 // Command :
   123 // Command :
   124 _LIT8(KCmdGetChnlProperty,"GetChannelProperty" );
   124 _LIT8(KCmdGetChnlProperty,"GetChannelProperty" );
       
   125 
       
   126 //API: GetScaleFactor
       
   127 _LIT8(KCmdGetScaleFactor,"GetScaleFactor" );
   125 // Output params:
   128 // Output params:
   126 // Keys for channel property map
   129 // Keys for channel property map
   127 _LIT8( KPropertyDataType, "PropertyDataType" );
   130 _LIT8( KPropertyDataType, "PropertyDataType" );
   128 _LIT8( KItemIndex, "ItemIndex" );
   131 _LIT8( KItemIndex, "ItemIndex" );
   129 _LIT8( KReadOnly, "ReadOnly" );
   132 _LIT8( KReadOnly, "ReadOnly" );
   176 _LIT( KErrRegNotifyInvalidListening, "Listening type is out of allowed range" );
   179 _LIT( KErrRegNotifyInvalidListening, "Listening type is out of allowed range" );
   177 _LIT( KErrStopNotifMissingTransId, "Transaction id is missing" );
   180 _LIT( KErrStopNotifMissingTransId, "Transaction id is missing" );
   178 _LIT( KErrStopNotifInvalidTransId, "Transaction id is incorrect" );
   181 _LIT( KErrStopNotifInvalidTransId, "Transaction id is incorrect" );
   179 _LIT( KErrStopNotifCancelBit, "Insufficent argument for cancel request" );
   182 _LIT( KErrStopNotifCancelBit, "Insufficent argument for cancel request" );
   180 _LIT( KErrInvalidChnlMap, "Channel info map values are inconsistent and not found" );
   183 _LIT( KErrInvalidChnlMap, "Channel info map values are inconsistent and not found" );
       
   184 _LIT( KErrInvalidMeasureRange, "Measure range is invalid value" );
       
   185 _LIT( KErrInvalidPowValue, "Power function resulted in failure" );
   181 _LIT( KErrMissingChnlMap, "Channel info map is missing" );
   186 _LIT( KErrMissingChnlMap, "Channel info map is missing" );
   182 _LIT( KErrMissingPropMap, "Channel property map is missing" );
   187 _LIT( KErrMissingPropMap, "Channel property map is missing" );
   183 _LIT( KErrPropMissingArgs, "Missing input params" );
   188 _LIT( KErrPropMissingArgs, "Missing input params" );
   184 _LIT( KErrPropInvalidPropId, "Property id is invalid" );
   189 _LIT( KErrPropInvalidPropId, "Property id is invalid" );
   185 _LIT( KErrPropNotSupported, "Property is not supported by this channel" );
   190 _LIT( KErrPropNotSupported, "Property is not supported by this channel" );