forked from localhorst/reHDD
added smart value read and parse
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
|
||||
#include "refurbishingHddTool.h"
|
||||
#include "drive.h"
|
||||
#include "smart.h"
|
||||
|
||||
class App {
|
||||
protected:
|
||||
@ -26,6 +27,7 @@ private:
|
||||
void searchDrives(list <Drive> *listDrives);
|
||||
void printDrives(list <Drive> *listDrives);
|
||||
void filterIgnoredDrives(list <Drive> *listDrives);
|
||||
void addSMARTData(list <Drive> *listDrives);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user