Dataflow Runtime API  4.0.1.0
Static Public Attributes | List of all members
imt::base::dff::runtime::RuntimeProtocolIdentifiers Struct Reference

Identifiers of protocols used in run to completion (RTC) kernel. More...

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

Static Public Attributes

static uint16_t const NONE = 0U
 Id 1..49 are reserved for Runtime. More...
 
static uint16_t const TIMER = 1U
 RuntimeTimer Timer. More...
 
static uint16_t const LOGGING = 2U
 RuntimeLogging Log. More...
 
static uint16_t const BUFFER = 3U
 RuntimeBuffer Buffer. More...
 
static uint16_t const FRAMEWORK_FIRST = 50U
 Id 50..999 are reserved for common framework building blocks. More...
 
static uint16_t const APPLICATION_FIRST = 1000U
 Id 1000..UINT16_MAX are available for application. More...
 

Detailed Description

Identifiers of protocols used in run to completion (RTC) kernel.

Member Data Documentation

◆ APPLICATION_FIRST

uint16_t const imt::base::dff::runtime::RuntimeProtocolIdentifiers::APPLICATION_FIRST = 1000U
static

Id 1000..UINT16_MAX are available for application.

◆ BUFFER

uint16_t const imt::base::dff::runtime::RuntimeProtocolIdentifiers::BUFFER = 3U
static

RuntimeBuffer Buffer.

◆ FRAMEWORK_FIRST

uint16_t const imt::base::dff::runtime::RuntimeProtocolIdentifiers::FRAMEWORK_FIRST = 50U
static

Id 50..999 are reserved for common framework building blocks.

◆ LOGGING

uint16_t const imt::base::dff::runtime::RuntimeProtocolIdentifiers::LOGGING = 2U
static

RuntimeLogging Log.

◆ NONE

uint16_t const imt::base::dff::runtime::RuntimeProtocolIdentifiers::NONE = 0U
static

Id 1..49 are reserved for Runtime.

◆ TIMER

uint16_t const imt::base::dff::runtime::RuntimeProtocolIdentifiers::TIMER = 1U
static

RuntimeTimer Timer.


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