Template Function ska::pst::recv::betoh

Function Documentation

template<typename T>
static inline T ska::pst::recv::betoh(T in)

Perform conversion of a scalar from big endian to host byte order.

Template Parameters

T – type of the scalar value to convert

Parameters

in – big endian input value to convert

Returns

T host byte over representation of in