This function must be implemented in the .cpp file to create a plugin that can be loaded at run-time NOLINTNEXTLINE(misc-use-anonymous-namespace,misc-use-internal-linkage)
| 84 | // a plugin that can be loaded at run-time |
| 85 | // NOLINTNEXTLINE(misc-use-anonymous-namespace,misc-use-internal-linkage) |
| 86 | BT_REGISTER_NODES(factory) |
| 87 | { |
| 88 | static CrossDoor cross_door; |
| 89 | cross_door.registerNodes(factory); |
| 90 | } |
nothing calls this directly
no test coverage detected