thermferm/rdconfig.c

changeset 284
9e6fb5aed618
parent 270
df81d583c2c3
child 286
674efa17be1d
equal deleted inserted replaced
283:affe4d2adc94 284:9e6fb5aed618
854 unit->temp_set_min = 1.0; 854 unit->temp_set_min = 1.0;
855 unit->temp_set_max = 30.0; 855 unit->temp_set_max = 30.0;
856 unit->idle_rangeH = 1.0; 856 unit->idle_rangeH = 1.0;
857 unit->idle_rangeL = -1.0; 857 unit->idle_rangeL = -1.0;
858 unit->prof_started = unit->prof_paused = (time_t)0; 858 unit->prof_started = unit->prof_paused = (time_t)0;
859 unit->prof_percent = 0;
859 unit->PID_err_old = unit->PID_I_err = 0.0; 860 unit->PID_err_old = unit->PID_I_err = 0.0;
860 861
861 cur = cur->xmlChildrenNode; 862 cur = cur->xmlChildrenNode;
862 while (cur != NULL) { 863 while (cur != NULL) {
863 if ((!xmlStrcmp(cur->name, (const xmlChar *)"VERSION"))) { 864 if ((!xmlStrcmp(cur->name, (const xmlChar *)"VERSION"))) {

mercurial