| 4 | { |
| 5 | |
| 6 | SleepNode::SleepNode(const std::string& name, const NodeConfig& config) |
| 7 | : StatefulActionNode(name, config), timer_waiting_(false) |
| 8 | {} |
| 9 | |
| 10 | NodeStatus SleepNode::onStart() |
| 11 | { |
nothing calls this directly
no outgoing calls
no test coverage detected