1 #ifndef BT_MINITRACE_LOGGER_H 2 #define BT_MINITRACE_LOGGER_H 21 virtual void flush()
override;
29 #endif // BT_MINITRACE_LOGGER_H std::chrono::high_resolution_clock::time_point TimePoint
virtual ~MinitraceLogger() override
virtual void callback(Duration timestamp, const TreeNode &node, NodeStatus prev_status, NodeStatus status) override
static std::atomic< bool > ref_count
Abstract base class for Behavior Tree Nodes.
virtual void flush() override
Struct used to store a tree. If this object goes out of scope, the tree is destroyed.
MinitraceLogger(const BT::Tree &tree, const char *filename_json)
std::chrono::high_resolution_clock::duration Duration