USRP Hardware Driver and Device Manual  Version: 4.11.0.0-0-g0d7ed3b1
UHD and USRP Manual
byteswap.ipp File Reference

Namespaces

 uhd
 

Functions

template<typename T >
UHD_FORCE_INLINE T uhd::ntohx (T num)
 network to host: short, long, or long-long More...
 
template<typename T >
UHD_FORCE_INLINE T uhd::htonx (T num)
 host to network: short, long, or long-long More...
 
template<typename T >
UHD_FORCE_INLINE T uhd::wtohx (T num)
 worknet to host: short, long, or long-long. More...
 
template<typename T >
UHD_FORCE_INLINE T uhd::htowx (T num)
 host to worknet: short, long, or long-long. More...
 
template<endianness_t endianness, typename T >
UHD_FORCE_INLINE T uhd::htolx (T num)
 Host to link with configurable endianness (16-bit, 32-bit, or 64-bit). More...
 
template<endianness_t endianness, typename T >
UHD_FORCE_INLINE T uhd::ltohx (T num)
 Link with configurable endianness to host (16-bit, 32-bit, or 64-bit). More...