| 16 | namespace BT |
| 17 | { |
| 18 | InverterNode::InverterNode(const std::string& name) : DecoratorNode(name, {}) |
| 19 | { |
| 20 | setRegistrationID("Inverter"); |
| 21 | } |
| 22 | |
| 23 | NodeStatus InverterNode::tick() |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected