12 bool expected =
false;
13 if (!
ref_count.compare_exchange_strong(expected,
true))
15 throw LogicError(
"Only one instance of StdCoutLogger shall be created");
54 const bool statusCompleted =
58 const char* name = node.
name().c_str();
virtual NodeType type() const =0
void mtr_register_sigint_handler()
void mtr_init(const char *json_file)
virtual ~MinitraceLogger() override
virtual void callback(Duration timestamp, const TreeNode &node, NodeStatus prev_status, NodeStatus status) override
static std::atomic< bool > ref_count
const std::string & name() const
Name of the instance, not the type.
Struct used to store a tree. If this object goes out of scope, the tree is destroyed.
Abstract base class for Behavior Tree Nodes.
virtual void flush() override
MinitraceLogger(const BT::Tree &tree, const char *filename_json)
#define MTR_INSTANT(c, n)
NodeType
Enumerates the possible types of nodes.
void enableTransitionToIdle(bool enable)
std::chrono::high_resolution_clock::duration Duration
const char * toConstStr(NodeType type)