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

Function BT_JSON_CONVERTER

tests/gtest_json.cpp:52–57  ·  view source on GitHub ↗

NOLINTBEGIN(misc-use-internal-linkage)

Source from the content-addressed store, hash-verified

50
51// NOLINTBEGIN(misc-use-internal-linkage)
52BT_JSON_CONVERTER(Vector3D, v)
53{
54 add_field("x", &v.x);
55 add_field("y", &v.y);
56 add_field("z", &v.z);
57}
58
59BT_JSON_CONVERTER(Quaternion3D, v)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected