8#ifndef INCLUDED_UHD_TRANSPORT_CHDR_HPP
9#define INCLUDED_UHD_TRANSPORT_CHDR_HPP
40static const size_t max_if_hdr_words64 = 2;
#define UHD_API
Definition config.h:68
CHDR related function.
Definition chdr.hpp:37
UHD_API void if_hdr_pack_le(uint32_t *packet_buff, if_packet_info_t &if_packet_info)
UHD_API void if_hdr_unpack_be(const uint32_t *packet_buff, if_packet_info_t &if_packet_info)
UHD_API void if_hdr_pack_be(uint32_t *packet_buff, if_packet_info_t &if_packet_info)
UHD_API void if_hdr_unpack_le(const uint32_t *packet_buff, if_packet_info_t &if_packet_info)
Definition bounded_buffer.hpp:13
Definition build_info.hpp:13
Definition vrt_if_packet.hpp:29