Passing array of possible faulty sensors
This commit is contained in:
2024-12-05 12:21:54 +01:00
parent 767835c62c
commit 6aec8d0d45
2 changed files with 15 additions and 5 deletions

View File

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