USRP Hardware Driver and Device Manual Version: 4.10.0.0_release
UHD and USRP Manual
 
Loading...
Searching...
No Matches
byteswap.ipp File Reference

Go to the source code of this file.

Namespaces

namespace  uhd
 

Functions

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