| 2854 | //} |
| 2855 | |
| 2856 | ErrorCode QPilotMachine::execute_measure_task_vec(const CalcConfig &config, std::vector<std::map<std::string, double>> &result) |
| 2857 | { |
| 2858 | /* 初始化m_imp_obj */ |
| 2859 | if (m_imp_obj->init(m_pilot_url, m_log_cout)) |
| 2860 | { |
| 2861 | return m_imp_obj->execute_measure_task_vec(config, result); |
| 2862 | } |
| 2863 | return ErrorCode::ERR_TCP_INIT_FATLT; |
| 2864 | } |
| 2865 | |
| 2866 | ErrorCode QPilotMachine::execute_measure_task_vec(const CalcConfig &config, std::vector<std::map<std::string, size_t>> &result) |
| 2867 | { |
no test coverage detected