Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ StdCoutLogger
Method
StdCoutLogger
src/loggers/bt_cout_logger.cpp:6–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
{
5
6
StdCoutLogger::StdCoutLogger(const BT::Tree& tree) : StatusChangeLogger(tree.rootNode())
7
{}
8
StdCoutLogger::~StdCoutLogger() = default;
9
10
void StdCoutLogger::callback(Duration timestamp, const TreeNode& node,
Callers
nothing calls this directly
Calls
1
rootNode
Method · 0.80
Tested by
no test coverage detected