Init project
This commit is contained in:
21
RobotApp.VDA5050/Factsheet/MaxArrayLens.cs
Normal file
21
RobotApp.VDA5050/Factsheet/MaxArrayLens.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace RobotApp.VDA5050.Factsheet;
|
||||
|
||||
public class MaxArrayLens
|
||||
{
|
||||
public int OrderNodes { get; set; }
|
||||
public int OrderEdges { get; set; }
|
||||
public int NodeActions { get; set; }
|
||||
public int EdgeActions { get; set; }
|
||||
public int ActionsActionsParameters { get; set; }
|
||||
public int InstantActions { get; set; }
|
||||
public int TrajectoryKnotVector { get; set; }
|
||||
public int TrajectoryControlPoints { get; set; }
|
||||
public int StateNodeStates { get; set; }
|
||||
public int StateEdgeStates { get; set; }
|
||||
public int StateLoads { get; set; }
|
||||
public int StateActionStates { get; set; }
|
||||
public int StateErrors { get; set; }
|
||||
public int StateInformation { get; set; }
|
||||
public int ErrorErrorReferences { get; set; }
|
||||
public int InformationInfoReferences { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user