F´ Flight Software - C/C++ Documentation NASA-v1.6.0
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 | |
namespace | Os |
namespace | 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. | |
SystemResourcesStatus | Os::SystemResources::getCpuTicks (CpuTicks &ticks, U32 cpu_index=0) |
Get the CPU tick information for a given CPU. | |
SystemResourcesStatus | Os::SystemResources::getMemUtil (MemUtil &memory_util) |
Get system memory usage. | |