MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / BT_REGISTER_NODES

Function BT_REGISTER_NODES

sample_nodes/crossdoor_nodes.cpp:86–90  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

84// a plugin that can be loaded at run-time
85// NOLINTNEXTLINE(misc-use-anonymous-namespace,misc-use-internal-linkage)
86BT_REGISTER_NODES(factory)
87{
88 static CrossDoor cross_door;
89 cross_door.registerNodes(factory);
90}

Callers

nothing calls this directly

Calls 1

registerNodesMethod · 0.80

Tested by

no test coverage detected