prf::pr::tests::hdlc_utils namespace

Functions

auto build_hdlc_frame_levels(const std::vector<std::uint8_t>& bytes_between_flags) -> std::vector<bool>
auto bytes_to_lsb_bits(const std::vector<std::uint8_t>& bytes) -> std::vector<bool>
auto hdlc_bitstuff(const std::vector<bool>& bits) -> std::vector<bool>
auto nrzi_encode(const std::vector<bool>& bits, bool initial_level) -> std::vector<bool>