#include <dummy_port.hh>
|
void | reportUnbound () const |
|
| Port (const std::string &_name, PortID _id) |
| Abstract base class for ports. More...
|
|
const PortID | id |
| A numeric identifier to distinguish ports in a vector, and set to InvalidPortID in case this port is not part of a vector. More...
|
|
Port * | _peer |
| A pointer to this port's peer. More...
|
|
bool | _connected |
| Whether this port is currently connected to a peer port. More...
|
|
Definition at line 33 of file dummy_port.hh.
◆ RubyDummyPort()
RubyDummyPort::RubyDummyPort |
( |
| ) |
|
|
inline |
◆ bind()
void RubyDummyPort::bind |
( |
Port & |
peer | ) |
|
|
inlineoverridevirtual |
◆ instance()
◆ unbind()
void RubyDummyPort::unbind |
( |
| ) |
|
|
inlineoverridevirtual |
Dettach from a peer port.
Reimplemented from Port.
Definition at line 47 of file dummy_port.hh.
The documentation for this class was generated from the following file: