CCIMXDesktop
 
Loading...
Searching...
No Matches
CCIMX_AbstractCPUStateDriver Class Referenceabstract

The CCIMX_AbstractCPUStateDriver class Abstract base class factory to provide platform-specific CPU state implementations. More...

#include <CPUStateFetcher.h>

Inheritance diagram for CCIMX_AbstractCPUStateDriver:
LinuxPlatformCPUStateDriver Win32PlatformCPUStateDriver

Public Member Functions

virtual void factory (CPUStateFetcher::CPUState &state)=0
 factory Fills the CPUState structure with current CPU usage data.
 

Detailed Description

The CCIMX_AbstractCPUStateDriver class Abstract base class factory to provide platform-specific CPU state implementations.

Member Function Documentation

◆ factory()

virtual void CCIMX_AbstractCPUStateDriver::factory ( CPUStateFetcher::CPUState state)
pure virtual

factory Fills the CPUState structure with current CPU usage data.

Parameters
stateReference to CPUState structure to populate.

Implemented in Win32PlatformCPUStateDriver, and LinuxPlatformCPUStateDriver.


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