Added edges functions:
Read Add Remove
This commit is contained in:
@@ -480,7 +480,16 @@ namespace CMS_CORE_Library
|
||||
public bool ChangeTool;
|
||||
public bool IsInUse;
|
||||
public bool PreAlarm;
|
||||
public List<Dictionary<string, double>> EdgesData;
|
||||
public List<EdgesModel> EdgesData;
|
||||
}
|
||||
|
||||
public class EdgesModel
|
||||
{
|
||||
public int Id;
|
||||
public double ResidualLife;
|
||||
public double NominalLife;
|
||||
public double PreAlmLife;
|
||||
public Dictionary<string, double> EdgeAdditionalParams;
|
||||
}
|
||||
|
||||
public class ShankModel
|
||||
@@ -518,6 +527,12 @@ namespace CMS_CORE_Library
|
||||
public int Type;
|
||||
}
|
||||
|
||||
public class EdgeConfigModel
|
||||
{
|
||||
public string Name;
|
||||
public string Path;
|
||||
}
|
||||
|
||||
#endregion ToolsConfig
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user