cableSchema Class Reference

Simple cables (identity box) in parallel. More...

#include <cableSchema.h>

Inherits schema.

Collaboration diagram for cableSchema:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void place (double x, double y, int orientation)
 Place the communication points vertically spaced by dWire.
virtual void draw (device &dev)
 Nothing to draw.
virtual point inputPoint (unsigned int i) const
 input and output points are the same as the width is 0
virtual point outputPoint (unsigned int i) const
 input and output points are the same as the width is 0

Friends

schemamakeCableSchema (unsigned int n)
 Build n cables in parallel.

Detailed Description

Simple cables (identity box) in parallel.

The width of a cable is null. Therefore input and output connection points are the same. The constructor is private to enforce the use of makeCableSchema.

Definition at line 34 of file cableSchema.h.


Member Function Documentation

void cableSchema::draw ( device &  dev  )  [virtual]

Nothing to draw.

Actual drawing will take place when the wires are enlargered

Implements schema.

Definition at line 73 of file cableSchema.cpp.

00074 {
00075 }


The documentation for this class was generated from the following files:

Generated on 1 Feb 2010 for FAUST compiler by  doxygen 1.6.1