Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
SystemInfo.cpp File Reference
#include <limits.h>
#include "SystemInfo.h"
#include <conio.h>
#include "CompileInfo.h"
#include "ServiceBroker.h"
#include "filesystem/CurlFile.h"
#include "filesystem/File.h"
#include "guilib/LocalizeStrings.h"
#include "guilib/guiinfo/GUIInfoLabels.h"
#include "network/Network.h"
#include "platform/Filesystem.h"
#include "rendering/RenderSystem.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "utils/CPUInfo.h"
#include "utils/log.h"
#include "powermanagement/PowerManager.h"
#include "utils/StringUtils.h"
#include "utils/XMLUtils.h"
#include <system_error>

Macros

#define STR_MACRO(x)   #x
 
#define XSTR_MACRO(x)   STR_MACRO(x)
 

Variables

CSysInfo g_sysinfo
 

Macro Definition Documentation

◆ STR_MACRO

#define STR_MACRO ( x)    #x

◆ XSTR_MACRO

#define XSTR_MACRO ( x)    STR_MACRO(x)

Variable Documentation

◆ g_sysinfo

CSysInfo g_sysinfo