DSPatch  v.2.42
C++ Cross-Platform, Object-Oriented, Flow-Based Programming Library
 All Classes Pages
Public Member Functions | Public Attributes
DspWire Struct Reference

Connection between two components. More...

#include <DspWire.h>

List of all members.

Public Member Functions

 DspWire (DspComponent *newLinkedComponent, unsigned short newFromSignalIndex, unsigned short newToSignalIndex)

Public Attributes

DspComponentlinkedComponent
unsigned short fromSignalIndex
unsigned short toSignalIndex

Detailed Description

Connection between two components.

DspComponents process and transfer data between each other in the form of signals via interconnecting "wires". Each wire contains references to the linked component, the source output signal, and the destination input signal. The DspWire struct simply stores these references for use in retrieving and providing signals across component connections.

Definition at line 42 of file DspWire.h.


The documentation for this struct was generated from the following file: