Implements the recovery system for Sensor and Storage objects.
More...
#include <Device.h>
Implements the recovery system for Sensor and Storage objects.
◆ Device() [1/2]
Device::Device |
( |
String |
device_name | ) |
|
|
inline |
Default constructor, sets a max_attempt of 1 (device recovery won't be attempted)
◆ Device() [2/2]
Device::Device |
( |
String |
device_name, |
|
|
int |
max_attempts, |
|
|
int |
wait_factor |
|
) |
| |
|
inline |
- Parameters
-
max_attempts | Maximum attempts before no longer trying to recover the sensor |
wait_factor | Amount to increase wait time between each attempt by for each failed attempt |
◆ attemptConnection()
bool Device::attemptConnection |
( |
| ) |
|
|
inline |
If the sensor is verified, return true, if not and it has been long enough since the last attempt (decided by wait_factor and attempt_number), attempt to reverify (reinitialize) it.
- Returns
- true If verified
-
false If unverified
◆ getDeviceName()
const String & Device::getDeviceName |
( |
| ) |
|
|
inline |
◆ getVerified()
bool Device::getVerified |
( |
| ) |
|
|
inline |
Get if the Device is Verified.
- Returns
- true
-
false
◆ recoveryConfig()
void Device::recoveryConfig |
( |
int |
max_attempts, |
|
|
int |
wait_factor |
|
) |
| |
|
inline |
Set recovery config (used keep default constructor)
- Parameters
-
max_attempts | Maximum attempts before no longer trying to recover the sensor |
wait_factor | Amount to increase wait time between each attempt by for each failed attempt |
◆ setMaxAttempts()
void Device::setMaxAttempts |
( |
int |
max_attempts | ) |
|
|
inline |
Set max_attempts.
- Parameters
-
max_attempts | Maximum attempts before no longer trying to recover the sensor |
◆ setWaitFactor()
void Device::setWaitFactor |
( |
int |
wait_factor | ) |
|
|
inline |
Set wait_factor.
- Parameters
-
wait_factor | Amount to increase wait time between each attempt by for each failed attempt |
◆ verify()
Verifies if the Device is connected and working.
- Returns
- true, if connected
-
false, if not connected
Implemented in TMP117Sensor, AS7331Sensor, BME280Sensor, BME680Sensor, BMP390Sensor, DS3231Sensor, ENS160Sensor, FlashStorage, ICM20948Sensor, INA260Sensor, LSM9DS1Sensor, MTK3339Sensor, OzoneSensor, PCF8523Sensor, RadioStorage, SCD40Sensor, SDStorage, SGP30Sensor, SHTC3Sensor, TempSensor, Sensor, and Storage.
◆ attempt_number
int Device::attempt_number |
|
private |
◆ device_name
String Device::device_name |
|
protected |
◆ last_attempt
◆ max_attempts
◆ verified
◆ wait_factor
The documentation for this class was generated from the following file: