|
XenevaOS
|
#include <StatusCodeDataTypeId.h>

Public Attributes | |
| EFI_STATUS_CODE_DATA | DataHeader |
| EFI_EXP_BASE10_DATA | Temperature |
| EFI_EXP_BASE10_DATA | Threshold |
This structure provides details about the computing unit thermal failure.
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.
| EFI_STATUS_CODE_DATA EFI_COMPUTING_UNIT_THERMAL_ERROR_DATA::DataHeader |
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.
| EFI_EXP_BASE10_DATA EFI_COMPUTING_UNIT_THERMAL_ERROR_DATA::Temperature |
The thermal value at the time of the error.
| EFI_EXP_BASE10_DATA EFI_COMPUTING_UNIT_THERMAL_ERROR_DATA::Threshold |
The thermal threshold.