Skip to content

Commit 67aa124

Browse files
rename to IProcessControlReporting and update the xml comment
1 parent c32ccbc commit 67aa124

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Moryx.ControlSystem/Processes/IProcessControlV10.cs renamed to src/Moryx.ControlSystem/Processes/IProcessControlReporting.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2025, Phoenix Contact GmbH & Co. KG
2+
// Licensed under the Apache License, Version 2.0
23

34
using Moryx.AbstractionLayer;
45

@@ -22,11 +23,11 @@ public enum ReportAction
2223
/// <summary>
2324
/// Facade interface to get more information from the control system.
2425
/// </summary>
25-
public interface IProcessControlV10 : IProcessControl
26+
public interface IProcessControlReporting : IProcessControl
2627
{
2728

2829
/// <summary>
29-
/// Reports a process as broken or removed
30+
/// Report a specific <see cref="ReportAction"/> to have been executed on the <paramref name="process"/>
3031
/// </summary>
3132
/// <param name="process">The process to report</param>
3233
/// <param name="action">The action to perform</param>

0 commit comments

Comments
 (0)