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