Any TreeNode with ports must have a constructor with this signature
| 9 | public: |
| 10 | // Any TreeNode with ports must have a constructor with this signature |
| 11 | FastAction(const std::string& name, const BT::NodeConfig& config) |
| 12 | : ThreadedAction(name, config) |
| 13 | {} |
| 14 | |
| 15 | static BT::PortsList providedPorts() |
| 16 | { |
nothing calls this directly
no outgoing calls
no test coverage detected