|
MRPT
1.9.9
|
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
Functions | |
| void | mrpt::reverseBytesInPlace (bool &v_in_out) |
| Reverse the order of the bytes of a given type (useful for transforming btw little/big endian) More... | |
| void | mrpt::reverseBytesInPlace (uint8_t &v_in_out) |
| void | mrpt::reverseBytesInPlace (int8_t &v_in_out) |
| void | mrpt::reverseBytesInPlace (uint16_t &v_in_out) |
| void | mrpt::reverseBytesInPlace (int16_t &v_in_out) |
| void | mrpt::reverseBytesInPlace (uint32_t &v_in_out) |
| void | mrpt::reverseBytesInPlace (int32_t &v_in_out) |
| void | mrpt::reverseBytesInPlace (uint64_t &v_in_out) |
| void | mrpt::reverseBytesInPlace (int64_t &v_in_out) |
| void | mrpt::reverseBytesInPlace (float &v_in_out) |
| void | mrpt::reverseBytesInPlace (double &v_in_out) |
| void | mrpt::reverseBytesInPlace (long double &v_in_out) |
| template<class T > | |
| void | mrpt::reverseBytes (const T &v_in, T &v_out) |
| Reverse the order of the bytes of a given type (useful for transforming btw little/big endian) More... | |
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 814d80880 Fri Aug 24 01:51:28 2018 +0200 at mar 26 may 2026 12:30:59 CEST |