#include <boost/detail/endian.hpp>
Namespaces | |
uhd | |
Macros | |
#define | INCLUDED_UHD_UTILS_BYTESWAP_IPP |
Functions | |
template<typename T > | |
UHD_INLINE T | uhd::ntohx (T num) |
network to host: short, long, or long-long More... | |
template<typename T > | |
UHD_INLINE T | uhd::htonx (T num) |
host to network: short, long, or long-long More... | |
template<typename T > | |
UHD_INLINE T | uhd::wtohx (T num) |
worknet to host: short, long, or long-long More... | |
template<typename T > | |
UHD_INLINE T | uhd::htowx (T num) |
host to worknet: short, long, or long-long More... | |
#define INCLUDED_UHD_UTILS_BYTESWAP_IPP |