smime.p7m
Description: S/MIME encrypted message
___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
If I remove “constexpr” completely, thus “static double ASAP = 0.0 ;”, I get a
different error, E1592, “a member with an in-class initialize must be const”.
I also did a ‘update’ to my MSVC 2017 installation, to make sure it is current,
but that did not change anything.
Trying “static const dou
Hello,
Trying to build the "host" applications on Windows 10, MSVC 2017 (aka 141).
The line below in time_spec.hpp
static constexpr double ASAP = 0.0;
Generates error E0145 in MSVC 2017, "member "uhd::time_spec_t::ASAP" may not be
initialized"
I have tried not initializing it, making it con
Hello,
I am modifying the FPGA code (from version 7.0) for the B205mini.
I would like to control the GPIO pins from the FPGA code.
Control via the example GPIO host executable works fine.
I have tried hijacking the function in "radio_legacy.v" which I think is
controlling them.
generate