The CCIMX_AbstractCPUStateDriver class Abstract base class factory to provide platform-specific CPU state implementations. More...
#include <CPUStateFetcher.h>
Public Member Functions | |
virtual void | factory (CPUStateFetcher::CPUState &state)=0 |
factory Fills the CPUState structure with current CPU usage data. | |
The CCIMX_AbstractCPUStateDriver class Abstract base class factory to provide platform-specific CPU state implementations.
|
pure virtual |
factory Fills the CPUState structure with current CPU usage data.
state | Reference to CPUState structure to populate. |
Implemented in Win32PlatformCPUStateDriver, and LinuxPlatformCPUStateDriver.