SLI Zone
NVIDIA.com Developer Home

NVAPI Reference: structNV__GPU__THERMAL__SETTINGS

NV_GPU_THERMAL_SETTINGS Struct Reference
[GPU Thermal API Defines, Structs, Enums]

#include <nvapi.h>


Data Fields

NvU32 version
NvU32 count
struct {
   NV_THERMAL_CONTROLLER   controller
   NvU32   defaultMinTemp
   NvU32   defaultMaxTemp
   NvU32   currentTemp
   NV_THERMAL_TARGET   target
sensor [NVAPI_MAX_THERMAL_SENSORS_PER_GPU]


Detailed Description

Used in NvAPI_GPU_GetThermalSettings()

Field Documentation

number of associated thermal sensors with the selected GPU

The min default temperature value of the thermal sensor in degrees centigrade.

The max default temperature value of the thermal sensor in degrees centigrade.

The current temperature value of the thermal sensor in degrees centigrade.

Thermal sensor targeted @ GPU, memory, chipset, powersupply, etc.

struct { ... } NV_GPU_THERMAL_SETTINGS::sensor[NVAPI_MAX_THERMAL_SENSORS_PER_GPU]


The documentation for this struct was generated from the following file:

Copyright (c) 2007, 2008 NVIDIA Corporation. All rights reserved.