CCIMXDesktop
 
Loading...
Searching...
No Matches
PlatformDriverFactory Class Reference

The PlatformDriverFactory class provides the platform driver factory. More...

#include <PlatformDriverFactory.h>

Public Member Functions

 PlatformDriverFactory ()=default
 Construct a new Platform Driver Factory object.
 
 Q_DISABLE_COPY (PlatformDriverFactory)
 disable copy
 

Static Public Member Functions

static CCIMX_AbstractMemoryInfoDrivermeminfo_from_platform ()
 target_meminfo fetch the memory info driver
 
static CCIMX_AbstractCPUStateDrivercpustate_from_platform ()
 cpustate_from_platform fetch the cpu state driver
 
static CCIMX_AbstractProcessBroswerDriverprocessdriver_from_platform ()
 processdriver_from_platform fetch the process driver
 

Detailed Description

The PlatformDriverFactory class provides the platform driver factory.

Note
this is the factory for the platform drivers

Member Function Documentation

◆ cpustate_from_platform()

CCIMX_AbstractCPUStateDriver * PlatformDriverFactory::cpustate_from_platform ( )
static

cpustate_from_platform fetch the cpu state driver

Returns

◆ meminfo_from_platform()

CCIMX_AbstractMemoryInfoDriver * PlatformDriverFactory::meminfo_from_platform ( )
static

target_meminfo fetch the memory info driver

Returns
the memory info driver

◆ processdriver_from_platform()

CCIMX_AbstractProcessBroswerDriver * PlatformDriverFactory::processdriver_from_platform ( )
static

processdriver_from_platform fetch the process driver

Returns
the process driver

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