Currently, when a measurement is not available and the get${Data} methods return false, the IWearRemapper was rasing a warning, but was also updating the buffer with some uninitialized variables.
This PR fix this issue.
In the future e could improve the behaviour in this cases by properly using the status variable (but then we should avoid that downstream device do not stop if for example simply few data are missing).
Currently, when a measurement is not available and the
get${Data}
methods return false, theIWearRemapper
was rasing a warning, but was also updating the buffer with some uninitialized variables.This PR fix this issue.
In the future e could improve the behaviour in this cases by properly using the status variable (but then we should avoid that downstream device do not stop if for example simply few data are missing).