| 373 | { |
| 374 | public: |
| 375 | SampleNode595(const std::string& name, const BT::NodeConfiguration& config) |
| 376 | : BT::SyncActionNode(name, config) |
| 377 | {} |
| 378 | |
| 379 | BT::NodeStatus tick() override |
| 380 | { |
nothing calls this directly
no outgoing calls
no test coverage detected