| 598 | { |
| 599 | public: |
| 600 | PrintToConsole(const std::string& name, const BT::NodeConfiguration& config, |
| 601 | std::vector<std::string>* console) |
| 602 | : BT::SyncActionNode(name, config), console_(console) |
| 603 | {} |
| 604 | |
| 605 | static BT::PortsList providedPorts() |
| 606 | { |
nothing calls this directly
no outgoing calls
no test coverage detected