RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
#include <io.hpp>

Data Fields | |
| std::string | name |
| std::string | description |
| IO::flags_t | flags = IO::UNKNOWN |
Structure used to pass information to an IO::Block upon creation. It is a structure critical for describing the block's ports.
| name | The name of the channel |
| description | short description of the channel |
| flags | whether the channel is IO::INPUT or IO::OUTPUT type |
| IO::flags_t IO::channel_t::flags = IO::UNKNOWN |