Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tools/nxstyle.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,13 @@ static const char *g_white_prefix[] =
"UInt64",
"Float32",
"Float64",

/* Ref: apps/system/microros/transport
* Micro XRCE-DDS Client custom transport struct exposed in the
* callback prototypes registered via rmw_uros_set_custom_transport().
*/

"uxrCustom", /* uxrCustomTransport */
NULL
};

Expand Down
Loading