RTOS work threads
git-svn-id: svn://db.shs.com.ru/pip@687 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
};
|
||||
|
||||
PIString ifconfigPath, execCommand, hostname, user, OS_name, OS_version, architecture;
|
||||
ullong RAM_total, RAM_free;
|
||||
PIDateTime execDateTime;
|
||||
int processorsCount;
|
||||
|
||||
@@ -45,6 +46,9 @@ public:
|
||||
static PIVector<MountInfo> mountInfo();
|
||||
|
||||
static PISystemInfo * instance();
|
||||
static ullong totalRAM();
|
||||
static ullong freeRAM();
|
||||
static ullong usedRAM();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user