#include <uhd/rfnoc/chdr_types.hpp>
uhd::rfnoc::chdr::strs_payload::strs_payload |
( |
| ) |
|
|
default |
uhd::rfnoc::chdr::strs_payload::strs_payload |
( |
const strs_payload & |
rhs | ) |
|
|
default |
uhd::rfnoc::chdr::strs_payload::strs_payload |
( |
strs_payload && |
rhs | ) |
|
|
default |
void uhd::rfnoc::chdr::strs_payload::deserialize |
( |
const uint64_t * |
buff, |
|
|
size_t |
num_elems, |
|
|
const std::function< uint64_t(uint64_t)> & |
conv_byte_order |
|
) |
| |
Deserialize the payload from a uint64_t buffer.
template<endianness_t endianness>
void uhd::rfnoc::chdr::strs_payload::deserialize |
( |
const uint64_t * |
buff, |
|
|
size_t |
num_elems |
|
) |
| |
|
inline |
Deserialize the payload from a uint64_t buffer (no conversion function)
size_t uhd::rfnoc::chdr::strs_payload::get_length |
( |
| ) |
const |
Get the serialized size of this payload in 64 bit words.
bool uhd::rfnoc::chdr::strs_payload::operator!= |
( |
const strs_payload & |
rhs | ) |
const |
|
inline |
bool uhd::rfnoc::chdr::strs_payload::operator== |
( |
const strs_payload & |
rhs | ) |
const |
void uhd::rfnoc::chdr::strs_payload::populate_header |
( |
chdr_header & |
header | ) |
const |
Populate the header for this type of packet.
size_t uhd::rfnoc::chdr::strs_payload::serialize |
( |
uint64_t * |
buff, |
|
|
size_t |
max_size_bytes, |
|
|
const std::function< uint64_t(uint64_t)> & |
conv_byte_order |
|
) |
| const |
Serialize the payload to a uint64_t buffer.
template<endianness_t endianness>
size_t uhd::rfnoc::chdr::strs_payload::serialize |
( |
uint64_t * |
buff, |
|
|
size_t |
max_size_bytes |
|
) |
| const |
|
inline |
Serialize the payload to a uint64_t buffer (no conversion function)
const std::string uhd::rfnoc::chdr::strs_payload::to_string |
( |
| ) |
const |
Return a string representation of this object.
uint16_t uhd::rfnoc::chdr::strs_payload::buff_info = 0 |
uint64_t uhd::rfnoc::chdr::strs_payload::capacity_bytes = 0 |
Buffer capacity in bytes (40 bits)
uint32_t uhd::rfnoc::chdr::strs_payload::capacity_pkts = 0 |
Buffer capacity in packets (24 bits)
uint16_t uhd::rfnoc::chdr::strs_payload::src_epid = 0 |
The source EPID for the stream (16 bits)
The status of the stream (4 bits)
uint64_t uhd::rfnoc::chdr::strs_payload::status_info = 0 |
Extended status info (48 bits)
uint64_t uhd::rfnoc::chdr::strs_payload::xfer_count_bytes = 0 |
Transfer count in bytes (64 bits)
uint64_t uhd::rfnoc::chdr::strs_payload::xfer_count_pkts = 0 |
Transfer count in packets (40 bits)
The documentation for this class was generated from the following file: