Unit Structs


Data Structures

struct  nvmlLedState_t
 LED states for an S-class unit. More...
struct  nvmlUnitInfo_t
 Static S-class unit info. More...
struct  nvmlPSUInfo_t
 Power usage info for an S-class unit. More...
struct  nvmlUnitFanInfo_t
 Fan speed reading for a single fan in an S-class unit. More...
struct  nvmlUnitFanSpeeds_t
 Fan speed readings for an entire S-class unit. More...

Enumerations

enum  nvmlFanState_t {
  NVML_FAN_NORMAL = 0,
  NVML_FAN_FAILED = 1
}
 Handle to a GPU unit. More...
enum  nvmlLedColor_t {
  NVML_LED_COLOR_GREEN = 0,
  NVML_LED_COLOR_AMBER = 1
}
 Led color enum. More...

Enumeration Type Documentation

Handle to a GPU unit.

Fan state enum.

Enumerator:
NVML_FAN_NORMAL  Fan is working properly.
NVML_FAN_FAILED  Fan has failed.

Led color enum.

Enumerator:
NVML_LED_COLOR_GREEN  GREEN, indicates good health.
NVML_LED_COLOR_AMBER  AMBER, indicates problem.


Generated on Tue Feb 8 09:10:20 2011