Dataflow Runtime API  3.1.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 const uint16_t NONE = 0U
 Id 1..49 are reserved for Runtime. More...
 
static const uint16_t TIMER = 1U
 RuntimeTimer Timer. More...
 
static const uint16_t LOGGING = 2U
 RuntimeLogging Log. More...
 
static const uint16_t BUFFER = 3U
 RuntimeBuffer Buffer. More...
 
static const uint16_t FRAMEWORK_FIRST = 50U
 Id 50..999 are reserved for common framework building blocks. More...
 
static const uint16_t 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

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

Id 1000..UINT16_MAX are available for application.

◆ BUFFER

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

RuntimeBuffer Buffer.

◆ FRAMEWORK_FIRST

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

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

◆ LOGGING

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

RuntimeLogging Log.

◆ NONE

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

Id 1..49 are reserved for Runtime.

◆ TIMER

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

RuntimeTimer Timer.


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