We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The SensorReading class is the team's current solution to handling sensor data and relevant faults. It has the following fields and methods:
Private type: type of the reading as a fault_index_type object value: boolean value representing the reading value fault_status: whether the reading is faulty (1 means invalid reading and 0 means valid reading)
Private
type
fault_index_type
value
fault_status