dm_linux_sys_cpu_temperature Function

public function dm_linux_sys_cpu_temperature(temperature) result(rc)

Reads temperature of first CPU in °C from /sys/class/thermal/thermal_zone0/temp.

The function returns the following error codes:

  • E_IO if command failed.
  • E_PLATFORM if current system is not Linux.
  • E_READ if pipe returned no bytes.
  • E_SYSTEM if system call failed.

Arguments

Type IntentOptional Attributes Name
real, intent(out) :: temperature

Temperature [°C]

Return Value integer


Called by

proc~~dm_linux_sys_cpu_temperature~~CalledByGraph proc~dm_linux_sys_cpu_temperature dm_linux_sys_cpu_temperature proc~dm_system_cpu_temperature dm_system_cpu_temperature proc~dm_system_cpu_temperature->proc~dm_linux_sys_cpu_temperature