Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Classes | Functions
cb::utils Namespace Reference

Classes

class  cbRestfulHttpServer
 
class  cbWebserver
 
struct  sysInfo
 

Functions

void getMemoryInfo (sysInfo &si)
 
void getOsInfo (sysInfo &si)
 

Function Documentation

◆ getMemoryInfo()

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().

Here is the caller graph for this function:

◆ getOsInfo()

void cb::utils::getOsInfo ( sysInfo si)

Definition at line 17 of file sysStatus.cpp.

References cb::utils::sysInfo::m_osInfo.

Referenced by frontThread::frontThread().

Here is the caller graph for this function: