RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Fields
IO::channel_t Struct Reference

#include <io.hpp>

Collaboration diagram for IO::channel_t:
Collaboration graph

Data Fields

std::string name
 
std::string description
 
IO::flags_t flags = IO::UNKNOWN
 

Detailed Description

Structure used to pass information to an IO::Block upon creation. It is a structure critical for describing the block's ports.

Parameters
nameThe name of the channel
descriptionshort description of the channel
flagswhether the channel is IO::INPUT or IO::OUTPUT type
See also
IO::Block::Block()

Definition at line 68 of file io.hpp.

Field Documentation

◆ description

std::string IO::channel_t::description

Definition at line 71 of file io.hpp.

◆ flags

IO::flags_t IO::channel_t::flags = IO::UNKNOWN

Definition at line 72 of file io.hpp.

◆ name

std::string IO::channel_t::name

Definition at line 70 of file io.hpp.


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