Information about the connections between blocks.
This is meant to represent connection information about blocks and channels. It also defines equality and inequality functions for determining whether a connection is the same as another, and convenient for existence tests.
- Parameters
src | IO::Block pointer representing the source of data |
src_port_type | IO::flags_t for source. Either IO::INPUT, IO::OUTPUT or IO::UNKNOWN |
src_port | Index of the source channel generating the output |
dest | IO::Block pointer representing who to send the output to |
dest_port | Index of the destination channel taking the output as input |
Definition at line 185 of file rt.hpp.