01.07.2017, 20:12
I have a little thing about grp.check... functions and writing to unsigned 1 byte objects. At this moment function doesn't filter any write without third argument(delta) when values are equal(unsigned byte). I mean somehing like this:
I think such constructions especially for unsigned 1 byte which is integer are not apropriate
Code:
grp.checkupdate("Test_value", 1, 0.5)
I think such constructions especially for unsigned 1 byte which is integer are not apropriate