Skip to content

Commit

Permalink
Update Zusi Version, add extra FTD constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanp0 committed Mar 4, 2017
1 parent 4df8ff8 commit 10dd82b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Zusi3TCP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ namespace zusi

zusi::Attribute* att = new zusi::Attribute(1);
att->data_bytes = 9;
att->data = new char[10]{ "3.0.1.0" };
att->data = new char[10]{ "3.1.2.0" };
hello_ack->attributes.push_back(att);

att = new zusi::Attribute(2);
Expand Down
5 changes: 5 additions & 0 deletions src/Zusi3TCP.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ namespace zusi
Fs_UhrzeitStunde = 16,
Fs_UhrzeitMinute = 17,
Fs_UhrzeitSekunde = 18,
Fs_Hauptschalter = 19,
Fs_AfbSollGeschwindigkeit = 23,
Fs_UhrzeitDigital = 35,
Fs_AfbEinAus = 54,
Fs_Datum = 75,
Fs_Sifa = 100
};

Expand Down

0 comments on commit 10dd82b

Please sign in to comment.