Ember+ SDK v1.4.0
Overview
Version v1.4.0 of the Ember+ SDK is a feature release that introduces provider specified callable functions the GLOW DTD.
Apart from this new feature this release also contains numerous fixes and stability improvements.
Additions
- Added a method to
glow::Value
to convert it to an instance ofber::Value
. - Added methods
hasEnumeration
andeffectiveParameter
method toGlowParameterBase
. - Added the enumeration entry
ParameterType::None
to indicate that the type is unknown or not present. - The methods
minimum
,maximum
,value
anddefaultValue
of the classGlowParameterBase
now return an instance ofValue
orMinMax
with the parameter type set toNone
when the requested value is not present. - Added comparison operators for the
ObjectIdentifier
class.
Fixes
- Fixed issues #4, #5, #10, #11 and #12.
- Fixed encoding of real numbers that treated the mantiassa as signed.
- Fixed encoding of unsigned ling values that caused the encoded value to contain a leading zero.
- Fixed
DomReader
not decoding values of typeOctetString
. - Fixed wrong GLOW tag of
EmberPlus-Glow.MatrixContents.labels
.