Dataflow Runtime API  3.1.1.0
Public Member Functions | Public Attributes | List of all members
imt::base::dff::runtime::ExecutableConfiguration::StackSize Struct Reference

Size type to pass the stack size. More...

#include <Imt.Base.Dff.Runtime/ExecutableConfiguration.h>

Public Member Functions

 StackSize (void)
 Default constructor. More...
 
 StackSize (const size_t units)
 Constructor. More...
 

Public Attributes

bool m_isSet
 Indicates if the stack size is set. More...
 
size_t m_units
 The stack size in the size unit used by the runtime. More...
 

Detailed Description

Size type to pass the stack size.

Constructor & Destructor Documentation

◆ StackSize() [1/2]

imt::base::dff::runtime::ExecutableConfiguration::StackSize::StackSize ( void  )
explicit

Default constructor.

◆ StackSize() [2/2]

imt::base::dff::runtime::ExecutableConfiguration::StackSize::StackSize ( const size_t  units)
explicit

Constructor.

Parameters
unitsThe stack size in the size unit used by the runtime.

Member Data Documentation

◆ m_isSet

bool imt::base::dff::runtime::ExecutableConfiguration::StackSize::m_isSet

Indicates if the stack size is set.

◆ m_units

size_t imt::base::dff::runtime::ExecutableConfiguration::StackSize::m_units

The stack size in the size unit used by the runtime.


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