8

System.Windows.Forms.WebBrowser http://ardupilot.org/dev/docs/apmcopter-code-overview.html qtweb.net https://github.com/dogmaphobic/mavesp8266 http://preshing.com/20120625/memory-ordering-at-compile-time/ http://preshing.com/20120625/memory-ordering-at-compile-time/ http://preshing.com/20120515/memory-reordering-caught-in-the-act/

for (i= 0; i < l; i++) { hFRow= m_ListParameters.GetRowByInd(i); if (hFRow == NULL) hFRow= m_ListParameters.InsertFRow(FL_ROOT, FL_LAST, ""); m_ListParameters.SetFItemText(hFRow, CI_NAME, ListParams[i].Name); m_ListParameters.SetFItemText(hFRow, CI_UNITS, ListParams[i].Units); m_ListParameters.SetFItenValText(hFRow, CI_VAL_TYPE, ListParams[i].Type* 8, _T(" bit")); m_ListParameters.SetFItemVal(hFRow, CI_OFFSET, ListParams[i].Offset); m_ListParameters.SetFItemVal(hFRow, CI_MULTIPLIER, ListParams[i].Multiplier); m_ListParameters.SetFItemVal(hFRow, CI_ADDITION, ListParams[i].Addition); m_ListParameters.SetFItemVal(hFRow, CI_MIN_VAL, ListParams[i].MinValue); m_ListParameters.SetFItemVal(hFRow, CI_MAX_VAL, ListParams[i].MaxValue); m_ListParameters.SetFItemVal(hFRow, CI_NUM_OF_DECIMAL_PLACES, ListParams[i].NumOfDecimalPlaces); }


Please log in to post comments.