This commit is contained in:
2024-12-03 20:20:05 +01:00
parent 034c7231ef
commit 767835c62c
3 changed files with 165 additions and 86 deletions

View File

@@ -8,7 +8,7 @@
typedef struct {
float mean;
float standardDeviation;
int possibleFaultySensor;
bool *possibleFaultySensor;
} Metrics;
typedef struct {