This commit is contained in:
Miha Kralj
2024-09-30 08:55:50 -07:00
23 changed files with 32 additions and 387 deletions
+3 -1
View File
@@ -751,8 +751,10 @@ namespace SyntheticVendorNamespace
};
}
#pragma warning disable S2245
// NOSONAR
readonly Random random = new Random();
#pragma warning restore S2245
private double currentAmplitude = 100;
private HistoryItemBar GenerateAMSignal(DateTime time, TimeSpan slice)
{