mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-23 02:49:19 +02:00
New brake operation mode PNEP
This commit is contained in:
committed by
tmj-fstate
parent
3cdce8e754
commit
20b8c10e3a
@@ -10058,6 +10058,7 @@ void TMoverParameters::LoadFIZ_Cntrl( std::string const &line ) {
|
|||||||
{
|
{
|
||||||
std::map<std::string, int> brakeopmodes{
|
std::map<std::string, int> brakeopmodes{
|
||||||
{ "PN", bom_PS + bom_PN },
|
{ "PN", bom_PS + bom_PN },
|
||||||
|
{ "PNEP", bom_PS + bom_PN + bom_EP },
|
||||||
{ "PNEPMED", bom_PS + bom_PN + bom_EP + bom_MED }
|
{ "PNEPMED", bom_PS + bom_PN + bom_EP + bom_MED }
|
||||||
};
|
};
|
||||||
auto lookup = brakeopmodes.find( extract_value( "BrakeOpModes", line ) );
|
auto lookup = brakeopmodes.find( extract_value( "BrakeOpModes", line ) );
|
||||||
|
|||||||
Reference in New Issue
Block a user