|
MRPT
1.9.9
|
Go to the source code of this file.
Macros | |
| #define | SELBYTE0(v) (v & 0xff) |
| #define | SELBYTE1(v) ((v >> 8) & 0xff) |
| #define | SELBYTE2(v) ((v >> 16) & 0xff) |
| #define | SELBYTE3(v) ((v >> 24) & 0xff) |
| #define | MAKEWORD16B(__LOBYTE, __HILOBYTE) ((__LOBYTE) | ((__HILOBYTE) << 8)) |
| #define | MAKEWORD32B(__LOWORD16, __HIWORD16) ((__LOWORD16) | ((__HIWORD16) << 16)) |
| #define | MAKEWORD64B(__LOWORD32, __HIWORD32) ((__LOWORD32) | ((__HIWORD32) << 32)) |
| #define MAKEWORD16B | ( | __LOBYTE, | |
| __HILOBYTE | |||
| ) | ((__LOBYTE) | ((__HILOBYTE) << 8)) |
Definition at line 16 of file byte_manip.h.
Referenced by mrpt::serialization::CArchive::receiveMessage(), and mrpt::containers::reduced_hash().
| #define MAKEWORD32B | ( | __LOWORD16, | |
| __HIWORD16 | |||
| ) | ((__LOWORD16) | ((__HIWORD16) << 16)) |
Definition at line 17 of file byte_manip.h.
| #define MAKEWORD64B | ( | __LOWORD32, | |
| __HIWORD32 | |||
| ) | ((__LOWORD32) | ((__HIWORD32) << 32)) |
Definition at line 19 of file byte_manip.h.
Definition at line 11 of file byte_manip.h.
Referenced by mrpt::containers::reduced_hash().
Definition at line 12 of file byte_manip.h.
Referenced by mrpt::containers::reduced_hash().
Definition at line 13 of file byte_manip.h.
Referenced by mrpt::containers::reduced_hash().
Definition at line 14 of file byte_manip.h.
Referenced by mrpt::containers::reduced_hash().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |