FAUST compiler  0.9.9.6b8
Functions
inverterSchema.cpp File Reference
#include "inverterSchema.h"
#include <assert.h>
#include <iostream>
Include dependency graph for inverterSchema.cpp:

Go to the source code of this file.

Functions

schemamakeInverterSchema (const string &color)
 Build n cables in parallel. More...
 

Function Documentation

schema* makeInverterSchema ( const string &  color)

Build n cables in parallel.

Definition at line 36 of file inverterSchema.cpp.

Referenced by generateInsideSchema().

37 {
38  return new inverterSchema(color);
39 }
An inverter : a special symbol corresponding to '*(-1)' to create more compact diagrams.

Here is the caller graph for this function: