Browse Source

update

master
zhaohe 1 year ago
parent
commit
8b2e87121f
  1. 2
      a8k_optalgo
  2. 8
      src/tab/a8k_opt_tab.cpp

2
a8k_optalgo

@ -1 +1 @@
Subproject commit 2c8bd882007bd8a5b4cd28de1c6144072634dd9d
Subproject commit b05c78039ac08003441333f90b39f0f286b60689

8
src/tab/a8k_opt_tab.cpp

@ -286,10 +286,10 @@ void A8kOptTab::construct(QTabWidget *fathertab) {
return;
}
ISHOW("------ OptRawResultInfo ------");
ISHOW("laster gain:%d", m_laserGain);
ISHOW("scan gain:%d", m_scanGain);
ISHOW("opt Type:%s", optType2Str(m_optType));
ISHOW_RAW("------ OptRawResultInfo ------");
ISHOW_RAW("laster gain,%d", m_laserGain);
ISHOW_RAW("scan gain,%d", m_scanGain);
ISHOW_RAW("opt Type,%s", optType2Str(m_optType));
OptAlgoResult result;
PorcessContext context;
A8kOptAlgoProcess(array2vector(m_optData), result);

Loading…
Cancel
Save