| 348 | { |
| 349 | public: |
| 350 | ComparisonNode(const std::string& name, const BT::NodeConfiguration& config) |
| 351 | : BT::ConditionNode(name, config) |
| 352 | {} |
| 353 | |
| 354 | static BT::PortsList providedPorts() |
| 355 | { |
nothing calls this directly
no outgoing calls
no test coverage detected