MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
Functions | |
template<class T > | |
std::enable_if< std::is_arithmetic< T >::value, size_t >::type | write (uint8_t *buffer, T value) |
template<class T > | |
std::enable_if< std::is_arithmetic< T >::value, size_t >::type | read (const uint8_t *buffer, T &value) |
std::enable_if<std::is_arithmetic<T>::value, size_t>::type microstrain::serialization::little_endian::read | ( | const uint8_t * | buffer, |
T & | value | ||
) |
std::enable_if<std::is_arithmetic<T>::value, size_t>::type microstrain::serialization::little_endian::write | ( | uint8_t * | buffer, |
T | value | ||
) |