F´ Flight Software - C/C++ Documentation  NASA-v2.1.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SystemResources.hpp File Reference

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)
 Calculate the across-all-cpu average tick information. More...