-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(asset.provider): Added type for Scale and Offset in Channels (#5418
) * Added new field for Channel, scaleoffset.type which assign a type (Double, Float, Integer or Long) to scale and offset value used in the channel. Fixed bug on applyscaleoffset condition Now offsetScale Type is not mandatory to preserver backward compatibility Updated expected OCD rewritten adding a new ScaleOffsetType with DEFINED_BY_VALUE_TYPE minor fixes Moved ScaleOffsetType into org.eclipse.kura.channel Removed throwing IAE for old scale/offset getters Removed all ScaleOffsetType except for DOUBLE fixed tests fixed test Reverted org.eclipse.kura.type version change * Restore getKuraServicePid change from develop. * fix: Sonar fixes Signed-off-by: MMaiero <[email protected]> * fix: Added another sonar suggested improvement Signed-off-by: MMaiero <[email protected]> --------- Signed-off-by: MMaiero <[email protected]> Co-authored-by: MMaiero <[email protected]>
- Loading branch information
1 parent
1cd34b3
commit c65d800
Showing
14 changed files
with
491 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.