7 #ifndef OS_Linux_Cpu_HPP
8 #define OS_Linux_Cpu_HPP
PlatformSizeType FwSizeType
Cpu variable handle parent.
interface for cpu implementation
stub implementation of Os::CpuInterface
CpuInterface & operator=(const CpuInterface &other) override=delete
default copy assignment
~LinuxCpu() override=default
destructor
Status _getCount(FwSizeType &cpu_count) override
Request the count of the CPUs detected by the system.
LinuxCpu()=default
constructor
CpuHandle * getHandle() override
returns the raw console handle
Status _getTicks(Os::Cpu::Ticks &ticks, FwSizeType cpu_index) override
Get the CPU tick information for a given CPU.
LinuxCpu(const LinuxCpu &other)=delete
copy constructor
Status
Generic OK/ERROR status.
Generic used/total struct.