Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
void SqliteLogger::setAdditionalCallback(ExtraCallback func)
159
{
160
extra_func_ = func;
161
}
162
163
void SqliteLogger::callback(Duration timestamp, const TreeNode& node,
164
NodeStatus prev_status, NodeStatus status)
Callers
2
TEST_F
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64