cableSchema Class Reference

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

#include <cableSchema.h>

Inheritance diagram for cableSchema:

schema

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)
 input and output points are the same as the width is 0
virtual point outputPoint (unsigned int i)
 input and output points are the same as the width is 0

Private Member Functions

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

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 Wed Aug 12 16:38:41 2009 for FAUST compiler by  doxygen 1.5.9