Functions | |
void | gnsstk::BinUtils::buitohs (const void *p, uint16_t &v, unsigned pos=0) |
|
inline |
Converts Intel little-endian to host byte order.
[in] | p | a pointer to the buffer containing the little-endian value. |
[out] | v | the value in host byte order. |
[in] | pos | an optional offset (bytes) into p to decode from. |
Definition at line 574 of file BinUtils.hpp.