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

springbrakeactive on uart

This commit is contained in:
milek7
2019-09-07 15:49:33 +02:00
parent c344f5cfc2
commit 7fd594ce51
3 changed files with 5 additions and 2 deletions

View File

@@ -105,6 +105,7 @@ class TTrain {
float lv_voltage;
double distance;
int radio_channel;
bool springbrake_active;
};
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;