| 18 | } |
| 19 | |
| 20 | BT::NodeStatus CheckTemperature() |
| 21 | { |
| 22 | std::cout << "[ Temperature: OK ]" << std::endl; |
| 23 | return BT::NodeStatus::SUCCESS; |
| 24 | } |
| 25 | |
| 26 | BT::NodeStatus SayHello() |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected