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

Size type to pass the time slice. More...

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

Public Member Functions

 TimeSlice (void)
 Default constructor. More...
 
 TimeSlice (const uint32_t units)
 Constructor. More...
 

Public Attributes

bool m_isSet
 Indicates if the time slice is set. More...
 
uint32_t m_units
 The time slice in the size unit used by the runtime. More...
 

Detailed Description

Size type to pass the time slice.

Constructor & Destructor Documentation

◆ TimeSlice() [1/2]

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

Default constructor.

◆ TimeSlice() [2/2]

imt::base::dff::runtime::ExecutableConfiguration::TimeSlice::TimeSlice ( const uint32_t  units)
explicit

Constructor.

Parameters
unitsThe time slice in the size unit used by the runtime.

Member Data Documentation

◆ m_isSet

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

Indicates if the time slice is set.

◆ m_units

uint32_t imt::base::dff::runtime::ExecutableConfiguration::TimeSlice::m_units

The time slice in the size unit used by the runtime.


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