| 70 | } |
| 71 | |
| 72 | void |
| 73 | ConditionStatus::append_value(std::string &s, const Resources &res) |
| 74 | { |
| 75 | s += std::to_string(res.resp_status); |
| 76 | Dbg(pi_dbg_ctl, "Appending STATUS(%d) to evaluation value -> %s", res.resp_status, s.c_str()); |
| 77 | } |
| 78 | |
| 79 | // ConditionMethod |
| 80 | void |
no test coverage detected