8 #ifndef INCLUDED_LIBUHD_RFNOC_STREAMSIG_HPP 9 #define INCLUDED_LIBUHD_RFNOC_STREAMSIG_HPP 14 namespace uhd {
namespace rfnoc {
50 std::string to_string();
52 std::string to_pp_string();
67 static bool is_compatible(
std::string to_string()
Compact string representation.
UHD_API size_t get_bytes_per_item(const std::string &format)
Convert an item format to a size in bytes.
std::string item_type
The data type of the individual items (e.g. 'sc16'). If undefined, set.
Definition: stream_sig.hpp:36
size_t vlen
The vector length in multiples of items. If undefined, set to zero.
Definition: stream_sig.hpp:39
Definition: build_info.hpp:13
std::ostream & operator<<(std::ostream &out, block_id_t block_id)
Shortcut for << block_id.to_string()
Definition: block_id.hpp:227
#define UHD_RFNOC_API
Definition: config.hpp:104
#define UHD_INLINE
Definition: config.h:53
bool is_bursty
Definition: stream_sig.hpp:44
size_t packet_size
Packet size in bytes. If undefined, set to zero.
Definition: stream_sig.hpp:42
Definition: stream_sig.hpp:23