Administrator Guide
// NameChange real32 Charge_Power_W_RSOC_LE_60_Avg;
real32 Charge_Pwr_RSOC_LE_60_Avg;
[Description("Standard deviation of power (in W) during battery charge when RSOC was less
than 60%.")]
// NameChange real32 Charge_Power_W_RSOC_LE_60_Std_Dev;
real32 Charge_Pwr_RSOC_LE_60_StDv;
[Description("Maximum power (in W) during battery charge when RSOC was less than 60%.")]
// NameChange sint16 Charge_Power_W_RSOC_LE_60_Max;
sint16 Charge_Pwr_RSOC_LE_60_Max;
[Description("Minimum power (in W) during battery charge when RSOC was less than 60%.")]
// NameChange sint16 Charge_Power_W_RSOC_LE_60_Min;
sint16 Charge_Pwr_RSOC_LE_60_Min;
[Description("Average power (in W) during battery charge when RSOC was more than 60%.")]
// NameChange real32 Charge_Power_W_RSOC_LGT_60_Avg;
real32 Charge_Pwr_RSOC_LGT_60_Avg;
[Description("Standard deviation of power (in W) during battery charge when RSOC was more
than 60%.")]
// NameChange real32 Charge_Power_W_RSOC_LGT_60_Std_Dev;
real32 Charge_Pwr_RSOC_LGT_60_StDv;
[Description("Maximum power (in W) during battery charge when RSOC was more than 60%.")]
// NameChange sint16 Charge_Power_W_RSOC_LGT_60_Max;
sint16 Charge_Pwr_RSOC_LGT_60_Max;
[Description("Minimum power (in W) during battery charge when RSOC was more than 60%.")]
// NameChange sint16 Charge_Power_W_RSOC_LGT_60_Min;
sint16 Charge_Pwr_RSOC_LGT_60_Min;
[Description("Total time (in minutes) the battery was in dwell state.")]
real32 Dwell_Time_mins;
[Description("Average RSOC level when the battery was in dwell state.")]
real32 Dwell_Avg_RSOC_Level;
[Description("Average temperature during battery dwell state.")]
real32 Dwell_Temp_Avg;
[Description("Standard deviation of temperature during battery dwell state.")]
real32 Dwell_Temp_Std_Dev;
[Description("Maximum temperature during battery dwell state.")]
sint32 Dwell_Temp_Max;
[Description("Minimum temperature during battery dwell state.")] sint32 Dwell_Temp_Min;
};
/**************************************************************
* DPO_HardwareInfoToBattery
* This class associates DPO_Battery instance(s) with an
* instance of DPO_HardwareInfo.
**************************************************************/ [
Association : ToInstance,
Description(" This class associates DPO_Battery instance(s) with an" " instance of
DPO_HardwareInfo."),
dynamic:ToInstance, PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToBattery
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_Battery REF Dependent;
};
/**************************************************************
* DPO_NBFan
* This has the notebook fan information from a summary log. There
* may be multiple instances of this class for each summary file.
**************************************************************/ [Description("Notebook fan
speed statistics."), Dynamic,Provider("DPOProv") ]
class DPO_NBFan
36 부록 B - WMI 클래스 정의 파일