Telematics SDK - Interface Specification  v1.18.0
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
telux::therm Namespace Reference

Data Structures

class  ThermalFactory
 ThermalFactory allows creation of thermal manager. More...
 
struct  BoundCoolingDevice
 
class  IThermalManager
 IThermalManager provides interface to get thermal zone and cooling device information. More...
 
class  ITripPoint
 ITripPoint provides interface to get trip point type, trip point temperature and hysteresis value for that trip point. More...
 
class  IThermalZone
 IThermalZone provides interface to get type of the sensor, the current temperature reading, trip points and the cooling devices binded etc. More...
 
class  ICoolingDevice
 ICoolingDevice provides interface to get type of the cooling device, the maximum throttle state and the currently requested throttle state of the cooling device. More...
 

Enumerations

enum  TripType {
  TripType::UNKNOWN, TripType::CRITICAL, TripType::HOT, TripType::PASSIVE,
  TripType::ACTIVE, TripType::CONFIGURABLE_HIGH, TripType::CONFIGURABLE_LOW
}