diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-06-08 23:15:41 +0200 |
---|---|---|
committer | Jeff Long <willcode4@gmail.com> | 2021-06-10 20:48:06 -0400 |
commit | 16d1b0215d59c52009b09867fbfce0b4c3585add (patch) | |
tree | ab325d34bff825d531c0f84ddf4b74c87a6b649d /gr-digital/python/digital/bindings/diff_encoder_bb_python.cc | |
parent | 0705a715dea306c4d53301095f93b0f7077c4a61 (diff) |
soapy: less surprising bool cast
Soapy has its own way of casting strings to bools, and it special-cases
"0" and "0.0" and misses out on the opportunity to be consistent with
many other ways of specifying 0 as number.
I'm trying to upstream the same change to SoapSDR, in order to keep
things consistent. But this is worth having in GNU Radio, either way,
since GNU Radio has its own user expectations, which might even differ a
bit from these of SoapySDR users.
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gr-digital/python/digital/bindings/diff_encoder_bb_python.cc')
0 files changed, 0 insertions, 0 deletions