Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Public Attributes | List of all members
cb::utils::sysInfo Struct Reference

#include <sysStatus.hpp>

Public Attributes

int32_t m_memAll
 
int32_t m_memFree
 
char m_osInfo [__DESCRIBE_CHAR_MAX_NUMS_DOUBLE]
 
char m_netCardType [__DESCRIBE_CHAR_MAX_NUMS]
 

Detailed Description

Definition at line 36 of file sysStatus.hpp.

Member Data Documentation

◆ m_memAll

int32_t cb::utils::sysInfo::m_memAll

Definition at line 37 of file sysStatus.hpp.

Referenced by cb::utils::getMemoryInfo().

◆ m_memFree

int32_t cb::utils::sysInfo::m_memFree

Definition at line 38 of file sysStatus.hpp.

Referenced by cb::utils::getMemoryInfo().

◆ m_netCardType

char cb::utils::sysInfo::m_netCardType[__DESCRIBE_CHAR_MAX_NUMS]

Definition at line 40 of file sysStatus.hpp.

◆ m_osInfo

char cb::utils::sysInfo::m_osInfo[__DESCRIBE_CHAR_MAX_NUMS_DOUBLE]

Definition at line 39 of file sysStatus.hpp.

Referenced by frontThread::exec(), frontThread::frontThread(), and cb::utils::getOsInfo().


The documentation for this struct was generated from the following file: