V4.5
This commit is contained in:
@@ -184,9 +184,9 @@ namespace AiQ_GUI
|
||||
public string IP { get; set; } = string.Empty;
|
||||
public int RMANum { get; set; } = 0;
|
||||
public string FlexiVersion { get; set; } = string.Empty; // Flexi version
|
||||
public string Processor { get; set; } = string.Empty; // Nano, Xavier, Orin or Pi?
|
||||
public string ModuleManufacturer { get; set; } = string.Empty; // KT&C or Wonwoo
|
||||
public bool IsChecked { get; set; } // Is it checked for soak test?
|
||||
public CheckBox CheckBox { get; set; } = new CheckBox();
|
||||
public string TestReportLoc { get; set; } = string.Empty; // Location of test report file
|
||||
}
|
||||
|
||||
// Static class for global flags
|
||||
|
||||
Reference in New Issue
Block a user