3#include "behaviortree_cpp/loggers/abstract_logger.h"
10 MinitraceLogger(
const BT::
Tree& tree,
const char* filename_json);
12 ~MinitraceLogger()
override;
19 virtual void callback(Duration timestamp,
const TreeNode& node,
NodeStatus prev_status,
22 virtual void flush()
override;
Definition: bt_minitrace_logger.h:8
Definition: abstract_logger.h:16
Struct used to store a tree. If this object goes out of scope, the tree is destroyed.
Definition: bt_factory.h:96
Abstract base class for Behavior Tree Nodes.
Definition: tree_node.h:154
Definition: action_node.h:24
NodeStatus
Definition: basic_types.h:34