|
MIP_SDK
v4.0.0-237-g9879cb72
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::write | ( | 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 | ||
| ) |
1.8.17