GATE
Loading...
Searching...
No Matches
OperatingSystem Class Reference

Operating system infos and global functions. More...

#include <os.hpp>

Static Public Member Functions

static PlatformEnum getPlatform ()
 
static String getPlatformLabel (PlatformEnum id)
 
static uint32_t getAddressSpace ()
 
static uint32_t getUpTimeSeconds ()
 
static Time getBootTime ()
 
static String getOSName ()
 
static String getProductName ()
 
static Version getVersion ()
 
static String getHostName ()
 
static String getHostDomain ()
 
static Array< uint8_t > getUid ()
 

Detailed Description

Operating system infos and global functions.

Member Function Documentation

◆ getPlatform()

OperatingSystem::PlatformEnum getPlatform ( )
static
Returns

◆ getPlatformLabel()

String getPlatformLabel ( PlatformEnum id)
static
Parameters
id
Returns

◆ getAddressSpace()

uint32_t getAddressSpace ( )
static
Returns

◆ getUpTimeSeconds()

uint32_t getUpTimeSeconds ( )
static
Returns

◆ getBootTime()

Time getBootTime ( )
static
Returns

◆ getOSName()

String getOSName ( )
static
Returns

◆ getProductName()

String getProductName ( )
static
Returns

◆ getVersion()

Version getVersion ( )
static
Returns

◆ getHostName()

String getHostName ( )
static
Returns

◆ getHostDomain()

String getHostDomain ( )
static
Returns

◆ getUid()

Array< uint8_t > getUid ( )
static
Returns


The documentation for this class was generated from the following files: