sf0x: write min and max to report

This commit is contained in:
Thomas Gubler
2014-12-13 18:26:59 +01:00
committed by Lorenz Meier
parent 8ebe463f16
commit 8fd9f98904
+2
View File
@@ -564,6 +564,8 @@ SF0X::collect()
report.timestamp = hrt_absolute_time();
report.error_count = perf_event_count(_comms_errors);
report.distance = si_units;
report.minimum_distance = get_minimum_distance();
report.maximum_distance = get_maximum_distance();
report.valid = valid && (si_units > get_minimum_distance() && si_units < get_maximum_distance() ? 1 : 0);
/* publish it */