Versions in this module Expand all Collapse all v0 v0.0.3 Mar 16, 2026 Changes in this version + type Error int32 + func (e Error) Error() string + type Manager struct + func NewManager() *Manager + func NewManagerFromPointer(ptr unsafe.Pointer) *Manager + func (h *Manager) AThermal_getThermalHeadroom(forecastSeconds int32) float32 + func (h *Manager) Close() error + func (h *Manager) CurrentStatus() ThermalStatus + func (h *Manager) Pointer() unsafe.Pointer + type ThermalHeadroomThreshold struct + func NewThermalHeadroomThresholdFromPointer(ptr unsafe.Pointer) *ThermalHeadroomThreshold + func (h *ThermalHeadroomThreshold) Pointer() unsafe.Pointer + type ThermalStatus int32 + const StatusCritical + const StatusEmergency + const StatusError + const StatusLight + const StatusModerate + const StatusNone + const StatusSevere + const StatusShutdown + func (v ThermalStatus) String() string