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

Data type to pass the core affinity. More...

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

Public Member Functions

 CoreAffinity (void)
 Default constructor. More...
 
 CoreAffinity (const uint32_t exeCoreId)
 Constructor. More...
 

Public Attributes

bool m_isSet
 Indicates if the coreId is set. More...
 
uint32_t m_coreId
 Indicates the core in which the executable should run. More...
 

Detailed Description

Data type to pass the core affinity.

Constructor & Destructor Documentation

◆ CoreAffinity() [1/2]

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

Default constructor.

◆ CoreAffinity() [2/2]

imt::base::dff::runtime::ExecutableConfiguration::CoreAffinity::CoreAffinity ( const uint32_t  exeCoreId)
explicit

Constructor.

Parameters
exeCoreIdIndicates in which core the executable should run.

Member Data Documentation

◆ m_coreId

uint32_t imt::base::dff::runtime::ExecutableConfiguration::CoreAffinity::m_coreId

Indicates the core in which the executable should run.

◆ m_isSet

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

Indicates if the coreId is set.


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