mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 22:09:19 +02:00
Add WBL85, EC160 pantograph types
This commit is contained in:
@@ -469,6 +469,13 @@ struct TBoilerType {
|
||||
//}
|
||||
};
|
||||
/*rodzaj odbieraka pradu*/
|
||||
enum TPantType
|
||||
{
|
||||
AKP_4E,
|
||||
DSAx,
|
||||
EC160_200,
|
||||
WBL85
|
||||
};
|
||||
struct TCurrentCollector {
|
||||
long CollectorsNo; //musi być tu, bo inaczej się kopie
|
||||
double MinH; double MaxH; //zakres ruchu pantografu, nigdzie nie używany
|
||||
|
||||
Reference in New Issue
Block a user