StdCoutLogger is a very simple logger that displays all the transitions on the console. More...
#include <bt_cout_logger.h>
Public Member Functions | |
virtual void | flush () override |
StdCoutLogger (const BT::Tree &tree) | |
~StdCoutLogger () override | |
![]() | |
bool | enabled () const |
void | enableTransitionToIdle (bool enable) |
StatusChangeLogger & | operator= (const StatusChangeLogger &other)=delete |
StatusChangeLogger & | operator= (StatusChangeLogger &&other)=default |
void | setEnabled (bool enabled) |
void | setTimestampType (TimestampType type) |
bool | showsTransitionToIdle () const |
StatusChangeLogger (const StatusChangeLogger &other)=delete | |
StatusChangeLogger (StatusChangeLogger &&other)=default | |
StatusChangeLogger (TreeNode *root_node) | |
virtual | ~StatusChangeLogger ()=default |
Private Member Functions | |
virtual void | callback (Duration timestamp, const TreeNode &node, NodeStatus prev_status, NodeStatus status) override |
StdCoutLogger is a very simple logger that displays all the transitions on the console.
Definition at line 14 of file bt_cout_logger.h.
BT::StdCoutLogger::StdCoutLogger | ( | const BT::Tree & | tree | ) |
Definition at line 6 of file bt_cout_logger.cpp.
|
override |
Definition at line 8 of file bt_cout_logger.cpp.
|
overrideprivatevirtual |
Implements BT::StatusChangeLogger.
Definition at line 11 of file bt_cout_logger.cpp.
|
overridevirtual |
Implements BT::StatusChangeLogger.
Definition at line 26 of file bt_cout_logger.cpp.