18 #ifndef INCLUDED_LIBUHD_RFNOC_STREAMSIG_HPP    19 #define INCLUDED_LIBUHD_RFNOC_STREAMSIG_HPP    24 namespace uhd { 
namespace rfnoc {
    59     std::string to_string();
    61     std::string to_pp_string();
 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:45
 
size_t vlen
The vector length in multiples of items. If undefined, set to zero. 
Definition: stream_sig.hpp:48
 
Definition: build_info.hpp:25
 
std::ostream & operator<<(std::ostream &out, block_id_t block_id)
Shortcut for << block_id.to_string() 
Definition: block_id.hpp:203
 
#define UHD_RFNOC_API
Definition: config.hpp:103
 
#define UHD_INLINE
Definition: config.h:63
 
bool is_bursty
Definition: stream_sig.hpp:53
 
size_t packet_size
Packet size in bytes. If undefined, set to zero. 
Definition: stream_sig.hpp:51
 
Definition: stream_sig.hpp:33