mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-09 00:20:35 +08:00
uorb autogeneration
This commit is contained in:
committed by
Lorenz Meier
parent
728de5f87b
commit
9a0e962cbf
@@ -118,7 +118,7 @@ enum ORB_PRIO {
|
||||
*
|
||||
* @param _name The name of the topic.
|
||||
* @param _struct The structure the topic provides.
|
||||
* @param _fields All fields in a semicolon separated list e.g: "float[3] position;bool armed"
|
||||
* @param _func The pointer to a function that packs topic
|
||||
*/
|
||||
#define ORB_DEFINE(_name, _struct, _fields) \
|
||||
const struct orb_metadata __orb_##_name = { \
|
||||
|
||||
Reference in New Issue
Block a user