#include <Connection.h>
Collaboration diagram for syn::Connection:
Public Methods | |
Connection () | |
default constructor. More... | |
const SampleBufferQueue& | queue () const |
access the queue (const version). More... | |
SampleBufferQueue& | queue () |
access the queue. More... | |
unsigned int | size () |
get the number of terminals that this connects. More... | |
TerminalPtr | getOther (TerminalPtr term) |
given a terminal, return the other terminal . More... |
Definition at line 44 of file Connection.h.
|
default constructor.
Definition at line 36 of file Connection.cpp. |
|
access the queue (const version). the queue is the data transport between terminals Definition at line 53 of file Connection.h. |
|
access the queue. the queue is the data transport between terminals Definition at line 58 of file Connection.h. |
|
get the number of terminals that this connects.
Definition at line 61 of file Connection.h. |
|
given a terminal, return the other terminal . useful for graph traversal. @POST: if this is a completely different term, getOther will just return one of them Definition at line 50 of file Connection.cpp. |
|
Definition at line 82 of file Connection.h. |