Closed
requested to merge taw/dss-mainline:MR_return_NAN_when_converting_invalid_sensor_types into master
1 unresolved thread
+ 5
− 3
@@ -24,7 +24,8 @@
@@ -71,8 +72,9 @@ namespace dss {
@@ -152,7 +154,7 @@ namespace dss {
+ 9
− 0
@@ -22,6 +22,7 @@
@@ -52,4 +53,12 @@ BOOST_AUTO_TEST_CASE(testSensorTypeToString)
What is the reason to return INT_MIN instead of the original value? is this some kind of error handling? I don't see benefit of this change. We lose the value in log files at least.