RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Structures | Typedefs | Variables
RT::Telemitry Namespace Reference

Data Structures

struct  Response
 

Typedefs

typedef int response_t
 

Variables

constexpr response_t RT_PERIOD_UPDATE = 0
 
constexpr response_t RT_THREAD_LIST_UPDATE = 1
 
constexpr response_t RT_DEVICE_LIST_UPDATE = 2
 
constexpr response_t RT_NOOP = 3
 
constexpr response_t RT_SHUTDOWN
 
constexpr response_t RT_WIDGET_PARAM_UPDATE
 
constexpr response_t IO_LINK_UPDATED
 
constexpr response_t RT_WIDGET_STATE_UPDATE
 
constexpr response_t RT_ERROR
 
constexpr response_t NO_TELEMITRY = -2
 

Detailed Description

Telemitry structure used to check RT::System state during runtime

Typedef Documentation

◆ response_t

Definition at line 69 of file rt.hpp.

Variable Documentation

◆ IO_LINK_UPDATED

constexpr response_t RT::Telemitry::IO_LINK_UPDATED
constexpr
Initial value:
=
6

A interblock connection was updated

Definition at line 78 of file rt.hpp.

◆ NO_TELEMITRY

constexpr response_t RT::Telemitry::NO_TELEMITRY = -2
constexpr

No Telemitry (placeholder)

Definition at line 84 of file rt.hpp.

◆ RT_DEVICE_LIST_UPDATE

constexpr response_t RT::Telemitry::RT_DEVICE_LIST_UPDATE = 2
constexpr

Device list was updated

Definition at line 72 of file rt.hpp.

◆ RT_ERROR

constexpr response_t RT::Telemitry::RT_ERROR
constexpr
Initial value:
=
-1

There was an error with the last event handling

Definition at line 82 of file rt.hpp.

◆ RT_NOOP

constexpr response_t RT::Telemitry::RT_NOOP = 3
constexpr

A No-Operation was performed

Definition at line 73 of file rt.hpp.

◆ RT_PERIOD_UPDATE

constexpr response_t RT::Telemitry::RT_PERIOD_UPDATE = 0
constexpr

The period has been updated

Definition at line 70 of file rt.hpp.

◆ RT_SHUTDOWN

constexpr response_t RT::Telemitry::RT_SHUTDOWN
constexpr
Initial value:
=
4

RTXI Real-TIme system is shutting down

Definition at line 74 of file rt.hpp.

◆ RT_THREAD_LIST_UPDATE

constexpr response_t RT::Telemitry::RT_THREAD_LIST_UPDATE = 1
constexpr

Thread list was updated

Definition at line 71 of file rt.hpp.

◆ RT_WIDGET_PARAM_UPDATE

constexpr response_t RT::Telemitry::RT_WIDGET_PARAM_UPDATE
constexpr
Initial value:
=
5

A widget parameter was updated

Definition at line 76 of file rt.hpp.

◆ RT_WIDGET_STATE_UPDATE

constexpr response_t RT::Telemitry::RT_WIDGET_STATE_UPDATE
constexpr
Initial value:
=
7

The state of a widget was updated

Definition at line 80 of file rt.hpp.