| 16 | namespace BT |
| 17 | { |
| 18 | ConditionNode::ConditionNode(const std::string& name, const NodeConfig& config) |
| 19 | : LeafNode::LeafNode(name, config) |
| 20 | {} |
| 21 | |
| 22 | SimpleConditionNode::SimpleConditionNode(const std::string& name, |
| 23 | TickFunctor tick_functor, |
nothing calls this directly
no outgoing calls
no test coverage detected