Struct representing power monitor information from the driver. More...
#include <iodimm_types.h>
Data Fields | |
uint32_t | lib_version |
uint8_t | is_valid |
float | bus_volts |
float | bus_peak_volts |
float | bus_min_volts |
float | bus_watts |
float | bus_peak_watts |
float | bus_amps |
float | bus_peak_amps |
Struct representing power monitor information from the driver.
float bus_amps |
The current value of amperage flowing in the PCIE 12V bus.
float bus_min_volts |
The min voltage seen on the PCIE 12V bus since last cleared.
float bus_peak_amps |
The current value of amperage flowing in the PCIE 12V bus.
float bus_peak_volts |
The max voltage seen on the PCIE 12V bus since last cleared.
float bus_peak_watts |
The peak wattage seen on the PCIE 12V bus since last cleared.
float bus_volts |
The voltage on the PCIE 12V bus.
float bus_watts |
The wattage being drawn on the PCIE 12V bus.
uint8_t is_valid |
Whether or not the power usage could be determined. a value of 0 indicates that it could not be determined and the other values in this struct are bad.
uint32_t lib_version |
Fusion SDK API version (populated by FIO_STRUCT_INIT)