![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <FpConfig.hpp>Go to the source code of this file.
Classes | |
| struct | Os::SystemResources::CpuTicks |
| struct | Os::SystemResources::MemUtil |
Namespaces | |
| Os | |
| Os::SystemResources | |
Enumerations | |
| enum | Os::SystemResources::SystemResourcesStatus { Os::SystemResources::SYSTEM_RESOURCES_OK , Os::SystemResources::SYSTEM_RESOURCES_ERROR } |
Functions | |
| SystemResourcesStatus | Os::SystemResources::getCpuCount (U32 &cpu_count) |
| Request the count of the CPUs detected by the system. More... | |
| SystemResourcesStatus | Os::SystemResources::getCpuTicks (CpuTicks &ticks, U32 cpu_index=0) |
| Get the CPU tick information for a given CPU. More... | |
| SystemResourcesStatus | Os::SystemResources::getMemUtil (MemUtil &memory_util) |
| Get system memory usage. More... | |