 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-3build3
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_LIBUHD_RFNOC_STREAMSIG_HPP
9 #define INCLUDED_LIBUHD_RFNOC_STREAMSIG_HPP
14 namespace uhd {
namespace rfnoc {
size_t vlen
The vector length in multiples of items. If undefined, set to zero.
Definition: stream_sig.hpp:39
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:117
#define UHD_INLINE
Definition: config.h:53
std::string to_pp_string()
Pretty-print string representation.
std::string item_type
The data type of the individual items (e.g. 'sc16'). If undefined, set.
Definition: stream_sig.hpp:36
Definition: build_info.hpp:13
static bool is_compatible(const stream_sig_t &output_sig, const stream_sig_t &input_sig)
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
std::string to_string()
Compact string representation.
Definition: stream_sig.hpp:24
size_t get_bytes_per_item() const
Returns the number of bytes necessary to store one item.