Functions | |
def | hexint |
Convert unsigned masks into signed ints. |
def gnuradio::gruimpl::hexint::hexint | ( | mask | ) |
Convert unsigned masks into signed ints.
This allows us to use hex constants like 0xf0f0f0f2 when talking to our hardware and not get screwed by them getting treated as python longs.