Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CoreInfo Struct Reference

#include <CPUInfo.h>

Public Member Functions

bool operator< (const CoreInfo &other) const
 

Public Attributes

int m_id = 0
 
double m_fSpeed = .0
 
double m_fPct = .0
 
unsigned long long m_idle = 0LL
 
std::string m_strVendor
 
std::string m_strModel
 
std::string m_strBogoMips
 
std::string m_strSoC
 
std::string m_strHardware
 
std::string m_strRevision
 
std::string m_strSerial
 

Member Function Documentation

◆ operator<()

bool CoreInfo::operator< ( const CoreInfo other) const
inline

Member Data Documentation

◆ m_fPct

double CoreInfo::m_fPct = .0

◆ m_fSpeed

double CoreInfo::m_fSpeed = .0

◆ m_id

int CoreInfo::m_id = 0

◆ m_idle

unsigned long long CoreInfo::m_idle = 0LL

◆ m_strBogoMips

std::string CoreInfo::m_strBogoMips

◆ m_strHardware

std::string CoreInfo::m_strHardware

◆ m_strModel

std::string CoreInfo::m_strModel

◆ m_strRevision

std::string CoreInfo::m_strRevision

◆ m_strSerial

std::string CoreInfo::m_strSerial

◆ m_strSoC

std::string CoreInfo::m_strSoC

◆ m_strVendor

std::string CoreInfo::m_strVendor

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