show HDD warnings based on sectors
This commit is contained in:
@@ -28,6 +28,9 @@ private:
|
||||
static bool parsePowerOnHours(std::string sLine, uint32_t &powerOnHours);
|
||||
static bool parsePowerCycles(std::string sLine, uint32_t &powerCycles);
|
||||
static bool parseTemperature(std::string sLine, uint32_t &temperature);
|
||||
static bool parseReallocatedSectors(std::string sLine, uint32_t &reallocatedSectors);
|
||||
static bool parsePendingSectors(std::string sLine, uint32_t &pendingSectors);
|
||||
static bool parseUncorrectableSectors(std::string sLine, uint32_t &uncorrectableSectors);
|
||||
};
|
||||
|
||||
#endif // SMART_H_
|
||||
Reference in New Issue
Block a user