Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::dff::runtime::RuntimeStackPools Class Reference

Holds the internal stack for all executables. More...

#include <Imt.Base.Dff.Runtime.RTOS/inc/Imt.Base.Dff.Runtime.RTOS/RuntimeStackPools.h>

Static Public Member Functions

static uint8_treserve (size_t const size)
 Reserve given size of stack.
 
static bool hasRemaining (size_t const size)
 Checks if given size has enough space.
 

Static Public Attributes

static constexpr size_t STACK_SIZE {imt::base::dff::runtime::STACKPOOL_SIZE}
 

Detailed Description

Holds the internal stack for all executables.

RuntimeStackPool manages also the individual stack for a single executable. For that given size must be reserved for an executable.

Note
This component is optional and only used for OS dependent runtimes like EmbOS. Therefore the SourceDeployment implementation should only be added when necessary.

Definition at line 55 of file RuntimeStackPools.h.

Member Function Documentation

◆ hasRemaining()

static bool imt::base::dff::runtime::RuntimeStackPools::hasRemaining ( size_t const  size)
static

Checks if given size has enough space.

Parameters
sizeto check in bytes

◆ reserve()

static uint8_t * imt::base::dff::runtime::RuntimeStackPools::reserve ( size_t const  size)
static

Reserve given size of stack.

Parameters
sizeto reserve stack in bytes
Returns
pointer to start address of stack

Member Data Documentation

◆ STACK_SIZE

constexpr size_t imt::base::dff::runtime::RuntimeStackPools::STACK_SIZE {imt::base::dff::runtime::STACKPOOL_SIZE}
staticconstexpr

Definition at line 59 of file RuntimeStackPools.h.


The documentation for this class was generated from the following file: