static public double GetATCCurrentSpeed() { double retValue; retValue = FacileATC.GetControlSpeedValue(GetCurrentTime(), GetNextStationArrialTime(), GetCurrentSectionSpeedLimit() / 3.6, GetCurrentTrainSpeedDouble() / 3.6, GetNextStationDistance()); return(retValue); }
static public double GetATCCurrentSpeed() { return(FacileATC.GetControlSpeedValue(GetCurrentTime(), GetNextStationArrialTime(), GetSpeedLimit() / 3.6, GetSpeedDouble() / 3.6, GetNextStationDis())); }