|
@@ -19,6 +19,13 @@ public class PisCommServerApplicationTests {
|
|
|
|
|
|
// Json String to Class
|
|
// Json String to Class
|
|
//CpuNodeStatusDTO status = this.mapper.readValue(message, CpuNodeStatusDTO.class);
|
|
//CpuNodeStatusDTO status = this.mapper.readValue(message, CpuNodeStatusDTO.class);
|
|
|
|
+
|
|
|
|
+ double sped1 = 14.3;
|
|
|
|
+ double sped2 = 14.9;
|
|
|
|
+
|
|
|
|
+ log.error("SPED1: {}, {}, {}, {}", sped1, (int)sped1, String.valueOf(sped1), String.valueOf(Math.round(sped1)));
|
|
|
|
+ log.error("SPED2: {}, {}, {}, {}", sped2, (int)sped2, String.valueOf(sped2), String.valueOf(Math.round(sped2)));
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|