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

Function BT_JSON_CONVERTER

tests/gtest_ports.cpp:316–320  ·  view source on GitHub ↗

NOLINTNEXTLINE(misc-use-anonymous-namespace,misc-use-internal-linkage)

Source from the content-addressed store, hash-verified

314
315// NOLINTNEXTLINE(misc-use-anonymous-namespace,misc-use-internal-linkage)
316BT_JSON_CONVERTER(Point2D, point)
317{
318 add_field("x", &point.x);
319 add_field("y", &point.y);
320}
321
322class DefaultTestAction : public SyncActionNode
323{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected