mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 12:29:18 +02:00
continued refacoring: vehicles, events, memcells, tracks, traction, traction power sources; minor readability enhancements and bug fixes
This commit is contained in:
@@ -37,7 +37,7 @@ class TMtableTime; // czas dla danego posterunku
|
||||
|
||||
class TController; // obiekt sterujący pociągiem (AI)
|
||||
|
||||
typedef enum
|
||||
enum TCommandType
|
||||
{ // binarne odpowiedniki komend w komórce pamięci
|
||||
cm_Unknown, // ciąg nierozpoznany (nie jest komendą)
|
||||
cm_Ready, // W4 zezwala na odjazd, ale semafor może zatrzymać
|
||||
@@ -51,6 +51,6 @@ typedef enum
|
||||
cm_OutsideStation,
|
||||
cm_Shunt,
|
||||
cm_Command // komenda pobierana z komórki
|
||||
} TCommandType;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user