refinement

This commit is contained in:
Miha
2024-07-31 17:57:52 -07:00
parent 60c2331cc0
commit f1378e82ba
6 changed files with 382 additions and 179 deletions
+1
View File
@@ -18,3 +18,4 @@ public readonly record struct TValue(DateTime Time, double Value, bool IsNew = t
public override string ToString() => $"[{Time:yyyy-MM-dd HH:mm:ss}: {Value:F2}]";
}
public delegate void Signal(object source, TValue args);