Hotfixes
Passing array of possible faulty sensors
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
typedef struct {
|
||||
float mean;
|
||||
float standardDeviation;
|
||||
bool *possibleFaultySensor;
|
||||
int *possibleFaultySensor;
|
||||
} Metrics;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user