 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-0-unknown
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 {
50 std::string to_string();
52 std::string to_pp_string();
67 static bool is_compatible(
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 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
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:23
UHD_API size_t get_bytes_per_item(const std::string &format)
Convert an item format to a size in bytes.