Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
mm::core::SystemInfo Struct Reference

#include <system_info.h>

Collaboration diagram for mm::core::SystemInfo:
[legend]

Public Attributes

std::string osName
 
std::string kernel
 
std::string architecture
 
std::string hostname
 
std::string cpuModel
 
unsigned cpuCores = 0
 
uint64_t totalMemoryBytes = 0
 
uint64_t diskTotalBytes = 0
 
uint64_t diskFreeBytes = 0
 
std::string container
 
std::string dockerVersion
 

Member Data Documentation

◆ architecture

std::string mm::core::SystemInfo::architecture

◆ container

std::string mm::core::SystemInfo::container

◆ cpuCores

unsigned mm::core::SystemInfo::cpuCores = 0

◆ cpuModel

std::string mm::core::SystemInfo::cpuModel

◆ diskFreeBytes

uint64_t mm::core::SystemInfo::diskFreeBytes = 0

◆ diskTotalBytes

uint64_t mm::core::SystemInfo::diskTotalBytes = 0

◆ dockerVersion

std::string mm::core::SystemInfo::dockerVersion

◆ hostname

std::string mm::core::SystemInfo::hostname

◆ kernel

std::string mm::core::SystemInfo::kernel

◆ osName

std::string mm::core::SystemInfo::osName

◆ totalMemoryBytes

uint64_t mm::core::SystemInfo::totalMemoryBytes = 0

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