Struct Sensor::EEPROM
Defined in File PowerSensor.hpp
Nested Relationships
This struct is a nested type of Struct PowerSensor::Sensor.
Struct Documentation
-
struct EEPROM
Configuration of a single sensor as read from device EEPROM.
Public Members
-
char type[MAX_TYPE_LENGTH]
Sensor type.
-
char pairName[MAX_PAIRNAME_LENGTH]
Sensor pair name.
-
float vref
Sensor reference voltage.
-
float sensitivity
Sensor sensitivity (V/A for current sensors, unitless gain for voltage sensors)
-
bool inUse
Whether or not the sensor is in use.
-
char type[MAX_TYPE_LENGTH]