#include <Sensor.h>
|
| void | begin (void) override |
| | Initializes the sensors used by this object. Not needed if only using simulated sensor values.
|
| |
| void | read (void) override |
| | Reads the sensor and updates the value stored within this object.
|
| |
| void | simulate (void) |
| | Simulates a new sensor value, storing the results in this object.
|
| |
| const sensorVal_t | value (void) const |
| | Returns the sensor value.
|
| |
◆ begin()
| void ChillerTempSensor::begin |
( |
void | | ) |
|
|
overridevirtual |
Initializes the sensors used by this object. Not needed if only using simulated sensor values.
- Parameters
- None.
Implements Sensor.
◆ getInstance()
◆ read()
| void ChillerTempSensor::read |
( |
void | | ) |
|
|
overridevirtual |
Reads the sensor and updates the value stored within this object.
- Parameters
- None.
Implements Sensor.
The documentation for this class was generated from the following files:
- C:/Users/david/Documents/PlatformIO/Solo_Controller/Solo_Controller_Repo/src/Sensor.h
- C:/Users/david/Documents/PlatformIO/Solo_Controller/Solo_Controller_Repo/src/Sensor.cpp