|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
utils/sysStatus.hpp ... To get the infomation of system. For both windows and unix. Those informations will also be serialized to binary or json files for persistence. More...
#include "../pch.hpp"

Go to the source code of this file.
Classes | |
| struct | cb::utils::sysInfo |
Namespaces | |
| cb | |
| _WIN32 | |
| cb::utils | |
Macros | |
| #define | __DESCRIBE_CHAR_MAX_NUMS 512 |
| _WIN32 More... | |
| #define | __DESCRIBE_CHAR_MAX_NUMS_DOUBLE 1024 |
| #define | COVER_KB2MB(x) ((float)x / 1024.f) |
| #define | COVER_KB2GB(x) (COVER_KB2MB(x) / 1024.f) |
utils/sysStatus.hpp ... To get the infomation of system. For both windows and unix. Those informations will also be serialized to binary or json files for persistence.
Definition in file sysStatus.hpp.
| #define __DESCRIBE_CHAR_MAX_NUMS 512 |
| #define __DESCRIBE_CHAR_MAX_NUMS_DOUBLE 1024 |
Definition at line 29 of file sysStatus.hpp.
| #define COVER_KB2GB | ( | x | ) | (COVER_KB2MB(x) / 1024.f) |
Definition at line 31 of file sysStatus.hpp.
| #define COVER_KB2MB | ( | x | ) | ((float)x / 1024.f) |
Definition at line 30 of file sysStatus.hpp.
1.8.17