#include <sensor_chip.hh>
Definition at line 41 of file sensor_chip.hh.
◆ SensorChip()
| cpu_temperature_diagnostics::SensorChip::SensorChip |
( |
const sensors_chip_name * |
chip, |
|
|
double |
default_critical_temp = 100, |
|
|
double |
default_max_temp = 85 |
|
) |
| |
Construct a new Sensor Chip object.
- Parameters
-
| chip | chip that the SensorChip object is abstracting |
| default_critical_temp | Critical temp used if not provided by the chip |
| default_max_temp | Max temp used if not provided by the chip |
Definition at line 42 of file sensor_chip.cc.
◆ critical_temp_override()
| void cpu_temperature_diagnostics::SensorChip::critical_temp_override |
( |
double |
critical_temp | ) |
|
◆ get_identifier()
| std::string cpu_temperature_diagnostics::SensorChip::get_identifier |
( |
| ) |
const |
◆ get_temperature_readings()
| std::vector< temperature_info > cpu_temperature_diagnostics::SensorChip::get_temperature_readings |
( |
| ) |
const |
◆ max_temp_override()
| void cpu_temperature_diagnostics::SensorChip::max_temp_override |
( |
double |
max_temp | ) |
|
◆ chip_name_
| const sensors_chip_name* cpu_temperature_diagnostics::SensorChip::chip_name_ |
|
private |
◆ temperature_features_
| std::vector<TemperatureFeature> cpu_temperature_diagnostics::SensorChip::temperature_features_ |
|
private |
The documentation for this class was generated from the following files: