MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / async_execute_measure_task

Method async_execute_measure_task

Extensions/PilotOSMachine/QPilotMachine.cpp:2905–2913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2903}
2904
2905std::string QPilotMachine::async_execute_measure_task(const CalcConfig& config)
2906{
2907 std::string task_id = "task not execute";
2908 if (m_imp_obj->init(m_pilot_url, m_log_cout))
2909 {
2910 return m_imp_obj->async_execute_measure_task(config);
2911 }
2912 return task_id;
2913}
2914
2915/*
2916 * @brief execute_noise_learn_task

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected