Update GUI with power supply's voltage and current readings
This commit is contained in:
@@ -41,6 +41,9 @@ namespace ProgramLib
|
||||
private PowerSupplyMeasurementManager _psManager = null;
|
||||
private ProgramGuiManager _guiManager = null;
|
||||
|
||||
internal bool _isUutPwrOn = false;
|
||||
internal PowerSupplySharedData _powerSupplySharedData = new PowerSupplySharedData();
|
||||
|
||||
/// <summary>
|
||||
/// Initialize power supply measurement manager
|
||||
/// </summary>
|
||||
@@ -112,7 +115,7 @@ namespace ProgramLib
|
||||
_threadList.Add(new PassthroughDataGuiUpdateThread());
|
||||
_threadList.Last().Start();
|
||||
|
||||
_threadList.Add(new PowerSupplyGuiUpdateThread());
|
||||
_threadList.Add(new PowerSupplyUpdateThread());
|
||||
_threadList.Last().Start();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user