RTOS work threads

git-svn-id: svn://db.shs.com.ru/pip@687 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2019-02-05 15:40:22 +00:00
parent b7ef5bfdcb
commit 30973842d1
10 changed files with 128 additions and 20 deletions

View File

@@ -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();
};