Data Fields | |
EFI_STATUS_CODE_DATA | DataHeader |
EFI_EXP_BASE10_DATA | Temperature |
EFI_EXP_BASE10_DATA | Threshold |
This structure provides the temperature at the time of error. It also provides the threshold value indicating the minimum temperature that is considered an error.
The data header identifying the data. DataHeader.HeaderSize should be sizeof (EFI_STATUS_CODE_DATA), DataHeader.Size should be sizeof (EFI_COMPUTING_UNIT_THERMAL_ERROR_DATA) - HeaderSize , and DataHeader.Type should be EFI_STATUS_CODE_SPECIFIC_DATA_GUID.
The thermal value at the time of the error.
The thermal threshold.