Namespaces | |
| namespace | gnuradio::packet_utils |
Functions | |
| def | gnuradio::packet_utils::conv_packed_binary_string_to_1_0_string |
| '' --> '10101111' | |
| def | gnuradio::packet_utils::conv_1_0_string_to_packed_binary_string |
| '10101111' -> ('', False) | |
| def | gnuradio::packet_utils::is_1_0_string |
| def | gnuradio::packet_utils::string_to_hex_list |
| def | gnuradio::packet_utils::whiten |
| def | gnuradio::packet_utils::dewhiten |
| def | gnuradio::packet_utils::make_header |
| def | gnuradio::packet_utils::make_packet |
| Build a packet, given access code, payload, and whitener offset. | |
| def | gnuradio::packet_utils::unmake_packet |
| Return (ok, payload). | |
Variables | |
| gnuradio::packet_utils::default_access_code = \ | |
| gnuradio::packet_utils::preamble = \ | |
| tuple | gnuradio::packet_utils::random_mask_tuple |
| tuple | gnuradio::packet_utils::random_mask_vec8 = numpy.array(random_mask_tuple, numpy.uint8) |
1.5.8