Go to the source code of this file.
|
| template<typename T > |
| UHD_FORCE_INLINE T | uhd::ntohx (T num) |
| | network to host: short, long, or long-long
|
| |
| template<typename T > |
| UHD_FORCE_INLINE T | uhd::htonx (T num) |
| | host to network: short, long, or long-long
|
| |
| template<typename T > |
| UHD_FORCE_INLINE T | uhd::wtohx (T num) |
| | worknet to host: short, long, or long-long
|
| |
| template<typename T > |
| UHD_FORCE_INLINE T | uhd::htowx (T num) |
| | host to worknet: short, long, or long-long
|
| |
| 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).
|
| |
| 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).
|
| |