|
JUCE
|
Structure for the device connection. More...
Public Member Functions | |
| bool | operator== (const DeviceConnection &other) const |
| bool | operator!= (const DeviceConnection &other) const |
Public Attributes | |
| TopologyIndex | device1 |
| TopologyIndex | device2 |
| ConnectorPort | port1 |
| ConnectorPort | port2 |
Structure for the device connection.
| bool BlocksProtocol::DeviceConnection::operator== | ( | const DeviceConnection & | other | ) | const |
| bool BlocksProtocol::DeviceConnection::operator!= | ( | const DeviceConnection & | other | ) | const |
| TopologyIndex BlocksProtocol::DeviceConnection::device1 |
Referenced by BlocksProtocol::HostPacketDecoder< Handler >::handleTopologyConnection(), and operator!=().
| TopologyIndex BlocksProtocol::DeviceConnection::device2 |
Referenced by BlocksProtocol::HostPacketDecoder< Handler >::handleTopologyConnection(), and operator!=().
| ConnectorPort BlocksProtocol::DeviceConnection::port1 |
Referenced by BlocksProtocol::HostPacketDecoder< Handler >::handleTopologyConnection(), and operator!=().
| ConnectorPort BlocksProtocol::DeviceConnection::port2 |
Referenced by BlocksProtocol::HostPacketDecoder< Handler >::handleTopologyConnection(), and operator!=().
1.8.13