mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-28 11:54:57 +00:00
RoutingFeedbackManager keeps track of updates from IRoutingSinkWotjFeedbacl devoces & IRoutingWithFeedback devices to allow for walking tieLines and finding a source.
9 lines
212 B
C#
9 lines
212 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
/// <summary>
|
|
/// Defines an IRoutingOutputs devices as being a source - the start of the chain
|
|
/// </summary>
|
|
public interface IRoutingSource
|
|
{
|
|
}
|
|
} |