8 #ifndef INCLUDED_LIBUHD_RFNOC_STREAMSIG_HPP
9 #define INCLUDED_LIBUHD_RFNOC_STREAMSIG_HPP
14 namespace uhd {
namespace rfnoc {
Definition: stream_sig.hpp:24
std::string item_type
The data type of the individual items (e.g. 'sc16'). If undefined, set.
Definition: stream_sig.hpp:36
size_t get_bytes_per_item() const
Returns the number of bytes necessary to store one item.
size_t vlen
The vector length in multiples of items. If undefined, set to zero.
Definition: stream_sig.hpp:39
bool is_bursty
Definition: stream_sig.hpp:44
std::string to_string()
Compact string representation.
std::string to_pp_string()
Pretty-print string representation.
size_t packet_size
Packet size in bytes. If undefined, set to zero.
Definition: stream_sig.hpp:42
static bool is_compatible(const stream_sig_t &output_sig, const stream_sig_t &input_sig)
#define UHD_INLINE
Definition: config.h:53
#define UHD_RFNOC_API
Definition: config.hpp:117
std::ostream & operator<<(std::ostream &out, block_id_t block_id)
Shortcut for << block_id.to_string()
Definition: block_id.hpp:227
Definition: build_info.hpp:13