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