obones

Results 76 comments of obones

There has been discussions about read speed improvement over at SQLite forums: https://sqlite.org/forum/forumpost/35a0c8cf32f5296a I could not see anywhere in the source such a `PRAGMA` command, so maybe it would be...

I'm not calling it manually, I'm using it via Visual Studio itself, with the indicated configuration

My main issue is that `bitbuffer_manchester_decode` and `bitbuffer_differential_manchester_decode` force their callers to use a bitbuffer. But all callers are device callbacks that only ever need a few bits, something around...

Yes, as I said, decoding in another row or even inplace is something I thought of but considered too "ugly" to be allowing it. And you are right, if there...

I have made the effort to rebase my three branches onto master, they all pass the decoder tests. Do you want me to create the pull requests?

> https://github.com/obones/rtl_433/commits/bitbuffer_size : m-bus should work, we have 40*25=1k available still. Ok, I'll check with the test repository > https://github.com/obones/rtl_433/commits/pulse_demod_stack_usage : yes, please. That copy is naive ;) Done -->...

> The `max` arg on `bitbuffer_manchester_decode()` calls should be enough info to create appropriate buffers in the decoders. Can you use that to convert `bitbuffer_manchester_decode()` to use buffer+size? In my...

I have made the changes discussed above in the https://github.com/obones/rtl_433/tree/manchester_bitrow branch, I believe they are fine as they all pass the tests

Just to add a few information, we have our own component derived from `TCustomVirtualStringTree` which sets everything needed for Grid mode and introduces the following events: OnGetCellDataType OnGetCellValue OnGetEditValue OnGetDisplayValue...

Isn't this a duplicate of #823 ?