Commit 6687e44 1 parent 02ccfc8 commit 6687e44 Copy full SHA for 6687e44
File tree 1 file changed +3
-3
lines changed
core/envelope-sim/src/main/kotlin/fr/sncf/osrd/envelope_sim/etcs
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
package fr.sncf.osrd.envelope_sim.etcs
2
2
3
3
import fr.sncf.osrd.envelope.Envelope
4
+ import fr.sncf.osrd.envelope_sim.PhysicsPath
4
5
import fr.sncf.osrd.envelope_sim.PhysicsRollingStock
5
6
import fr.sncf.osrd.sim_infra.api.Path
6
- import fr.sncf.osrd.sim_infra.api.PathProperties
7
7
import fr.sncf.osrd.utils.units.Offset
8
8
9
9
interface ETCSBrakingSimulator {
10
- val trainPath : PathProperties
10
+ val path : PhysicsPath
11
11
val rollingStock: PhysicsRollingStock
12
12
val timeStep: Double
13
13
@@ -38,7 +38,7 @@ data class EndOfAuthority(
38
38
}
39
39
40
40
class ETCSBrakingSimulatorImpl (
41
- override val trainPath : PathProperties ,
41
+ override val path : PhysicsPath ,
42
42
override val rollingStock : PhysicsRollingStock ,
43
43
override val timeStep : Double
44
44
) : ETCSBrakingSimulator {
You can’t perform that action at this time.
0 commit comments