|
UHD
003.004.002-0-g7f44d838
|
Go to the source code of this file.
Namespaces | |
| uhd | |
Functions | |
| boost::uint16_t | uhd::byteswap (boost::uint16_t) |
| perform a byteswap on a 16 bit integer More... | |
| boost::uint32_t | uhd::byteswap (boost::uint32_t) |
| perform a byteswap on a 32 bit integer More... | |
| boost::uint64_t | uhd::byteswap (boost::uint64_t) |
| perform a byteswap on a 64 bit integer More... | |
| template<typename T > | |
| T | uhd::ntohx (T) |
| network to host: short, long, or long-long More... | |
| template<typename T > | |
| T | uhd::htonx (T) |
| host to network: short, long, or long-long More... | |
| template<typename T > | |
| T | uhd::wtohx (T) |
| worknet to host: short, long, or long-long More... | |
| template<typename T > | |
| T | uhd::htowx (T) |
| host to worknet: short, long, or long-long More... | |
Provide fast byteswaping routines for 16, 32, and 64 bit integers, by using the system's native routines/intrinsics when available.
1.8.13