| 384 | { |
| 385 | public: |
| 386 | SimpleOutput(const std::string& name, const BT::NodeConfig& config) |
| 387 | : BT::SyncActionNode(name, config) |
| 388 | {} |
| 389 | |
| 390 | static BT::PortsList providedPorts() |
| 391 | { |
nothing calls this directly
no outgoing calls
no test coverage detected