ASCEND Flight Software
|
This is the complete list of members for SCD40Sensor, including all inherited members.
attempt_number | Device | private |
attemptConnection() | Device | inline |
csv_header | Sensor | private |
decodeToCSV(uint8_t *&packet) override | SCD40Sensor | virtual |
Device(String device_name) | Device | inline |
Device(String device_name, int max_attempts, int wait_factor) | Device | inline |
device_name | Device | protected |
empty_csv | Sensor | private |
getDataCSV() | Sensor | inline |
getDataPacket(uint32_t &sensor_id, uint8_t *&packet) | Sensor | inline |
getDeviceName() | Device | inline |
getLastExecution() const | Sensor | inline |
getPeriod() const | Sensor | inline |
getSensorCSVHeader() const | Sensor | inline |
getVerified() | Device | inline |
i2c_bus | SCD40Sensor | private |
last_attempt | Device | private |
last_execution | Sensor | private |
max_attempts | Device | private |
minimum_period | Sensor | private |
num_fields | Sensor | protected |
readData() override | SCD40Sensor | virtual |
readDataPacket(uint8_t *&packet) override | SCD40Sensor | virtual |
readEmpty() const | Sensor | inline |
recoveryConfig(int max_attempts, int wait_factor) | Device | inline |
scd | SCD40Sensor | private |
SCD40Sensor(TwoWire *i2c_bus=&Wire) | SCD40Sensor | |
SCD40Sensor(unsigned long minimum_period, TwoWire *i2c_bus=&Wire) | SCD40Sensor | |
Sensor(String sensor_name, String csv_header, unsigned long minimum_period) | Sensor | inline |
Sensor(String sensor_name, String csv_header) | Sensor | inline |
Sensor(String sensor_name, String csv_header, int fields) | Sensor | inline |
Sensor(String sensor_name, String csv_header, int fields, unsigned long minimum_period) | Sensor | inline |
setLastExecution(int last_execution) | Sensor | inline |
setMaxAttempts(int max_attempts) | Device | inline |
setPeriod(int minimum_period) | Sensor | inline |
setWaitFactor(int wait_factor) | Device | inline |
verified | Device | protected |
verify() override | SCD40Sensor | virtual |
wait_factor | Device | private |