|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
Classes | |
| class | cbRestfulHttpServer |
| class | cbWebserver |
| struct | sysInfo |
Functions | |
| void | getMemoryInfo (sysInfo &si) |
| void | getOsInfo (sysInfo &si) |
| void cb::utils::getMemoryInfo | ( | sysInfo & | si | ) |
Definition at line 6 of file sysStatus.cpp.
References cb::utils::sysInfo::m_memAll, and cb::utils::sysInfo::m_memFree.
Referenced by frontThread::frontThread().

| void cb::utils::getOsInfo | ( | sysInfo & | si | ) |
Definition at line 17 of file sysStatus.cpp.
References cb::utils::sysInfo::m_osInfo.
Referenced by frontThread::frontThread().

1.8.17