emcfanctloutputs.c | 248 int human_value; local in function:output_emcfan_minexpected_rpm 260 human_value = find_human_int(fan_minexpectedrpm, __arraycount(fan_minexpectedrpm), res); 262 if (human_value == -10191) 268 mj_append_field(&obj, "minimum_expected_rpm", "integer", (int64_t)human_value); 276 printf("Minumum expected rpm:%d\n",human_value); 289 int human_value; local in function:output_emcfan_edges 301 human_value = find_human_int(fan_numedges, __arraycount(fan_numedges), res); 303 if (human_value == -10191) 309 mj_append_field(&obj, "num_edges", "integer", (int64_t)human_value); 317 printf("Number of edges:%d\n",human_value); [all...] |