![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Classes | |
| class | LinuxCpu |
| stub implementation of Os::CpuInterface More... | |
| struct | LinuxCpuHandle |
Typedefs | |
| using | ProcCpuData = FwSizeType[ProcCpuMeasures::MAX_CPU_TICK_TYPES] |
Enumerations | |
| enum | ProcCpuMeasures { CPU_NUMBER = 0 , USER = 1 , NICE = 2 , SYSTEM = 3 , IDLE = 4 , MAX_CPU_TICK_TYPES = 8 } |
Functions | |
| CpuInterface::Status | getCpuData (FwSizeType cpu_index, ProcCpuData data) |
Variables | |
| constexpr FwSizeType | LINE_SIZE = 255 |
| using Os::Linux::Cpu::ProcCpuData = typedef FwSizeType[ProcCpuMeasures::MAX_CPU_TICK_TYPES] |
| CpuInterface::Status Os::Linux::Cpu::getCpuData | ( | FwSizeType | cpu_index, |
| ProcCpuData | data | ||
| ) |
|
constexpr |