RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Fields
RT::Telemitry::Response Struct Reference

#include <rt.hpp>

Collaboration diagram for RT::Telemitry::Response:
Collaboration graph

Data Fields

response_t type = NO_TELEMITRY
 
Event::Objectcmd = nullptr
 

Detailed Description

Response structure representing state changes in RT::System

Response data structure is sent over the event fifo from the realtime thread to the ui threads. It holds information such as the telemitry code, as well as the command pointer associated with the response. The command pointer is then used by the telemitry processor to wake sleeping threads waiting on the success (or failure) of such command.

Definition at line 96 of file rt.hpp.

Field Documentation

◆ cmd

Event::Object* RT::Telemitry::Response::cmd = nullptr

Definition at line 99 of file rt.hpp.

◆ type

response_t RT::Telemitry::Response::type = NO_TELEMITRY

Definition at line 98 of file rt.hpp.


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