diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-06-16 07:21:31 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-06-16 07:21:31 +0300 |
| commit | fe7108fd24e8dd403b4efb3557d32013ce1f9a06 (patch) | |
| tree | 64917dd788554eb6f60400ae066002e8d2a93205 /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | 56b93b90a8273af22b4430a2cf842d73163aafb6 (diff) | |
| download | Tango-fe7108fd24e8dd403b4efb3557d32013ce1f9a06.tar.gz Tango-fe7108fd24e8dd403b4efb3557d32013ce1f9a06.zip | |
Production data graph.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs index 55a8be975..d149fc16a 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -434,10 +434,20 @@ namespace Tango.PPC.Common public bool EnableWhiteThreadSkip { get; set; } /// <summary> + /// Gets or sets the production data start time. + /// </summary> + public int ProductionDataStartTimeHours { get; set; } + + public int ProductionDataRefreshRateSeconds { get; set; } + + + /// <summary> /// Initializes a new instance of the <see cref="PPCSettings"/> class. /// </summary> public PPCSettings() { + ProductionDataStartTimeHours = 6; + ProductionDataRefreshRateSeconds = 60; EnableWhiteThreadSkip = false; BuzzerDuration = 30; EnableJerricanChangePopup = true; |
