|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
_WIN32 More...
#include <liveThread.hpp>

Public Member Functions | |
| frontThread (unsigned short httpServerPort, const std::string &name, const std::string &describe) | |
| virtual void | exec () |
Private Attributes | |
| unsigned short | m_httpServerPort = 8888 |
| cb::utils::sysInfo | m_sysInfo |
| trivial::cacheFile | m_cacheFile |
|
inline |
Definition at line 19 of file liveThread.hpp.
References trivial::cacheFile::describe, cb::utils::getMemoryInfo(), cb::utils::getOsInfo(), m_cacheFile, cb::utils::sysInfo::m_osInfo, m_sysInfo, trivial::cacheFile::name, trivial::cacheFile::osInfo, and trivial::writeCacheFileBinary().

|
virtual |
Definition at line 14 of file liveThread.cpp.
References m_httpServerPort, cb::utils::sysInfo::m_osInfo, and m_sysInfo.
|
private |
Definition at line 41 of file liveThread.hpp.
Referenced by frontThread().
|
private |
Definition at line 39 of file liveThread.hpp.
Referenced by exec().
|
private |
Definition at line 40 of file liveThread.hpp.
Referenced by exec(), and frontThread().
1.8.17