#include <uhd/rfnoc/chdr_types.hpp>
◆ strs_payload() [1/3]
  
  
      
        
          | uhd::rfnoc::chdr::strs_payload::strs_payload  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ strs_payload() [2/3]
  
  
      
        
          | uhd::rfnoc::chdr::strs_payload::strs_payload  | 
          ( | 
          const strs_payload &  | 
          rhs | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ strs_payload() [3/3]
  
  
      
        
          | uhd::rfnoc::chdr::strs_payload::strs_payload  | 
          ( | 
          strs_payload &&  | 
          rhs | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ deserialize() [1/2]
template<endianness_t endianness> 
  
  
      
        
          | void uhd::rfnoc::chdr::strs_payload::deserialize  | 
          ( | 
          const uint64_t *  | 
          buff,  | 
         
        
           | 
           | 
          size_t  | 
          buff_size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Deserialize the payload from a uint64_t buffer (no conversion function) 
- Parameters
 - 
  
    | buff | Buffer to deserialize the payload from  | 
    | buff_size | Number of elements in the buffer  | 
  
   
 
 
◆ deserialize() [2/2]
      
        
          | void uhd::rfnoc::chdr::strs_payload::deserialize  | 
          ( | 
          const uint64_t *  | 
          buff,  | 
        
        
           | 
           | 
          size_t  | 
          buff_size,  | 
        
        
           | 
           | 
          const std::function< uint64_t(uint64_t)> &  | 
          conv_byte_order  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Deserialize the payload from a uint64_t buffer 
- Parameters
 - 
  
    | buff | Buffer to deserialize the payload from  | 
    | buff_size | Number of elements in the buffer  | 
    | conv_byte_order | Byte order converter function (buffer to host endianness)  | 
  
   
 
 
◆ get_length()
      
        
          | size_t uhd::rfnoc::chdr::strs_payload::get_length  | 
          ( | 
           | ) | 
           const | 
        
      
 
Get the serialized size of this payload in 64 bit words. 
 
 
◆ operator!=()
  
  
      
        
          | bool uhd::rfnoc::chdr::strs_payload::operator!=  | 
          ( | 
          const strs_payload &  | 
          rhs | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator=()
◆ operator==()
      
        
          | bool uhd::rfnoc::chdr::strs_payload::operator==  | 
          ( | 
          const strs_payload &  | 
          rhs | ) | 
           const | 
        
      
 
 
◆ populate_header()
      
        
          | void uhd::rfnoc::chdr::strs_payload::populate_header  | 
          ( | 
          chdr_header &  | 
          header | ) | 
           const | 
        
      
 
Populate the header for this type of packet. 
 
 
◆ serialize() [1/2]
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) 
 
 
◆ serialize() [2/2]
      
        
          | 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. 
 
 
◆ to_string()
      
        
          | const std::string uhd::rfnoc::chdr::strs_payload::to_string  | 
          ( | 
           | ) | 
           const | 
        
      
 
Return a string representation of this object. 
 
 
◆ buff_info
      
        
          | uint16_t uhd::rfnoc::chdr::strs_payload::buff_info = 0 | 
        
      
 
 
◆ capacity_bytes
      
        
          | uint64_t uhd::rfnoc::chdr::strs_payload::capacity_bytes = 0 | 
        
      
 
Buffer capacity in bytes (40 bits) 
 
 
◆ capacity_pkts
      
        
          | uint32_t uhd::rfnoc::chdr::strs_payload::capacity_pkts = 0 | 
        
      
 
Buffer capacity in packets (24 bits) 
 
 
◆ src_epid
      
        
          | uint16_t uhd::rfnoc::chdr::strs_payload::src_epid = 0 | 
        
      
 
The source EPID for the stream (16 bits) 
 
 
◆ status
The status of the stream (4 bits) 
 
 
◆ status_info
      
        
          | uint64_t uhd::rfnoc::chdr::strs_payload::status_info = 0 | 
        
      
 
Extended status info (48 bits) 
 
 
◆ xfer_count_bytes
      
        
          | uint64_t uhd::rfnoc::chdr::strs_payload::xfer_count_bytes = 0 | 
        
      
 
Transfer count in bytes (64 bits) 
 
 
◆ xfer_count_pkts
      
        
          | 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: