
Go to the source code of this file.
Macros | |
| #define | _countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) |
| #define | offsetof(_structure, _field) ((_word_size_t)&(((_structure *)0x0)->_field)) |
| #define | BEGIN_STATIC_CODE(_blockname_) |
| #define | END_STATIC_CODE(_blockname_) } _instance_##_blockname_; |
| #define _countof | ( | _Array | ) | (sizeof(_Array) / sizeof(_Array[0])) |
| #define BEGIN_STATIC_CODE | ( | _blockname_ | ) |
| #define END_STATIC_CODE | ( | _blockname_ | ) | } _instance_##_blockname_; |
| #define offsetof | ( | _structure, | |
| _field | |||
| ) | ((_word_size_t)&(((_structure *)0x0)->_field)) |
Definition at line 55 of file util.h.
Referenced by rp::standalone::rplidar::RPlidarDriverSerialImpl::_waitCapsuledNode().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |