16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 10:29:19 +02:00

increase uart odometer precision

This commit is contained in:
milek7
2019-08-31 21:06:16 +02:00
parent 24186b2914
commit c4d43f5a0a
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ class TTrain
float brake_pressure;
float hv_voltage;
std::array<float, 3> hv_current;
float distance;
double distance;
};
typedef std::tuple<std::string, std::shared_ptr<python_rt>, std::unique_ptr<python_screen_viewer>> screen_entry;
typedef std::vector<screen_entry> screen_map;