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

Runtime executable for binary user specific allocation. More...

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

Inheritance diagram for imt::base::dff::runtime::RuntimePools:
imt::base::core::platform::StaticClass

Public Types

using TimerPoolAllocator = core::util::PoolAllocator< RuntimeTimer::TimeItem >
 Timer pool allocator type definition.
 

Static Public Member Functions

static ExecutableIfcgetExecutable (int16_t const index)
 Gets the executable at index.
 
template<typename T >
static T * getExecutableInfo (int16_t const index) noexcept
 Gets the executable information.
 
static void registerExecutable (int16_t const index, ExecutableIfc &executable)
 Register executable in this pool.
 
static int16_t getExecutionPoolSize ()
 Gets the number of allocated executables.
 

Static Public Attributes

static TimerPoolAllocator s_timerAllocator
 

Detailed Description

Runtime executable for binary user specific allocation.

Pool to keep track of registered executables

Definition at line 82 of file RuntimePools.h.

Member Typedef Documentation

◆ TimerPoolAllocator

Timer pool allocator type definition.

Definition at line 88 of file RuntimePools.h.

Member Function Documentation

◆ getExecutable()

static ExecutableIfc * imt::base::dff::runtime::RuntimePools::getExecutable ( int16_t const  index)
static

Gets the executable at index.

Parameters
indexthe pool item index
Returns
The executable. Invalid index causes undefined behavior.

◆ getExecutableInfo()

template<typename T >
static T * imt::base::dff::runtime::RuntimePools::getExecutableInfo ( int16_t const  index)
inlinestaticnoexcept

Gets the executable information.

Used for internal runtime configuration

Parameters
indexthe pool item index
Returns
The structure. Invalid index causes undefined behavior.

Definition at line 148 of file RuntimePools.h.

◆ getExecutionPoolSize()

static int16_t imt::base::dff::runtime::RuntimePools::getExecutionPoolSize ( )
static

Gets the number of allocated executables.

Returns
number of pool items

◆ registerExecutable()

static void imt::base::dff::runtime::RuntimePools::registerExecutable ( int16_t const  index,
ExecutableIfc executable 
)
static

Register executable in this pool.

Parameters
indexthe index where executable is registered
executablethe pointer to executable

Member Data Documentation

◆ s_timerAllocator

TimerPoolAllocator imt::base::dff::runtime::RuntimePools::s_timerAllocator
static

Definition at line 89 of file RuntimePools.h.


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