Init project
This commit is contained in:
13
RobotApp.VDA5050/Factsheet/Timing.cs
Normal file
13
RobotApp.VDA5050/Factsheet/Timing.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace RobotApp.VDA5050.Factsheet;
|
||||
|
||||
public class Timing
|
||||
{
|
||||
[Required]
|
||||
public double MinOrderInterval { get; set; }
|
||||
[Required]
|
||||
public double MinStateInterval { get; set; }
|
||||
public double DefaultStateInterval { get; set; }
|
||||
public double VisualizationInterval { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user