Skip to content

Commit fd559af

Browse files
committed
chore: add summaries for new power supply interfaces
1 parent c027307 commit fd559af

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/PowerSupplies/ILocomotivePowerSupply.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
namespace Orts.Simulation.RollingStocks.SubSystems.PowerSupplies
2121
{
22+
/// <summary>
23+
/// Base class for a controllable power supply for an electric or dual-mode locmotive.
24+
/// </summary>
2225
public interface ILocomotivePowerSupply : IPowerSupply
2326
{
2427
PowerSupplyType Type { get; }

Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/PowerSupplies/IPowerSupply.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
namespace Orts.Simulation.RollingStocks.SubSystems.PowerSupplies
2121
{
22+
/// <summary>
23+
/// Base interface for any kind of line electric power supply via catenary, third rail, etc.
24+
/// </summary>
2225
public interface IPowerSupply : ISubSystem<IPowerSupply>, IParsable
2326
{
2427
BatterySwitch BatterySwitch { get; }

0 commit comments

Comments
 (0)