Macros
util.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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))
 

Macro Definition Documentation

#define _countof (   _Array)    (sizeof(_Array) / sizeof(_Array[0]))

Definition at line 42 of file util.h.

#define BEGIN_STATIC_CODE (   _blockname_)
Value:
static class _static_code_##_blockname_ { \
public: \
_static_code_##_blockname_ ()

Definition at line 59 of file util.h.

#define END_STATIC_CODE (   _blockname_)    } _instance_##_blockname_;

Definition at line 65 of file util.h.

#define offsetof (   _structure,
  _field 
)    ((_word_size_t)&(((_structure *)0x0)->_field))

Definition at line 55 of file util.h.



rplidar_ros
Author(s):
autogenerated on Wed Mar 20 2019 07:54:15