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

Method setAdditionalCallback

src/loggers/bt_sqlite_logger.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void SqliteLogger::setAdditionalCallback(ExtraCallback func)
159{
160 extra_func_ = func;
161}
162
163void SqliteLogger::callback(Duration timestamp, const TreeNode& node,
164 NodeStatus prev_status, NodeStatus status)

Callers 2

TEST_FFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64